camera.getOptions command request
Example:
{
"name": "camera.getOptions",
"parameters": {
"optionNames": [
"captureMode",
"iso",
"whiteBalance"
]
}
}
Property |
Type |
Required |
Description |
name |
const |
yes |
Command to execute |
parameters |
object |
yes |
- |
name
Description: Command to execute
Specific value: "camera.getOptions"
parameters
Property |
Type |
Required |
Description |
optionNames |
array of string |
yes |
Option name list to be acquired |
optionNames
|
Definitions |
Type |
array of string |
Description: Option name list to be acquired
|
Array restrictions |
Min items |
1 |
Max items |
N/A |
optionNames items
Description: Option name. See Options