Pypylon

Latest version: v3.0.1

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

Scan your dependencies

Page 3 of 7

1.5.4

- Date 2020-04-16
- Fix interaction with ipython jedi autocompleter
- Dropped python 3.3 binary releases
- Added python 3.8 binary releases
- Use swig 4.0 for linux binary releases

1.5.3

- Date 2020-03-23
- Use pylon 6.1.0.19674 to build for Windows
- Added support for pixel format Mono16 in GetArray()

1.5.2

- Date 2020-03-03
- Use pylon 6.1.0.10500 to build for Windows
- Implement support for decompression of Basler Compression Beyond
payload.
- Add several properties to PylonImage
- Fix a bug in GenICam file access

1.5.1

- Date 2019-11-12
- Fixed travis and appveyor builds for windows and linux
- Added preliminary pylon 6 support for linux
- Dropped python 2.7 support
- Fixed GetBuffer in PylonImage

1.5.0

- Date 2019-09-18
- Fixed read part of GenICam file access (FileProtocolAdapter.i)
- Fixed a bug where Pythons memory allocation was used without holding the GIL
- Amended readme.md
- Use SWIG 4.0.0 and removed SWIGs legacy handling for boolean parameters.
This means that APIs that expect a boolean parameter and had accepted
any Python type in the past (since any Python type can be fed into
'bool()'), NO LONGER accept anything other than true Python 'bool' objects.
E.g. where in the past 'IBoolean.SetValue("Hello")' was OK, it is now
required to use code like this 'IBoolean.SetValue(bool("Hello"))'.
- Fixed a memory leak: Info objects returned by EnumerateDevices and
EnumerateTls were not released.
- Added support for accessing ITransportLayer (especially GigETransportLayer).
Samples have been added that demonstrate using these GigE-specific methods:
- AnnounceRemoteDevice
- RenounceRemoteDevice
- ForceIp
- RestartIpConfiguration
- issuing action commands
- Fixed creation of numpy arrays for pixel type BayerGB12Packed. Added
support for 10 bit packed formats.
- Use Pylon 6.0.0 on windows. There is no more support for 1394 in Pylon 6,
but support for CXP and other GenTL producers has been added.
- Add support for dealing with Interfaces and their node maps. A sample
demonstrates how to use the interface node map of a Basler CXP-Interface-
Card to toggle the state of 'Power over CoaXPress'.

1.4.0

- Date 2019-03-13
- Fixed a regression introduced in version 1.1.0 where pypylon stopped being
importable when used in an application built with PyInstaller.
- Fixed PylonImageBase so that the methods CanSaveWithoutConversion, Save
and Load can be used. Added a sample that shows how images can be saved.
- Added macOS platform support
- Switched to Pylon 5.2.0 for windows and linux builds

Page 3 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.