phoneCameraIsoControl
Set ISO (Only for Phone Camera).
Address
/ptz/phoneCameraIsoControl [continuousAuto] [value]
Arguments
Type | Description | |
---|---|---|
argument 1 | Boolean | Whether it is Auto mode true: Yes; false: No |
argument 1 | Float | The setting value, only taking effect in non-auto mode |
Example
Set ISO to non-auto mode, with the value of 100.
/ptz/phoneCameraIsoControl false 100
or
/ptz/phoneCameraIsoControl 0 100