Peter-St / Android-UVC-Camera

GNU Lesser General Public License v2.1
136 stars 25 forks source link

can give more priority to usb camer on android device using this library #23

Closed EworkitSrl closed 1 year ago

EworkitSrl commented 2 years ago

i want to develop an app that when i connect a third party camera to device then the device should take that camera as the main camera. ex-: if get a video call in any application, the camera view should take from that third party camera. Is this possible?

Peter-St commented 2 years ago

Hello EworkitSrl,

the Google Developer Team dropped with Android Pie (SDK28) the Usb camera support (https://github.com/saki4510t/UVCPermissionTest). Please read through this link and also read the open issiue in this link.

Theoretically it could only work on older Android devices. Another thing is, that with the upcomming USB3 speed, UVC is no more a common driver way for usb cameras. The google team started to include an usb camera support in Android Pie , but never finished it in all ongoing releases.

So far, Peter

heaveninfosoft commented 2 years ago

https://play.google.com/store/apps/details?id=com.shenyaocn.android.usbcamera how this app work in all device?? @Peter-St @EworkitSrl