You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: