Definitions | |
---|---|
Type | object |
Examples:
{
"results": {
"options": {
"exposureCompensation": 0.7,
"captureInterval": 6,
"iso": 400,
"whiteBalance": "auto",
"_autoBracket": {
"_bracketNumber": 2,
"_bracketParameters": [
{
"_colorTemperature": 5000,
"exposureCompensation": 0.0,
"exposureProgram": 1,
"iso": 400,
"shutterSpeed": 0.004
},
{
"_colorTemperature": 5000,
"exposureCompensation": 0.0,
"exposureProgram": 1,
"iso": 400,
"shutterSpeed": 0.004
}
]
},
"exposureDelay": 0,
"_filter": "Noise Reduction",
"shutterSpeed": 0.004,
"_faceDetect": "OFF",
"isoAutoHighLimit": 1600,
"_colorTemperature": 5000,
"exposureProgram": 2,
"_shootingMethod": "normal",
"_aiAutoThumbnail": "OFF",
"fileFormat": {
"height": 2752,
"_mode": {},
"type": "jpeg",
"width": 5504
},
"captureNumber": 0
}
},
"name": "camera._getMySetting",
"state": "done"
}
{
"results": {
"options": {
"exposureCompensation": 0,
"iso": 400,
"whiteBalance": "auto",
"_maxRecordableTime": 300,
"exposureDelay": 0,
"shutterSpeed": 0.004,
"isoAutoHighLimit": 1600,
"_colorTemperature": 5000,
"exposureProgram": 2,
"fileFormat": {
"_codec": "H.264/MPEG-4 AVC",
"_frameRate": 30,
"height": 1920,
"type": "mp4",
"width": 3840
}
}
},
"name": "camera._getMySetting",
"state": "done"
}
Property | Type | Required | Description |
---|---|---|---|
name | const | yes | Executed command name |
state | const | yes | Command execution status |
results | object | yes | - |
Definitions | |
---|---|
Type | const |
Description: Executed command name
Specific value: "camera._getMySetting"
Definitions | |
---|---|
Type | const |
Description: Command execution status
Specific value: "done"
Definitions | |
---|---|
Type | object |
Property | Type | Required | Description |
---|---|---|---|
options | object | yes | Pairs of option name and option value. See camera._getMySetting for acquirable options. |
Definitions | |
---|---|
Type | object |
Description: Pairs of option name and option value. See camera._getMySetting for acquirable options.