camera._setMySetting command request
Example:
{
"name": "camera._setMySetting",
"parameters": {
"mode": "image",
"options": {
"isoAutoHighLimit": 400,
"whiteBalance": "daylight"
}
}
}
| Property |
Type |
Required |
Description |
| name |
const |
yes |
Command to execute |
| parameters |
object |
yes |
- |
name
Description: Command to execute
Specific value: "camera._setMySetting"
parameters
| Property |
Type |
Required |
Description |
| mode |
enum (of string) |
yes |
The target shooting mode. |
| options |
object |
yes |
Pairs of option name and option value. See camera._setMySetting for registrable options. |
mode
|
Definitions |
| Type |
enum (of string) |
Description: The target shooting mode.
Must be one of:
options
Description: Pairs of option name and option value. See camera._setMySetting for registrable options.