Guide
imagezmq
1 | git clone https://github.com/jeffbass/imagezmq.git |
imagezmq has been tested with:
- Python 3.5 and 3.6
- OpenCV 3.3
- Raspian Stretch and Raspian Jessie
- PyZMQ 16.0
- imutils 0.4.3 (used get to images from PiCamera)
install tools
1 | workon py3cv3 # use your virtual environment name |
test
1 | # terminal 1 |
received image snapshot
Reference
History
- 20190506: created.