Skip to content

Commit

Permalink
Merged PR 22073: Prepare für pypylon 3.0.0rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernrennfanz committed Nov 9, 2023
2 parents 9b444d5 + f9b5d44 commit a5bf686
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![pypylon](docs/images/Pypylon_grey_RZ_400px.png "pypylon")
![pypylon](https://raw.githubusercontent.com/basler/pypylon/9303da0cadc10e56d6f6de01b422976c9638c7c5/docs/images/Pypylon_grey_RZ_400px.png "pypylon")

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

Expand Down Expand Up @@ -49,7 +49,7 @@ camera.Close()

## Getting Started with pylon Data Processing

* pypylon additionally supports the pylon data processing API extension.
* pypylon additionally supports the pylon Data Processing API extension.
* The [pylon Workbench](https://docs.baslerweb.com/overview-of-the-workbench) allows you to create image processing designs using a graphical editor.
* 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.
* Look at [samples/grab.py](https://github.com/basler/pypylon/blob/master/samples/dataprocessing_barcode.py) or use the following snippet:
Expand Down Expand Up @@ -107,6 +107,7 @@ To identify the locations in your code that have to be updated, run with enabled
* Installed [pylon](https://www.baslerweb.com/pylon)
For the binary installation this is not mandatory but strongly recommended. See [known issues](#known-issues) for further details.
* Installed [python](https://www.python.org/) with [pip](https://pip.pypa.io/en/stable/)
* 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.

## pylon OS Versions and Features
Please note that the pylon Camera Software Suite may support different operating system versions and features than pypylon.
Expand Down
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 3.0.0rc3
- Date 2023-11-09
- Moved windows builds to GitHub actions
- Update README.md

Version 3.0.0rc2
- Date 2023-11-07
- Fix reference version of macos intel builds
Expand Down

0 comments on commit a5bf686

Please sign in to comment.