CameraTrackerTester
Categories: [‘Devices’, ‘Tracking’]
Base class: ScreenPositionDriver
Properties
delaySec : float
Artificial delay to source camera tracking data
UserName: Delay (sec)
focalOffset : Vec
Offset to apply to camera focal plane
UserName: Focal offset
focalRotation : Vec
Rotation to apply to camera focal plane
UserName: Focal rotation
focusEncoderOverride : float
Override the focus encoder value. Set to -1 to keep source camera value.
UserName: Focus encoder override
maxFieldOfViewH : float
Maximum value of the range used to scale the FOV
UserName: Max horizontal FOV
minFieldOfViewH : float
Minimum value of the range used to scale the FOV
UserName: Min horizontal FOV
originOffset : Vec
Offset to apply to source camera position
UserName: Origin offset
originRotation : Vec
Rotation to apply to source camera rotation
UserName: Origin rotation
sourceCamera : Camera
Camerea to use a source of tracking data
UserName: Source camera
trackingSourceType : int
Determines whether the driver creates a camera or object tracking source
Options: {0: ‘Object’, 1: ‘Camera’}
UserName: Tracking source type
zoomEncoderOverride : float
Override the zoom encoder value. Set to -1 to keep source camera value.
UserName: Zoom encoder override
Constructors
__init__(self)
Default constructor for CameraTrackerTester