Skip to content

maximecb/zmq-cam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zmq-cam

Remote camera server over ZMQ.

Software dependencies:

  • Numpy
  • PyZMQ
  • OpenCV

Installing the dependencies:

sudo apt-get update
sudo apt-get install -y python3-pip python3-opencv
pip3 install numpy zmq

Start server with:

python3 main.py

About

Simple camera server using OpenCV and ZMQ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages