camera._getMySetting

Overview

Acquires the shooting properties set by the camera._setMySetting command.

Refer to My Settings in Options Overview for properties available for acquisition.

Support model

Z1 V SC S
All v2.30.1 or later v1.10 or later v01.82 or later

Parameters

Name Type Description
mode String The target shooting mode.
RICOH THETA V firmware v2.30.1 or later.
(“image”: still image capture mode, “video”: video capture)
In RICOH THETA S and SC, do not set then it can be acquired for still image.
optionNames String Array List of option names to acquire in the JSON format.
Set to RICOH THETA S or SC only.
In another model, do not set then all properties are acquired.

Results

Name Type Description
options Object Names of the options specified for acquisition in the JSON format and the set of current values

Example (RICOH THETA S or SC)

Parameters

{
    "optionNames": [
        "_filter",
        "exposureProgram"
    ]
}

Results

{
    "options": {
         "_filter": "DR Comp",
         "exposureProgram": 2
    }
}