v1.1.0
Terminal Cam is a python script which grabs the frames from your webcam and prints out to the terminal with relevant character
Install the requirement libraries using pip:
pip install -r requirements.txt
terminal-cam.py is easy to use with couple of options ranging from 0 to 4 taken as arguments.
- option 0, will printout 12 types of characters depending the grayscale value at each points of downscaled frame (default)
- option 1, will be same as option 0 and characters will have a color respective to highest present color among red, green and blue
py terminal-cam.py <option>
terminal resolution change will occur the printed frame to change in resolution accordingly.
Contributions are open for this project to add more features, full fill feature requests and fix bugs. Even if your not fond of coding much you may contribute by mentioning any issues, bugs or even features you may hope to see in the future.