#236 · Primary category: Computer Vision
harvesters
Image Acquisition Library for GenICam-based Machine Vision System
Project last updated:04/01/26
GitHub Stars
612
Forks
105
Contributors
16
License
Apache-2.0
Why we included this project
Most vision projects that touch industrial cameras start with the same chore: talking to the hardware through GenICam. Harvesters handles that layer for you in Python, wrapping the GenTL producer interface so you load a transport library, find the connected cameras, and pull frames in a few lines of code, with the data coming back as NumPy arrays ready for your processing pipeline. Because the GenICam standard is shared across vendors, the same API works whether your cameras talk GigE, USB3, or another GenTL transport, which is handy when one application mixes brands. You also get the feature node map, so exposure, gain, and pixel format can be tuned from code rather than through vendor GUIs. For inspection, robotics, or research on real hardware, that keeps acquisition code portable and saves you from rewriting it when you swap cameras.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)