Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.