camera.getOptions command response on successful completion
Example:
{
"results": {
"options": {
"captureMode": "image",
"iso": 0,
"whiteBalance": "auto"
}
},
"name": "camera.getOptions",
"state": "done"
}
| Property |
Type |
Required |
Description |
| name |
const |
yes |
Executed command name |
| state |
const |
yes |
Command execution status |
| results |
object |
yes |
- |
name
Description: Executed command name
Specific value: "camera.getOptions"
state
Description: Command execution status
Specific value: "done"
results
| Property |
Type |
Required |
Description |
| options |
object |
yes |
Pairs of option name and option value |
options
Description: Pairs of option name and option value