Original project here - https://github.com/jiangdongguo/AndroidUSBCamera
Purpose of this project: Prepare an easy-to-use library for Android applications that allows:
- Getting video from UVC devices.
- Getting audio from UAC devices.
Android now often implicitly requires the CAMERA permission in addition to the explicit USB permission, especially when your app's targetSdkVersion is 28 or higher.