Peter-St / Android-UVC-Camera

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

Unable to see connected external usb cameras in android mobile browser, Will mobile browser detects an external usb camera like native cameras? #17

Closed SreeniMannem closed 2 years ago

SreeniMannem commented 3 years ago

We are unable to see the connected external Usb camera in android mobile browser. The same piece of code will detect and show the connected external Usb cameras in desktop browsers.

Is there anything wrong with the detecting external USB cameras in mobile browsers? will mobile browser supports it or not?

Note: We are using "navigator.mediaDevices.enumerateDevices()" to list the available and connected devices in the browser.

Peter-St commented 3 years ago

Hello,

read this:

https://stackoverflow.com/questions/60297972/navigator-mediadevices-enumeratedevices-returns-empty-labels

SreeniMannem commented 3 years ago

Thanks for your help Peter, this was working with desktop browser. But i need help on how to get connected external devices on Mobile web browsers. Kindly do needful.

Peter-St commented 3 years ago

Sorry, but I think I can't help you, because I haven't any experience with mobile browsers up to now.

Peter