Skip to content

Yucao42/image_zmq

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published