API reference - Ricoh Theta

/osc/commands/execute request

Definitions
Type object

Description: Post a command.

Example:

{
    "name": "camera.startCapture",
    "parameters": {
        "_mode": "composite"
    }
}
Property Type Required Description
name enum (of string) yes The command to be executed. See commands
parameters object yes Input parameters required to execute each command.
Parameters are defined in each command specification.

name

Definitions
Type enum (of string)

Description: The command to be executed. See commands

Must be one of:

parameters

Definitions
Type object

Description: Input parameters required to execute each command.
Parameters are defined in each command specification.