saki4510t / UVCCamera

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

android >8 ...12 not working on nonrooted #667

Open ilie321 opened 1 year ago

ilie321 commented 1 year ago

please update this very nice project to support android 12 and non rooted devices :libusb not working ok :permisions and is very hard to update libusb because the one from this project is customized thank you

a522510162 commented 11 months ago

if is about usb permission dialog, If your app's TargetAPI >=28, you need to grant Manifest.permission.Camera permission before calling UsbManager.requestPermission API, please refer to https://github.com/saki4510t/UVCCamera/issues/665#issuecomment-1641278936