Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selecting streaming components is unergonomic #30

Open
qjgn opened this issue Jan 18, 2023 · 0 comments
Open

Selecting streaming components is unergonomic #30

qjgn opened this issue Jan 18, 2023 · 0 comments

Comments

@qjgn
Copy link
Contributor

qjgn commented Jan 18, 2023

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)

@qjgn qjgn changed the title Selecting streaming components is unergonomic. Selecting streaming components is unergonomic Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant