phoneCameraFocusLensControl
Set Focus (Only for Phone Camera).
Address
/ptz/phoneCameraFocusLensControl [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 Focus to non-auto mode, with the value of 0.5.
/ptz/phoneCameraFocusLensControl false 0.5
or
/ptz/phoneCameraFocusLensControl 0 0.5