Option _cameraPower
|
Definitions |
Type |
enum (of string) |
Description: The power status of the camera. Theta X only.
Must be one of:
- “off”
- “on”
- “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.
- This value can not set when plugin is running. In that case,
invalidParameterValue
error will be returned.