morefigs / pymba

Python wrapper for Allied Vision's Vimba C API
MIT License
105 stars 84 forks source link

Allow manual specification of frame payload size #109

Closed mabl closed 5 years ago

morefigs commented 5 years ago

Just curious, what's this one for?

mabl commented 5 years ago

Some operations such as changing binning or region of interest modify the payload size. Since the camera reports the PayloadSize for the current settings only, you will need to stop, announce and requeue all frames. If you know beforehand what is the largest size you expect, you can dynamically change these settings without re-announce.

morefigs commented 5 years ago

Thanks 👍