API reference - Ricoh Theta

camera._setMySetting command request

Definitions
Type object

Example:

{
    "name": "camera._setMySetting",
    "parameters": {
        "mode": "image",
        "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._setMySetting"

parameters

Definitions
Type object
Property Type Required Description
mode enum (of string) yes The target shooting mode.
options object yes Pairs of option name and option value. See camera._setMySetting for registrable options.

mode

Definitions
Type enum (of string)

Description: The target shooting mode.

Must be one of:

options

Definitions
Type object

Description: Pairs of option name and option value. See camera._setMySetting for registrable options.