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
- Host: GitHub
- URL: https://github.com/philnash/getusermedia
- Owner: philnash
- Created: 2012-04-26T23:20:20.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-25T22:07:42.000Z (over 13 years ago)
- Last Synced: 2025-03-27T17:47:03.594Z (7 months ago)
- Language: JavaScript
- Size: 98.6 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)