本文首发于个人博客https://kezunlin.me/post/b8847d9f/,欢迎阅读最新内容!
live video streaming over network with opencv and imagezmq
git clone https://github.com/jeffbass/imagezmq.git
imagezmq has been tested with:
workon py3cv3 # use your virtual environment name
pip install pyzmq
pip install imutils
# terminal 1
cd imagezmq/tests
python test_1_receive_images.py
# terminal 2
cd imagezmq/tests
python test_1_send_images.py
received image snapshot
使用OpenCV和imagezmq通过网络实时传输视频流 | live video streaming over network with opencv and imagezmq
原文:https://www.cnblogs.com/kezunlin/p/11933114.html