Click or drag to resize

IPtzControl Interface

Represents an interface, that performs camera PTZ control.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
public interface IPtzControl

The IPtzControl type exposes the following members.

Methods
 NameDescription
Public methodCallCommand Execute PTZ command on camera.
Public methodFocus Starts to focus a camera.
Public methodIris Starts to close or open an iris.
Public methodMove Starts to move a camera.
Public methodMoveToPredefinedPosition Move to predefined position.
Public methodPanTiltZoom Starts to move and zoom a camera.
Public methodSavePredefinedPosition Save current position of camera as predefined position.
Public methodZoom Starts to zoom a camera.
Top
Remarks
Methods Move(Int32, Int32), PanTiltZoom(Int32, Int32, Int32), Zoom(Int32), Iris(Int32), Focus(Int32) - are asynchronous.
They are starting action with specified speed. In order to stop action, call corresponding method with '0' speed.
See Also