kiosk uvc camera chrome issue - google-chrome

We are developing web for kiosk based on Android OS. I am trying to use the webcam for qrcode recognition, it works fine in Firefox but the camera is not recognized in Chrome. Even if you call MediaDevices with js code, video input does not come out only in Chrome. Can anyone guess the cause?

Related

Viewing video stream from a network camera

I have placed the below code in a webpage and viewed over my local webserver
<img src="http://192.168.1.117/Streaming/channels/1/httpPreview" alt="Cam1 feed">
The stream is configured to output mpeg and not RTSP
This works without issues when viewed on a windows computer with chrome & firefox and is OK when viewed on my Android phone with Chrome.
But this does not work when viewed on a iphone or ipad with either Chrome or Safari.
After searching for a while I am coming to the conclusion to try and encode into a WebRTC to add to a video tag.
Is this the right approach as it was fairly easy to get working on a computer and android phone.

Chrome inspector issue while remote debugging

I am trying to debug my android web application which I had written by Ionic framework and AngularJS and is rendered on webview browser on android platform by chrome://inspect#devices but I am seeing this screen:
here is the picture
it was working perfectly for last 5 months but now it is killing me.
I tried uninstalling chrome, reset settings, reset dev.tools but they were not practical solutions.
In addition, it is working fine while inspecting a regular website on google chrome
You should try to test it with a fresh ionic app, and you will see if it's problem of your app or chrome.
In case that it's chrome problem, try to open an emulator and inspect it, maybe it's Android problem or USB error.

Is there a standard way to turn on and off a phone's flash light from a web browser?

It appears Firefox OS has a way to turn a device's camera flash on and off.
Is there a way to turn the camera flash of a phone on or off in a standards-compliant way from within web browsers running on the phone? E.g. within Chrome on Android/iOS, Safari on iOS, etc.?
It appears you can read the capabilities but not manually set them.
Asking to see if it's possible to build a mobile webapp that works like a flashlight.

how to use the web speech api on mobile chrome

The web speech API currently works in Chrome, but I have been unable to get in to work in mobile chrome on the iPhone. I haven't been able to find any info on the net, as to whether there is a way to access the API on mobile, or whether it works on Chrome for Android.

Input type Color on Chrome Packaged App

I would like to know how to use input[type=color] on Chrome Packaged App. When I open the HTML file on the browser, the input[type=color] works well, it pop ups the color picker, but when I used it on an app, it doesn't do anything. Please help me how to enable this HTML5 feature.
Are you looking at the app from a mobile device? The web browser for the device might not support input[type=color]. It looks like iOS doesn't at this time. See the compatibility tables.