ASCII Camera uses the HTML5 getUserMedia API to transform a video stream from your webcam into a real-time ASCII representation.
- Chrome ≥ 21
- Firefox ≥ 17 (requires
media.navigator.enabled = true
inabout:config
) - Opera ≥ 12
- Camera input is done using the camera.js library.
- ASCII transformation is adapted from jsascii library by Jacob Seidelin.
Andrei Gheorghe
- About me
- LinkedIn: linkedin.com/in/idevelop
- Twitter: @idevelop
- This code is licensed under the MIT License.