API reference - Ricoh Theta

camera.setOptions command request

Definitions
Type object

Example:

{
    "name": "camera.setOptions",
    "parameters": {
        "options": {
            "isoAutoHighLimit": 400,
            "whiteBalance": "daylight"
        }
    }
}
Property Type Required Description
name const yes Command to execute
parameters object yes -

name

Definitions
Type const

Description: Command to execute

Specific value: "camera.setOptions"

parameters

Definitions
Type object
Property Type Required Description
options object yes Pairs of option name and option value

options

Definitions
Type object

Description: Pairs of option name and option value