A webcam that can be run on a bare terminal.
Tested on Ubuntu 12.04
sudo apt-get install python-opencv libncurses5-dev libncurses5 ncurses-term
python capture.py
# For colored version which may be slower, needs optimizing
python color.py
A webcam that can be run on a bare terminal.
Tested on Ubuntu 12.04
sudo apt-get install python-opencv libncurses5-dev libncurses5 ncurses-term
python capture.py
# For colored version which may be slower, needs optimizing
python color.py