merodriguezblanco / ascii-video

JavaScript video to ASCII converter using WebRTC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASCII to Video

The main idea of this this project is to take advantage of the navigator.getUserMedia provided by WebRTC to convert a stream from the video camera to an ASCII representation.

You just have to place yourself in front of your computer's camera and see the result being displayed on an ASCII representation.

The character set that I chose is #@%OHLTI)i=+;:,. . But you can try changing these constants in the code to output different effects.

Output example

Output Example

How to run

Just start any local server. If you are running linux and have python installed, try: python -m SimpleHTTPServer

About

JavaScript video to ASCII converter using WebRTC.

License:MIT License


Languages

Language:JavaScript 56.3%Language:CSS 33.2%Language:HTML 10.5%