Skip to content

merodriguezblanco/ascii-video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published