/WebRTC

Capturing still photo using WebRTC

Primary LanguageJavaScript

WebRTC

Taking still photos with WebRTC

Learn how to use WebRTC to access the camera on a computer or mobile phone with WebRTC support and take a photo with it. Capturing video stream frame and then draw am image of frame in canvas and then convert image into dataUrl(src of image) using toDataURL() method to show image in <image> tag.

First