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

How to use USB Proxy correctly? #22

Open
CVTEXYY opened this issue Jan 17, 2025 · 0 comments
Open

How to use USB Proxy correctly? #22

CVTEXYY opened this issue Jan 17, 2025 · 0 comments

Comments

@CVTEXYY
Copy link

CVTEXYY commented Jan 17, 2025

README.md mentions that USB Proxy can be used to access USB devices simultaneously in multiple independent processes.

USB Proxy

The .NET Huddly SDK allows for connecting to USB devices through a proxy. This way, multiple independent processes can talk to a USB device at the same time. When communicating with USB devices, consumers should always default to attempt connecting to this proxy. If this fails, native USB can be used as a fallback. See the above examples for how to do this.

But the example doesn't mention how to use it.

I'm currently having some issues, when starting the second process it doesn't work properly, the log says "Could not open device: Model: L1, VID: 0x2BD9, PID: 0xA032, Path: usbdev2.23"

As shown below:

Image

My code is as follows:

Image

Could you tell me how to use this function correctly?

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