-
It's useful for KYC purpose - it's established as a standard behaviour that if a user is doing KYC form on the mobile, they will be offered to take a photo instead of uploading a photo (e.g. XAPP). As…
-
Hi, this project looks great but I've not experience with streaming data, I think would be possible use getUserMedia and websocket for stream to the webserver (instead use vlc) someone has did the try…
-
Has anyone succeeded to use html5-qrcode on iOS or WindowsPhone devices? I guess the main problem is the known issues with getUserMedia:
http://www.html5rocks.com/en/tutorials/getusermedia/intro/
-
Is there a way to create a howl from a MediaStream? I'm trying with `html5: true` but getting `404 (File not found)`.
```javascript
navigator.mediaDevices.getUserMedia({
audio: true
}).then(fu…
-
Hello, I wrote a WebGL/HTML5 video game that runs in browser (JavaScript), and i want my players to have voice chat so they can talk to each other while playing.
So i want to have a headless linux…
-
See:
- https://webrtc.github.io/samples/
- https://github.com/webrtc/samples/blob/gh-pages/src/content/getusermedia/record/js/main.js
compare it also with:
https://demo.videowhisper.com/cam-re…
-
hi,
Navigator.getUserMedia() is deprecated, and does not work any more on Android Chrome since the version 50.0.02661.89
It still working on the chrome desktop version, but not on the Android version.…
-
Allow the admin to attach pictures to a volunteer's profile. This would be pretty awesome if it could be handled entirely from the rails app using a webcam. Chrome has exposed this using the "getUserM…
-
I am experiencing an issue when trying to use the html5-qrcode library on Samsung mobile phones (specifically models A73 and S23) with Chromium-based browsers such as Samsung Internet, Chrome, and Ope…
-
I was trying to record a video of my screen using html5's getUserMedia api. The recorded video plays smoothely if the resolution of the video is set to 320 x 240. When we try to set higher resolutions…