saki4510t / UVCCamera

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

queston of "mUSBMonitor.getDeviceList (filter.get (0))" #583

Open SeedsOfLove opened 3 years ago

SeedsOfLove commented 3 years ago

When I use the ADB command. I can see the camera in terminal. But use the code“ mUSBMonitor.getDeviceList ( filter.get (0)) ", no device. help me please

mrds1997 commented 3 years ago

Hello if you want to access all USB captures of connected devices, you must remove filter.get(0) and just use mUsBMonitor.getDeviceList().