Skip to content

Commit a5bf686

Browse files
Merged PR 22073: Prepare für pypylon 3.0.0rc3
2 parents 9b444d5 + f9b5d44 commit a5bf686

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![pypylon](docs/images/Pypylon_grey_RZ_400px.png "pypylon")
1+
![pypylon](https://raw.githubusercontent.com/basler/pypylon/9303da0cadc10e56d6f6de01b422976c9638c7c5/docs/images/Pypylon_grey_RZ_400px.png "pypylon")
22

33
The official python wrapper for the Basler pylon Camera Software Suite.
44

@@ -49,7 +49,7 @@ camera.Close()
4949

5050
## Getting Started with pylon Data Processing
5151

52-
* pypylon additionally supports the pylon data processing API extension.
52+
* pypylon additionally supports the pylon Data Processing API extension.
5353
* The [pylon Workbench](https://docs.baslerweb.com/overview-of-the-workbench) allows you to create image processing designs using a graphical editor.
5454
* Hint: The [pylondataprocessing_tests](https://github.com/basler/pypylon/blob/master/tests/pylondataprocessing_tests) can optionally be used as a source of information about the syntax of the API.
5555
* Look at [samples/grab.py](https://github.com/basler/pypylon/blob/master/samples/dataprocessing_barcode.py) or use the following snippet:
@@ -107,6 +107,7 @@ To identify the locations in your code that have to be updated, run with enabled
107107
* Installed [pylon](https://www.baslerweb.com/pylon)
108108
For the binary installation this is not mandatory but strongly recommended. See [known issues](#known-issues) for further details.
109109
* Installed [python](https://www.python.org/) with [pip](https://pip.pypa.io/en/stable/)
110+
* Installed [CodeMeter Runtime](https://www.wibu.com/support/user/user-software.html) when you want to use pylon vTools and the pylon Data Processing API extension on your platform.
110111

111112
## pylon OS Versions and Features
112113
Please note that the pylon Camera Software Suite may support different operating system versions and features than pypylon.

changelog.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 3.0.0rc3
2+
- Date 2023-11-09
3+
- Moved windows builds to GitHub actions
4+
- Update README.md
5+
16
Version 3.0.0rc2
27
- Date 2023-11-07
38
- Fix reference version of macos intel builds

0 commit comments

Comments
 (0)