setPTZ

abstract fun setPTZ(cameraId: String, value: CameraPTZValue): Boolean

Set the absolute moving value of PTZ. This will only be functional for cameras having pan, tilt and/or zoom capabilities, and automatic tracking configuration disabled.

Return

true if successful

Parameters

cameraId

Camera device id

value

absolute value of current PTZ Camera

Throws