examples/video/asciiVideoExample/README.md
This example is based on the Processing "ASCII Video" example by Ben Fry and it is designed to demonstrate how to re-interpret live video as text to make it look like some good old ASCII art!
Studying the code behind this example will help you understand:
ofVideoGrabberstring (ours is called asciiCharacters) as a char arraygetLightness() (returns the average of its RGB values) to display a different ASCII characterWhen launching this app (if your computer has a webcam), you should see an ASCII art image of the webcam stream.
Instructions for use:
This example uses the following classes:
ofVideoGrabberofPixelsofTrueTypeFont