You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: