Official Python binding for the GenICam GenApi and GenTL Producers, enabling camera control and image acquisition from GenICam-compliant devices. Current version 1.5.1, maintained by GenICam community.
pip install genicamNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize GenTL system and list camera interfaces.
Update imports: `from genicam import GenApi` instead of `import genicam.GenApi`.
Use `tl.LoadProducer('your_producer.cti')` or check official GenTL docs.Place the producer .cti file in the same directory as your script or add its folder to PATH.
Use Python 3.11 or earlier. Alternatively, check for updates or use a virtual environment with Python 3.11.
No dependency data recorded yet.