Leadtools.Multimedia Namespace : CameraControlProperty Enumeration |
'Declaration Public Enum CameraControlProperty Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As CameraControlProperty
public enum CameraControlProperty : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
public enum class CameraControlProperty : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000001 | Tilt | Specifies the tilt property. The tilt property is measured in degrees. Possible values range from -180 to +180. The default value is zero. Positive values point the imaging plane up, and negative values point the imaging plane down. |
0x00000002 | Roll | Specifies the roll property. The roll property is measured in degrees. Possible values range from -180 to +180. The default value is zero. Positive values cause a clockwise rotation of the camera along the image-viewing axis, and negative values cause a counterclockwise rotation of the camera. |
0x00000003 | Zoom | Specifies the zoom property. The zoom property is measured in millimeters. Values range from 10 to 600 or as stated by the device documentation. |
0x00000006 | Focus | Specifies the focus property, as the distance to the optimally focused target. The focus property is measured in millimeters. The range and default value are specific to the device. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.CameraControlProperty