Webcam in Terminal. The idea of webcam terminal was implemented based on the work done in the Full C++17 course by Code for yourself.
Webcam for terminal. It resizes the input image from webcam and draws the pixelated image in the terminal.
- OpenCV
- Clone the repository
git clone https://github.com/ariyapour/terminal_webcam.git
- Navigate to the terminal_webcam directory and build the project
cd terminal_webcam
cmake -S . -B build
cmake --build build -j 8
- To run the program you need a webcam. In the root directory of the project run the following command to display webcam feed in terminal.
./build/examples/terminal_webcam_example
