Definitions | |
---|---|
Type | object |
Example:
{
"name": "camera.setOptions",
"parameters": {
"options": {
"isoAutoHighLimit": 400,
"whiteBalance": "daylight"
}
}
}
Property | Type | Required | Description |
---|---|---|---|
name | const | yes | Command to execute |
parameters | object | yes | - |
Definitions | |
---|---|
Type | const |
Description: Command to execute
Specific value: "camera.setOptions"
Definitions | |
---|---|
Type | object |
Property | Type | Required | Description |
---|---|---|---|
options | object | yes | Pairs of option name and option value |
Definitions | |
---|---|
Type | object |
Description: Pairs of option name and option value