| ICameraMovement Interface |
Namespace: Ozeki.Camera
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.
|
| Name | Description | |
|---|---|---|
| CurrentAbsolutePanSpeed |
Gets or sets the absolute pan speed.
| |
| CurrentAbsoluteTiltSpeed |
Gets or sets the absolute tilt speed.
| |
| CurrentAbsoluteZoomSpeed |
Gets or sets the absolute zoom speed.
| |
| CurrentContinuousPanSpeed |
Gets or sets the continuous pan speed.
| |
| CurrentContinuousTiltSpeed |
Gets or sets the continuous tilt speed.
| |
| CurrentContinuousZoomSpeed |
Gets or sets the continuous zoom speed.
| |
| CurrentRelativePanSpeed |
Gets or sets the relative pan speed.
| |
| CurrentRelativeTiltSpeed |
Gets or sets the relative tilt speed.
| |
| CurrentRelativeZoomSpeed |
Gets or sets the relative zoom speed.
| |
| IsHomeSupported |
Gets if Home Position is supported by the camera device.
| |
| IsPresetSupported |
Gets if presets are supported by the camera device.
| |
| IsPTZSupported |
Gets if PTZ is supported by the camera or not.
| |
| MaxAbsolutePanSpeed |
Gets the maximum of absolute pan speed.
| |
| MaxAbsoluteTiltSpeed |
Gets the maximum of absolute tilt speed.
| |
| MaxAbsoluteZoomSpeed |
Gets the maximum of absolute zoom speed.
| |
| MaxContinuousPanSpeed |
Gets the maximum of continuous pan speed.
| |
| MaxContinuousTiltSpeed |
Gets the maximum of continuous tilt speed.
| |
| MaxContinuousZoomSpeed |
Gets the maximum of continuous zoom speed.
| |
| MaxPreset |
Gets the maximum number of presets, supported by the camera device.
| |
| MaxRelativePanSpeed |
Gets the maximum of relative pan speed.
| |
| MaxRelativeTiltSpeed |
Gets the maximum of relative tilt speed.
| |
| MaxRelativeZoomSpeed |
Gets the maximum of relative zoom speed.
| |
| PanSpeed |
Gets or sets the speed of Pan for all of the movement types.
| |
| Preset |
Gets the preset informations
| |
| TiltSpeed |
Gets or sets the speed of Tilt for all of the movement types.
| |
| ZoomSpeed |
Gets or sets the speed of Zoom for all of the movement types.
|