Webcam in Terminal
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