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

https://github.com/maximecb/zmq-cam

Simple camera server using OpenCV and ZMQ
https://github.com/maximecb/zmq-cam

Last synced: over 1 year ago
JSON representation

Simple camera server using OpenCV and ZMQ

Awesome Lists containing this project

README

          

zmq-cam
-------

Remote camera server over ZMQ.

Software dependencies:
- Numpy
- PyZMQ
- OpenCV

Installing the dependencies:

```
sudo apt-get update
sudo apt-get install -y python3-pip python3-opencv
pip3 install numpy zmq
```

Start server with:

```
python3 main.py
```