Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

jacobperron/framez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

framez

Can send video frames using a pub/sub pattern and show timings (frame transfer, encoding, decoding time, etc.)

Requirements: OpenCV (tested with 2.4.10) and ZMQ (4.0.5)

ZMQ install instructions (Ubuntu):

tar -xvf zeromq-4.0.5.tar.gz
cd zeromq-4.0.5
sudo ./configure
sudo make
sudo make install
sudo ldconfig

How to use:

Using publisher:

make pub
./framepub [device_idx]

Using subscriber:

make sub
./framesub [pub_hostname]

TODO

  • Wrap code in classes.

About

Pub/sub pattern for video frames from a camera.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages