Ascii Cam

This C++ program captures frames from your webcam and converts them into ASCII art in real-time, rendering the output ASCII art directly in the terminal. You can customize the output, change cameras, add your own ASCII characters, and more.
OpenCVC++ Programming
Key Features
Webcam Capture
Captures live frames from your webcam using OpenCV for real-time processing.
Terminal Output
Converts video frames into ASCII art and renders them directly in the terminal.
Real-Time Processing
Processes and converts frames on the fly for a smooth ASCII art experience.
Customizable Characters
Add your own ASCII character sets to change the look and detail of the output.
Multi-Camera Support
Switch between available cameras connected to your system.
Adjustable Output
Customize the resolution and density of the ASCII art to fit your terminal.
Tech Stack
C++
OpenCV
CMake