Releases: alliedvision/VmbPy
Releases · alliedvision/VmbPy
1.0.5
Changelog
- Type hint improvements for better support of autocompletion in IDEs
- Minor bug fixes
Full Changelog: 1.0.4...1.0.5
1.0.4
Changelog
- Add support for Vimba X on macOS
- Add
event_handling.py
example
Full Changelog: 1.0.3...1.0.4
1.0.3
Changelog
- Add
destination_buffer
parameter for user to supply a pre-allocated buffer inFrame.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
1.0.2
Full Changelog: 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
) tolist_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: 1.0.0...1.0.1
1.0.0
Initial release of VmbPy - the Python API of the Vimba X SDK. VmbPy is the successor of VimbaPython. As such it shares many similarities, but in some places major differences exist. An overview of the differences between VimbaPython and VmbPy can be found in the migration guide, that is part of the Vimba X SDK documentation.