This C++ program captures frames from your webcam and converts them into ASCII art in real-time. and it will produce the output ascii art in the terminal. You can customize the output, change cameras, add your own ASCII characters, and more.
- C++ compiler (e.g., g++)
- OpenCV library installed
- Webcam (built-in or external)
- Real-time webcam to ASCII art conversion.
- Customizable frame dimensions and ASCII characters.
- Support for changing the camera source (webcam, virtual camera, 3rd party camera).
- Key Customizations
- Clone or download this repository to your local machine.
- Make sure you have the OpenCV library installed.
- Compile the program using makefile.