Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)