Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhuckaby/webcamjs
HTML5 Webcam Image Capture Library with Flash Fallback
https://github.com/jhuckaby/webcamjs
actionscript camera data-uri html5-getusermedia webcamjs
Last synced: about 1 month ago
JSON representation
HTML5 Webcam Image Capture Library with Flash Fallback
- Host: GitHub
- URL: https://github.com/jhuckaby/webcamjs
- Owner: jhuckaby
- License: mit
- Created: 2014-03-03T22:59:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T07:50:12.000Z (over 4 years ago)
- Last Synced: 2024-11-15T00:05:38.613Z (about 2 months ago)
- Topics: actionscript, camera, data-uri, html5-getusermedia, webcamjs
- Language: ActionScript
- Homepage:
- Size: 367 KB
- Stars: 2,495
- Watchers: 133
- Forks: 1,112
- Open Issues: 161
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-actionscript-sorted - webcamjs - HTML5 Webcam Image Capture Library with Flash Fallback (File Formats / HTML)
README
# WebcamJS is in Maintenance Mode
Hey everyone! WebcamJS v1.x is going into maintenance mode as of Feb 11, 2017. That means I will only be able to fix critical bugs from here on in. I will not be adding any new features, or accepting any new PRs into this version. I am working on an all-new WebcamJS v2.0 implementation, which will feature real-time canvas effects, and plugin drivers for mobile support.
See [DOCS.md](https://github.com/jhuckaby/webcamjs/blob/master/DOCS.md) for the v1.x documentation.
Looking for a good alternative to WebcamJS? Please check out [JpegCamera](https://github.com/amw/jpeg_camera) by [Adam Wróbel](https://github.com/amw). It has many advanced features that WebcamJS is lacking (for example, upload multiple photos at once, retry failed uploads, CSRF tokens, make sure camera is ready), and has a very clean and object-oriented design.
## Troubleshooting
Having trouble? See if your webcam is actually working in your browser:
- Try the basic demo: https://pixlcore.com/demos/webcamjs/demos/basic.html
- Try this HTML5 Webcam test page: https://simpl.info/getusermedia/
- And this one: https://davidwalsh.name/demo/camera.php
- Try this Flash Webcam test page: https://www.onlinemictest.com/webcam-test-in-adobe-flash
- Try jQuery Webcam: http://www.xarg.org/project/jquery-webcam-plugin/
- Try JpegCamera: https://github.com/amw/jpeg_camera