Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idevelop/ascii-camera
Real-time ASCII representation of your webcam video stream, using the getUserMedia API.
https://github.com/idevelop/ascii-camera
Last synced: 6 days ago
JSON representation
Real-time ASCII representation of your webcam video stream, using the getUserMedia API.
- Host: GitHub
- URL: https://github.com/idevelop/ascii-camera
- Owner: idevelop
- License: mit
- Created: 2013-02-14T19:25:46.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-02-20T03:16:04.000Z (almost 4 years ago)
- Last Synced: 2024-12-06T19:08:24.585Z (7 days ago)
- Language: JavaScript
- Homepage: https://andrei.codes/ascii-camera/
- Size: 40 KB
- Stars: 1,365
- Watchers: 59
- Forks: 236
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ASCII Camera
============ASCII Camera uses the HTML5 getUserMedia API to transform a video stream from your webcam into a real-time ASCII representation.
**[See it in action](https://andrei.codes/ascii-camera/)**.
## Supported browsers
* Chrome ≥ 21
* Firefox ≥ 17 (requires `media.navigator.enabled = true` in `about:config`)
* Opera ≥ 12## Libraries used
* Camera input is done using the [camera.js library](https://github.com/idevelop/camera.js).
* ASCII transformation is adapted from [jsascii library](http://www.nihilogic.dk/labs/jsascii/) by [Jacob Seidelin](http://blog.nihilogic.dk/).## Author
**Andrei Gheorghe**
* [About me](https://andrei.codes)
* LinkedIn: [linkedin.com/in/idevelop](http://www.linkedin.com/in/idevelop)
* Twitter: [@idevelop](http://twitter.com/idevelop)## License
- This code is licensed under the MIT License.