jeffbass/imagezmq
A set of Python classes that transport OpenCV images from one computer to another using PyZMQ messaging. observed · 2026-08-28
Health v2 · maintenance only
62/100
- Activity 86
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3104
- days_rel: n/a
- days_push: 85
- n_releases_24m: 0
Adoption not part of the score
1069 stars · 159 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
imageZMQ is a set of Python classes that transport OpenCV images between computers using PyZMQ messaging. It enables distributed computer vision setups, such as streaming images from multiple Raspberry Pi cameras to a central display or processing machine.
Use cases
- stream camera images from raspberry pis to a central computer
- build a multi-camera video surveillance system in python
- send opencv frames between machines over the network
- distribute image capture on edge devices and heavy processing on a server
- display simultaneous image streams from multiple cameras
- transport images with a label identifying the sender
When to choose
- you need simple, low-line-count image streaming between python processes or machines
- you are building a distributed computer vision network with raspberry pi cameras
- you want zeromq-based pub/sub or req/rep image transport without setting up a video server
When to avoid
- you need compressed video streaming with low bandwidth (raw frames are sent)
- you need a full-featured video server with web playback or recording
- your project does not use python or opencv images
Facets
library · maturity stable
image-processing message-queue streaming computer-vision computer-vision image-processing iot microservices python windows cross-platform opencv zmq raspberry-pi image-transport video-streaming linux macos
2 sources
- readme: https://github.com/jeffbass/imagezmq · fetched 2026-08-28 · fb6192133b7e
- registry_pypi: https://pypi.org/pypi/imagezmq/json · fetched 2026-08-29 · a76f0a6df700
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jeffbass/imagezmq | main | 62 |
For agents
markdown · JSON · MCP: product_card(name="jeffbass/imagezmq")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem