NatNetDriver
Category: Tracking
Base class: ScreenPositionDriver
Properties
dataPort : int
Data Port on which to receive data.
UserName: Data Port
getCurrentServerCommandPort : str (Read-Only)
getCurrentServerDataPort : str (Read-Only)
getCurrentServerDescription : str (Read-Only)
getCurrentServerVersion : str (Read-Only)
getSDKVersion : str (Read-Only)
getServers : List[str] (Read-Only)
intervalThresholdSec : float
Interval to filter out noise. If the interval time between samples is bigger, detection will be ignored.
UserName: Sample interval threshold (sec)
multicastAddress : str
Multicast Address. Leave blank for broadcast or unicast.
UserName: Multicast Address
newMarkerTimeoutS : float
predictionSamples : int
Number of samples to use for prediction.
UserName: Sample size
predictionTerms : int
Term of curve. Prediction is done by curve fitting.
UserName: Terms
serverDiscoveryInProgress : bool (Read-Only)
serverIPAddress : str
Server IP Address to connect.
UserName: Server IP Address
tToPredictAheadSec : float
Time ahead to predict (in seconds).
UserName: Prediction time (sec)