本文首发于个人博客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

最新文章

  1. mycat的读写分离设置
  2. pod install后无反应
  3. JavaScript之继承(原型链)
  4. Qt StyleSheet样式表实例(转)
  5. My WelcomeApplet
  6. PHOTOSHOP CC 2015插件安装方法
  7. REST RPC架构思想
  8. 21Spring_JdbcTemplatem模板工具类的使用——配置文件(连接三种数据库连接池)
  9. [MetaHook] Quake FMOD function
  10. Spring AOP使用整理:使用@AspectJ风格的切面声明
  11. Word 2016 test
  12. POJ1416 Shredding Company(dfs)
  13. UIAlertView的使用方法
  14. 用 C 语言编写 Windows 服务程序的五个步骤
  15. error LNK1104: 无法打开文件“libboost_thread-vc140-mt-gd-1_61.lib”
  16. 查询优化--小表驱动大表(In,Exists区别)
  17. 学习MQ(一) 感知
  18. Java并发之Thread类的使用
  19. findViewById(R.id.btn_first) 给写成 R.layout.
  20. 【Spring】1、Spring 中的监听器 Listener

热门文章

  1. python中根据时间获取周数,通过周数获取时间
  2. LeetCode刷题笔记(3)Java位运算符与使用按位异或(进制之间的转换)
  3. vue路由安装
  4. Gitlab在Centos7上的安装
  5. Rest_Framework之频率组件部分
  6. TensorFlow Object Detection API中的Faster R-CNN /SSD模型参数调整
  7. vue页面首次加载缓慢原因及解决方案
  8. (Java) AES-128 数据加密
  9. u检验粗浅理解
  10. 阿里巴巴开源项目: 基于mysql数据库binlog的增量订阅&消费