Skip to content

Commit

Permalink
Changes according to code review
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernrennfanz committed Jul 9, 2024
1 parent 7447781 commit 8d1998c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,13 @@ Please note that the pylon Camera Software Suite may support different operating
For latest information on pylon refer to: https://www.baslerweb.com/en/software/pylon/
In addition, check the release notes of your pylon installation.
For instance:
* pylon 7.5.0 supports Windows 10/11 64 bit, Linux x86_64 and Linux aarch64 with glibc version >= 2.31 or newer.
* pylon Camera Software Suite 7.5.0 supports Windows 10/11 64 bit, Linux x86_64 and Linux aarch64 with glibc version >= 2.31 or newer.
* pylon vTools are supported on pylon 7.0.0 and newer.
* pylon vTools are supported on pypylon 3.0 and newer only on Windows 10/11 64 bit, Linux x86_64 and Linux aarch64.
* For pylon vTools that require a license refer to: https://www.baslerweb.com/en/software/pylon-vtools/
* CXP-12: To use CXP with pypylon >= 4.0.0 you need to install the CXP GenTL producer and drivers using the pylon Camera Software Suite setup.

* For accessing Basler 3D cameras, e.g. Basler blaze, installation of pylon Camera Software Suite 7.5.0
and the latest pylon Supplementary Package for blaze is required.

## Binary Installation
The easiest way to get pypylon is to install a prebuild wheel.
Expand Down
6 changes: 5 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
Version 4.0.0
- Date 2024-07-08
- Updated to pylon Camera Software Suite 7.5 on linux and windows.
This contains pylon SDK 8.0.0 and pylon Data Processing SDK 2.0.0.
- Removed pylon CXP GenTL Producer files from windows wheel packages.
The CXP-12 support is automatically available when the
pylon Camera Software Suite 7.5 with CXP is installed.
- pylon 6.2 is the lowest supported version when building pypylon.
- Dropped support for python 3.6, 3.7 and 3.8
- Dropped linux armv7l (32bit) support as it is no longer supported by pylon.
- Dropped support for python 3.6, 3.7 and 3.8
- Added PylonDataContainer and PylonDataComponent support for
3D cameras. You can use Basler 3D cameras with pypylon now.
- Extended PylonImage support for GetArray and GetMemoryWindow.
Expand Down

0 comments on commit 8d1998c

Please sign in to comment.