首页 > Web开发 > 详细

使用OpenCV和imagezmq通过网络实时传输视频流 | live video streaming over network with opencv and imagezmq

时间:2019-11-26 09:14:11      阅读:208      评论:0      收藏:0      [点我收藏+]

本文首发于个人博客https://kezunlin.me/post/b8847d9f/,欢迎阅读最新内容!

live video streaming over network with opencv and imagezmq

Guide

imagezmq

git clone https://github.com/jeffbass/imagezmq.git

imagezmq has been tested with:

  1. Python 3.5 and 3.6
  2. OpenCV 3.3
  3. Raspian Stretch and Raspian Jessie
  4. PyZMQ 16.0
  5. imutils 0.4.3 (used get to images from PiCamera)

install tools

workon py3cv3  # use your virtual environment name
pip install pyzmq
pip install imutils

test

# 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

技术分享图片

技术分享图片

Reference

History

  • 20190506: created.

Copyright

使用OpenCV和imagezmq通过网络实时传输视频流 | live video streaming over network with opencv and imagezmq

原文:https://www.cnblogs.com/kezunlin/p/11933114.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!