Click or drag to resize

IDewarpController Interface

The interface defines operations to control the image crop for the dewarped images of panoramic cameras.

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

The IDewarpController type exposes the following members.

Properties
 NameDescription
Public propertyPan The pan-angle (in radian) of the view state. Should be used to get actual pan-angle for storing a preposition.
Public propertyTilt The tilt-angle (in radian) of the view state. Should be used to get actual tilt-angle for storing a preposition.
Public propertyZoom The zoom factor (in radian) of the view state. Should be used to get actual zoom factor for storing a preposition. In fact values near 0 are returned when max zoom in is set.
Top
Methods
 NameDescription
Public methodMovePanTiltZoom Moves the view to a new position with the provided speed parameters. To stop the moving provide 0 as value for the corresponding parameter.
Public methodPanTiltZoom Sets the view to a new position with the provided parameters. Should be used to set a stored preposition.
Top
See Also