Basler Pylon: Difference between revisions
From Rsewiki
(Created page with "Back to ricbot == Install of Basler Pylon library == @todo") |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
== Install of Basler Pylon library == | == Install of Basler Pylon library == | ||
Download the debian packages from | |||
https://www.baslerweb.com/en/downloads/software/?downloadCategory.values.label.data=pylon | |||
Unpack the packages | |||
tar -xf pylon*tar.gz | |||
Install | |||
sudo apt-get install ./pylon_*.deb ./codemeter*.deb | |||
This installs the package into /opt/pylon, and the code in | |||
/opt/pylon/bin | |||
The examples are in /opt/pylon/share/pylon/Samples | |||
=== add pylon to path === | |||
You may add /opt/pylon/bin to the path | |||
nano ./bashrc | |||
add | |||
export PATH=$PATH:/opt/pylon/bin | |||
In a terminal run the viewer | |||
pylonviewer | |||
This may fain if your display manager is wayland - don't know how to solve | |||
Latest revision as of 11:23, 13 July 2026
Back to ricbot
Install of Basler Pylon library
Download the debian packages from
https://www.baslerweb.com/en/downloads/software/?downloadCategory.values.label.data=pylon
Unpack the packages
tar -xf pylon*tar.gz
Install
sudo apt-get install ./pylon_*.deb ./codemeter*.deb
This installs the package into /opt/pylon, and the code in
/opt/pylon/bin
The examples are in /opt/pylon/share/pylon/Samples
add pylon to path
You may add /opt/pylon/bin to the path
nano ./bashrc
add
export PATH=$PATH:/opt/pylon/bin
In a terminal run the viewer
pylonviewer
This may fain if your display manager is wayland - don't know how to solve