mittalprince / WebRTC

Capturing still photo using WebRTC

Home Page:https://mittalprince.github.io/WebRTC/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Capturing still photo using WebRTC

https://mittalprince.github.io/WebRTC/


Languages

Language:JavaScript 53.3%Language:HTML 27.0%Language:CSS 19.7%