Selecting which components to stream from QTM is done thought a the connect function.
To keep setup to a minimum this is has been done using boolean arguments for each individual component.
Now when the number of available streaming components has grown, it has become hard to use.
Example:
public void StartConnecting(string IpAddress, short udpPort, bool stream6d, bool stream3d, bool stream3dNoLabels, bool streamGaze, bool streamAnalog, bool streamSkeleton, bool streamForce)
Selecting which components to stream from QTM is done thought a the connect function.
To keep setup to a minimum this is has been done using boolean arguments for each individual component.
Now when the number of available streaming components has grown, it has become hard to use.
Example:
public void StartConnecting(string IpAddress, short udpPort, bool stream6d, bool stream3d, bool stream3dNoLabels, bool streamGaze, bool streamAnalog, bool streamSkeleton, bool streamForce)