Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 529 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 529 Bytes

WEBCAM from Terminal

Compatible with most linux terminals (tested on xfce-terminal) and partially on tty show the the webcam in 3 modes:

  • Pixel: using braille Characters show the image in color
  • Character: Show the image through gray-scale in ascii Characters
  • Color-Characters: show webcam as colored ascii characters

Go through modes using j-k keys Using Ratatui rust library to write onto the terminal using the crossterm backend
WARNING: requires opencv to be installed