_autoBracket
Overview
Multi bracket shooting setting.
(RICOH THETA S firmware v01.82 or later and RICOH THETA SC firmware v1.10 or later only)
Can be acquired by camera.getOptions and set by camera.setOptions.
_bracketNumber is the only supported value that can be acquired by camera.getOptions.
Support value
Key | Description |
---|---|
_bracketNumber | Number of shots in multi bracket shooting. 2 to 13. |
_bracketParameters | Parameter array specified for multi bracket shooting. Specify iso, shutterSpeed, and _colorTemperature. |
Example
Options
{
"_autoBracket": {
"_bracketNumber": 3,
"_bracketParameters": [
{
"shutterSpeed": 0.004,
"iso": 400,
"_colorTemperature": 5100
},
{
"shutterSpeed": 0.004,
"iso": 320,
"_colorTemperature": 5100
},
{
"shutterSpeed": 0.004,
"iso": 2500,
"_colorTemperature": 5000
}
]
}
}