disguise developers

Designer Plugins

Plugins for Disguise Designer software.

NatNetDriver

Base class: ScreenPositionDriver

Properties

dataPort : int

Data Port on which to receive data.

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.

multicastAddress : str

Multicast Address. Leave blank for broadcast or unicast.

newMarkerTimeoutS : float

predictionSamples : int

Number of samples to use for prediction.

predictionTerms : int

Term of curve. Prediction is done by curve fitting.

serverDiscoveryInProgress : bool (Read-Only)

serverIPAddress : str

Server IP Address to connect.

tToPredictAheadSec : float

Time ahead to predict (in seconds).

Methods

connectToServer(self, serverAddress: str)

startServerDiscovery(self)

stopServerDiscovery(self)