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.
Leave an interval of 1 second or more between changing the settings in camera.setOptions and executing camera.getLivePreview, camera.takePicture, or camera.startCapture.
Leave an interval of 1 second or more between changing the _filter setting and changing the captureMode setting.
Name | Type | Description |
---|---|---|
options | Object | Set of option names and setting values to be set in JSON format |
None
{
"options": {
"iso": 200
}
}