Click or drag to resize

ICameraMovement Interface

Gives control of the camera movement (PTZ), which means different horizontal and vertical movements and zooming.

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public interface ICameraMovement

The ICameraMovement type exposes the following members.

Properties
 NameDescription
Public propertyCurrentAbsolutePanSpeed Gets or sets the absolute pan speed.
Public propertyCurrentAbsoluteTiltSpeed Gets or sets the absolute tilt speed.
Public propertyCurrentAbsoluteZoomSpeed Gets or sets the absolute zoom speed.
Public propertyCurrentContinuousPanSpeed Gets or sets the continuous pan speed.
Public propertyCurrentContinuousTiltSpeed Gets or sets the continuous tilt speed.
Public propertyCurrentContinuousZoomSpeed Gets or sets the continuous zoom speed.
Public propertyCurrentRelativePanSpeed Gets or sets the relative pan speed.
Public propertyCurrentRelativeTiltSpeed Gets or sets the relative tilt speed.
Public propertyCurrentRelativeZoomSpeed Gets or sets the relative zoom speed.
Public propertyIsHomeSupported Gets if Home Position is supported by the camera device.
Public propertyIsPresetSupported Gets if presets are supported by the camera device.
Public propertyIsPTZSupported Gets if PTZ is supported by the camera or not.
Public propertyMaxAbsolutePanSpeed Gets the maximum of absolute pan speed.
Public propertyMaxAbsoluteTiltSpeed Gets the maximum of absolute tilt speed.
Public propertyMaxAbsoluteZoomSpeed Gets the maximum of absolute zoom speed.
Public propertyMaxContinuousPanSpeed Gets the maximum of continuous pan speed.
Public propertyMaxContinuousTiltSpeed Gets the maximum of continuous tilt speed.
Public propertyMaxContinuousZoomSpeed Gets the maximum of continuous zoom speed.
Public propertyMaxPreset Gets the maximum number of presets, supported by the camera device.
Public propertyMaxRelativePanSpeed Gets the maximum of relative pan speed.
Public propertyMaxRelativeTiltSpeed Gets the maximum of relative tilt speed.
Public propertyMaxRelativeZoomSpeed Gets the maximum of relative zoom speed.
Public propertyPanSpeed Gets or sets the speed of Pan for all of the movement types.
Public propertyPreset Gets the preset informations
Public propertyTiltSpeed Gets or sets the speed of Tilt for all of the movement types.
Public propertyZoomSpeed Gets or sets the speed of Zoom for all of the movement types.
Top
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