ICamera |
The ICameraMovement type exposes the following members.
Name | Description | |
---|---|---|
![]() | AbsoluteMove | Moves the camera in the selected direction with the movement mode: Absolute. |
![]() | ContinuousMove | Moves the camera in the selected direction with the movement mode: Continuous. |
![]() | GoToHome | Moves to the PTZ home position. |
![]() | LimitedMovement | Moves to the direction with Continuous movement, but for limited duration - set by SetPanLimit() and SetTiltLimit(). |
![]() | Patrol | Starts scanning to the set direction for the set duration, than goes back to the starting position. |
![]() | RelativeMove | Moves the camera in the selected direction with the movement mode: Relative. |
![]() | SetHome | Sets the camera's HomePosition. |
![]() | SetPanLimit | Sets the maximum of horizontal movement in seconds. |
![]() | SetTiltLimit | Sets the maximum of vertical movement in seconds. |
![]() | StopMovement | Stops the camera's current (PTZ) movement. |
![]() | Zoom | Zooms with the camera. |