Vmbpy

Latest version: v1.1.0

Safety actively analyzes 722460 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.1.0

Changelog

- Include Vimba X library dependencies in VmbPy wheel
- Fixed frame conversion to same format for formats not supported by image transform library
- Improvements in test suite

**Full Changelog:** https://github.com/alliedvision/VmbPy/compare/1.0.5...1.1.0

1.0.5

Changelog
- Type hint improvements for better support of autocompletion in IDEs
- Minor bug fixes

**Full Changelog**: https://github.com/alliedvision/VmbPy/compare/1.0.4...1.0.5

1.0.4

Changelog
- Add support for Vimba X on macOS
- Add [`event_handling.py`](https://github.com/alliedvision/VmbPy/blob/1.0.4/Examples/event_handling.py) example

**Full Changelog**: https://github.com/alliedvision/VmbPy/compare/1.0.3...1.0.4

1.0.3

Changelog
- Add `destination_buffer` parameter for user to supply a pre-allocated buffer in [`Frame.convert_pixel_format`](https://github.com/alliedvision/VmbPy/blob/220574f88e329997a6b82a8e250e400701cfe5f3/vmbpy/frame.py#L461C36-L461C36) 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`](https://github.com/alliedvision/VmbPy/blob/220574f88e329997a6b82a8e250e400701cfe5f3/Examples/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**: https://github.com/alliedvision/VmbPy/compare/1.0.2...1.0.3

1.0.2

**Full Changelog**: https://github.com/alliedvision/VmbPy/compare/1.0.1...1.0.2

1.0.1

Changelog
- Add workaround for type hinting bug in Python <3.7.6 and 3.8.0 (https://bugs.python.org/issue37838)
- Expose `FeatureVisibility` enum
- Add `visibility` parameter (`-v`) to `list_features.py` example
- Update `AccessMode` enum for consistency with underlying C-API (VmbC)
- Remove `docopt` dependency for test suite
- Add tox configuration for test execution
- Minor improvements to test suite

**Full Changelog**: https://github.com/alliedvision/VmbPy/compare/1.0.0...1.0.1

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.