camera.setOptions

Overview

Property settings for shooting, the camera, etc.

Check the properties that can be set and specifications by the API v2.0 reference options category or camera.getOptions.

There is a detailed example of the request in Getting Started.

Parameters

Name Type Description
sessionId String Session ID
Specify the value acquired by camera.startSession
options Object Set of option names and setting values to be set in JSON format

Results

None

Example

Parameters

{
    "sessionId": "12ABC3",
    "options": {
        "iso": 200
    }
}