imagezmq

A set of Python classes that transport OpenCV images from one computer to another using PyZMQ messaging.

MIT License

Downloads
2.3K
Stars
1K
Committers
7

Bot releases are hidden (Show)

imagezmq - Production Release of imageZMQ adding new methods Latest Release

Published by jeffbass over 4 years ago

New methods were added:

  • Added close method in ImageSender and ImageHub classes.
  • Added __enter__ and __exit__ methods so that ImageHub and
    ImageSender will work when used in a with statement.
  • Minor bug fixes and documentation updates
imagezmq - First production release of imagezmq

Published by jeffbass over 4 years ago

This is the first production release of imagezmq after 2 years of testing. This release is stable. Backwards compatibility will be maintained. If you discover any problems, please open an issue at https://github.com/jeffbass/imagezmq/issues.