File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -113,12 +113,12 @@ Please note that the pylon Camera Software Suite may support different operating
113113For latest information on pylon refer to: https://www.baslerweb.com/en/software/pylon/
114114In addition, check the release notes of your pylon installation.
115115For instance:
116- * pylon Camera Software Suite 8.0.0 supports Windows 10/11 64 bit, Linux x86_64 and Linux aarch64 with glibc version >= 2.31 or newer.
116+ * pylon Camera Software Suite 8.0.1 supports Windows 10/11 64 bit, Linux x86_64 and Linux aarch64 with glibc version >= 2.31 or newer.
117117* pylon vTools are supported on pylon 7.0.0 and newer.
118118* pylon vTools are supported on pypylon 3.0 and newer only on Windows 10/11 64 bit, Linux x86_64 and Linux aarch64.
119119* For pylon vTools that require a license refer to: https://www.baslerweb.com/en/software/pylon-vtools/
120120* 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.
121- * For accessing Basler 3D cameras, e.g. Basler blaze, installation of pylon Camera Software Suite 8.0.0
121+ * For accessing Basler 3D cameras, e.g. Basler blaze, installation of pylon Camera Software Suite 8.0.1
122122 and the latest pylon Supplementary Package for blaze is required.
123123
124124## Binary Installation
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Version 4.x.x
22 - Date xxxx-xx-xx
33 - Updated to pylon Camera Software Suite 8.0.1 on linux and windows.
44 This contains pylon C++ SDK 9.0.3 and pylon Data Processing C++ SDK 3.0.1.
5- - We now use python 3.9 limited api to get able to provide multi abi version wheels of pypylon.
5+ - We now use python 3.9 limited api to provide multi abi version wheels of pypylon.
66 - Removed PylonImage.AttachUserBuffer
77 - Added PylonImage.AttachMemoryView
88 - Added PylonImage.AttachArray
Original file line number Diff line number Diff line change @@ -1280,7 +1280,9 @@ def include_pylon_data_processing(self):
12801280 "Operating System :: Microsoft :: Windows :: Windows 7" ,
12811281 "Operating System :: Microsoft :: Windows :: Windows 8" ,
12821282 "Operating System :: Microsoft :: Windows :: Windows 10" ,
1283+ "Operating System :: Microsoft :: Windows :: Windows 11" ,
12831284 "Operating System :: POSIX :: Linux" ,
1285+ "Operating System :: MacOS :: MacOS X" ,
12841286 "Topic :: Multimedia :: Graphics :: Capture :: Digital Camera" ,
12851287 "Topic :: Multimedia :: Video :: Capture" ,
12861288 "Topic :: Scientific/Engineering" ,
You can’t perform that action at this time.
0 commit comments