Option _cameraPower
|
Definitions |
Type |
enum (of string) |
Description: The power status of the camera.
Theta A1 and X only.
- off
- Power off
- on
- Power on
- sleep
- Power on, sleep mode
- powerSaving
- Power on, power saving mode. Camera is closed. This value can not set when plugin is running. In that case,
invalidParameterValue
error will be returned. - silentMode
- Power on, silent mode. LCD/LED is turned off. Theta X only. This value can not set when plugin is running. In that case,
invalidParameterValue
error will be returned.
Must be one of:
- “off”
- “on”
- “sleep”
- “powerSaving”
- “silentMode”