i need to open external UVC camera with
Camera.open(CameraId);
but not working
Please help?
Unfortunately, while the camera2 API does have the necessary API interfaces for supporting external cameras such as USB webcams, there's not yet standard low-level support for external cameras.
Some individual device manufacturers do have such support, but that is a very small number of devices currently.
Until then, the only way to have USB webcams be usable by an Android application is to use the raw USB APIs directly, and not use the camera APIs at all. You can either try to find an existing UVC library to use, or write your own.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With