camera.setOptions
Overview
Property settings for shooting, the camera, etc.
Check the properties that can be set and specifications by the API v2.1 reference options category or camera.getOptions.
There is a detailed example of the request in Getting Started.
Parameters
Name | Type | Description |
---|---|---|
options | Object | Set of option names and setting values to be set in JSON format |
Results
None
Example
Parameters
{
"options": {
"iso": 200
}
}