An open API service indexing awesome lists of open source software.

https://github.com/philnash/getusermedia

An example of using getUserMedia
https://github.com/philnash/getusermedia

Last synced: 6 months ago
JSON representation

An example of using getUserMedia

Awesome Lists containing this project

README

          

# Using getUserMedia

`getUserMedia` gives JavaScript access to a user's audio and video inputs. This is an example that gets the video input and allows you to take a photo, all in the browser.

You need [Opera 12](http://www.opera.com/browser/next) or [Chrome Canary](http://tools.google.com/dlpage/chromesxs) (with [the media stream flag turned on](http://www.webrtc.org/running-the-demos#TOC-Media-Stream-Flag-)) to run the example.

[See the example](http://philnash.github.com/getUserMedia)