libuvc / libuvc

a cross-platform library for USB video devices
https://libuvc.github.io/
Other
981 stars 508 forks source link

Can i give more priority to usb camera using this library #197

Open EworkitSrl opened 2 years ago

EworkitSrl commented 2 years ago

i want to develop an application to give more priority usb camer when usb camera plug. for example when i connect a usb camera to android phone and i get video call from whatsApp then camera view should get from usb camera

mcuee commented 2 years ago

That should have nothing to do with libuvc but rather an Andorid thingy even if it is possible. So you may have to ask in Android related forum.

To be honest, libusb itself does not work well with Android as of now if you do not have root access. So you may want to forget libusb/libuvc for now if you want to use Android.

Ref: https://github.com/libusb/libusb/pull/874