Class PtzVector
Represents a PTZ vector for relative and continuous movement
public class PtzVector
- Inheritance
-
PtzVector
- Inherited Members
Properties
X
X component (pan) - Values typically range from -1.0 to 1.0
public float X { get; set; }
Property Value
Y
Y component (tilt) - Values typically range from -1.0 to 1.0
public float Y { get; set; }
Property Value
Z
Z component (zoom) - Values typically range from -1.0 to 1.0
public float Z { get; set; }