saki4510t / UVCCamera

library and sample to access to UVC web camera on non-rooted Android device
2.96k stars 1.19k forks source link

Multiple video endpoints in a single device #615

Open riccardoPegaso opened 2 years ago

riccardoPegaso commented 2 years ago

Hello,

I'm working with this library to integrate a device in our Android app. The device is a single physical device with multiple cameras, each one with a dedicated interface\endpoint on the USB. As far as my understanding goes, the libusb points to the physical device, and not to the interfaces. Is there a way to use this library for a specific interface inside a device?

Thank you, Kind Regards