Skip to content

1.0.3

Compare
Choose a tag to compare
@NiklasKroeger-AlliedVision NiklasKroeger-AlliedVision released this 27 Nov 09:54
· 63 commits to main since this release

Changelog

  • Add destination_buffer parameter for user to supply a pre-allocated buffer in Frame.convert_pixel_format to enable image conversions without additional allocations by VmbPy
    • This can be useful to reuse already existing display buffers for more predictable memory consumption
    • See the convert_pixel_format.py example on how this might be used
  • Improve event handling for disappearing cameras and interfaces
  • Improve string output of some enums classes with Python >=3.11
  • Implement lazy loading approach for loading available entries for enum features
  • Take GenICam feature StreamAnnounceBufferMinimum into account

Full Changelog: 1.0.2...1.0.3