-
Notifications
You must be signed in to change notification settings - Fork 3
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
Implement USB proxy sample app #2
Comments
simple USB sticks (i.e. those without extended descriptors) already work! |
extended descriptors supported, USB cameras now work! still need to support isochronous mode though so that all kinds of cameras could work... |
So right now vdpusb-proxy looks very solid, it can handle almost anything, what it still can't handle is isochronous transfers, will work on that... |
Implemented isochronous "in" transfers, got both of my isochronous USB cameras work! perfect! |
Implemented and tested "out" isochronous transfers, I used usb-based bluetooth controller with a headset device, that triggered "out" isochronous transfers. Thus, vdpusb-proxy is pretty much complete! |
the idea is simple:
run the proxy with some complicated devices such as USB cameras, it'll help
us test existing libvdpusb functionality and implement missing pieces, after
that we can move on to more complicated things such as usb<->ip
The text was updated successfully, but these errors were encountered: