Is it able for Qt to use usb camera on Android?
Unsolved
Mobile and Embedded
-
I find QCamera module works fine with the native cameras on android.
But when I try to use a hot plug usb camera on my nexus tablet using android 5.1.1,
There is no usb QCameraInfo from availableCameras(),only native cameras in the devicelist.I search for while and find libuvc (https://github.com/ktossell/libuvc) for a option.
What is the right way to detect usb camera on android using Qt ? -
@Andy-Matos Does this USB camera work on your device?