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
- Host: GitHub
- URL: https://github.com/maximecb/zmq-cam
- Owner: maximecb
- License: mit
- Created: 2019-05-28T17:57:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-10T18:02:11.000Z (about 7 years ago)
- Last Synced: 2025-02-09T17:33:14.504Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```