Skip to content

A program to show pixelated video of webcam in terminal.

License

Notifications You must be signed in to change notification settings

ariyapour/terminal_webcam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Title

Webcam in Terminal

Description

Webcam for terminal. It resizes the input image from webcam and draws the pixelated image in the terminal.

webcam_pixelated

Getting Started

Dependencies

  • OpenCV

Installing

  • 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

Executing program

  • 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

About

A program to show pixelated video of webcam in terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published