Click or drag to resize
ICameraMovement Methods

The ICameraMovement type exposes the following members.

Methods
  NameDescription
Public methodAbsoluteMove
Moves the camera in the selected direction with the movement mode: Absolute.
Public methodContinuousMove
Moves the camera in the selected direction with the movement mode: Continuous.
Public methodGoToHome
Moves to the PTZ home position.
Public methodLimitedMovement
Moves to the direction with Continuous movement, but for limited duration - set by SetPanLimit() and SetTiltLimit().
Public methodPatrol
Starts scanning to the set direction for the set duration, than goes back to the starting position.
Public methodRelativeMove
Moves the camera in the selected direction with the movement mode: Relative.
Public methodSetHome
Sets the camera's HomePosition.
Public methodSetPanLimit
Sets the maximum of horizontal movement in seconds.
Public methodSetTiltLimit
Sets the maximum of vertical movement in seconds.
Public methodStopMovement
Stops the camera's current (PTZ) movement.
Public methodZoom
Zooms with the camera.
Top
See Also