Top "Getusermedia" questions

Access to media data streams--webcam video, microphone audio--from browser Javascript.

How can I get the size of the webcam image with getUserMedia?

I'm trying to find out what will be the size of the image I get from the webcam using getUserMedia. …

html webcam dimensions getusermedia
TypeError: Argument 1 is not valid for any of the 1-argument overloads of URL.createObjectURL

I've been using getUserMedia to access camera from the browser. I tried it on several browsers and it works except …

javascript getusermedia
How to save a jpg image/video captured with webcam in the local hard drive with HTML5

The problem appears simple, although I cannot find a suitable solution because of my lack of knowledge of HTML and …

javascript html video getusermedia webcam-capture
getUserMedia - how to detect if the device actually has a camera

I'm playing with the html5/javascript getUserMedia api to write a js app that will use the device's camera if …

javascript camera getusermedia modernizr mediadevices
WebRTC - Browser doesn't ask for mic access permission for local html file

I have some simple webRTC code which uses getUserMedia to gain access to user's mic. Now when I load that …

webrtc getusermedia
Stop / kill WebRTC media stream

How to completely kill the WebRTC media stream? MediaStream.stop() is not working anymore. Testing in Chrome 47, Mac OS 10.11.

stream webrtc media getusermedia
What constraints should I pass to getUserMedia() in order to get two video mediaStreamTracks?

I can get mediaDevices of 'videoinput' kind via navigator.mediaDevices.enumerateDevices() promise. I can get mediaStream via navigator.mediaDevices.getUserMedia(…

constraints webrtc getusermedia
Microphone activity level of WebRTC MediaStream

I would like some advice on how best to get the microphone activity level of an audio MediaStreamTrack javascript object …

javascript audio microphone webrtc getusermedia
WebRTC/getUserMedia: How to properly mute local video?

I'm trying to implement the functionality for muting the local video MediaStreamTrack in my WebRTC application. Here's how I'm approaching …

webrtc getusermedia
how to enable screen/desktop capture in chrome?

I am able to achive it in firefox by folowing below steps: make my server https append my domain to …

javascript google-chrome google-chrome-extension webrtc getusermedia