Yucao42 / image_zmq

Using zmq to transmit image/video stream.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Zmq Transimission Experiments

Benchmarking image transmission using zmq and protobuf.

Prerequisites

Installing zeromq and opencv and download sample test video.

sudo apt install libzmq3-dev libopencv-dev
wget https://www.dropbox.com/s/pxi39ftper5jomb/sample_1080p_h264.mp4

Build grpc.

Build and run

mkdir build
cd build
cmake ..
make -j
./test_service

About

Using zmq to transmit image/video stream.


Languages

Language:C++ 78.5%Language:CMake 8.7%Language:Python 7.4%Language:Cap'n Proto 3.0%Language:Shell 2.5%