Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mustafaakin/terminal-webcam
a webcam that can be run on a bare terminal
https://github.com/mustafaakin/terminal-webcam
Last synced: about 2 months ago
JSON representation
a webcam that can be run on a bare terminal
- Host: GitHub
- URL: https://github.com/mustafaakin/terminal-webcam
- Owner: mustafaakin
- License: mit
- Created: 2012-09-13T17:32:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-06-13T02:33:08.000Z (over 1 year ago)
- Last Synced: 2024-07-31T22:51:25.824Z (5 months ago)
- Language: Python
- Size: 57.6 KB
- Stars: 334
- Watchers: 12
- Forks: 31
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
terminal-webcam
===============A webcam that can be run on a bare terminal.
setup
-----Tested on Ubuntu 12.04
```python
sudo apt-get install python-opencv libncurses5-dev libncurses5 ncurses-term
```usage
-----```python
python capture.py# For colored version which may be slower, needs optimizing
python color.py
```demo
----http://showterm.io/1e036bb3ba91b8cf40335
output
------![sample-output](https://raw.githubusercontent.com/mustafaakin/terminal-webcam/master/colorful.png)