Class PtzPosition
Represents a PTZ position for absolute movement and preset positions
public class PtzPosition
- Inheritance
-
PtzPosition
- Inherited Members
Properties
Pan
Pan position value Values are typically in the range of -1.0 to 1.0 Negative values usually indicate panning left, positive values right
public float Pan { get; set; }
Property Value
Tilt
Tilt position value Values are typically in the range of -1.0 to 1.0 Negative values usually indicate tilting down, positive values up
public float Tilt { get; set; }
Property Value
Zoom
Zoom position value Values are typically in the range of 0.0 to 1.0 Higher values indicate more zoom (closer view)
public float Zoom { get; set; }