On 08/05/2018 10:54 PM, Csaba Láng wrote:
Iohannes,
the new version of pylon5 is installed in /opt/pylon5 folders like: bin lib64 I tried to export instead of
$ export PYLON_ROOT=${HOME}/lib/pylon $ export GENICAM_ROOT_V1_1=${PYLON_ROOT} $ export PATH=${PYLON_ROOT}/bin/:${PATH} $ export LD_LIBRARY_PATH=${PYLON_ROOT}/lib $ PylonViewerApp
like this:
$ export PYLON_ROOT=${HOME}/opt/pylon5 $ export GENICAM_ROOT_V1_1=${PYLON_ROOT} $ export PYLON_ROOT=${HOME}/opt/pylon5 $ export LD_LIBRARY_PATH=${PYLON_ROOT}/lib64 $ PylonViewerApp PylonViewerApp: command not found
What is the right way with the new version of PYLON?
no idea (i haven't touched any GiGE related stuff for some time)
however, the part about running PylonViewerApp is just a simplistic test to see whether the rest is correctly set up. it depends on an application PylonViewerApp, which apparently is no longer shipped with Pylon5. the good news is, that you can simply ignore it.
just proceed with the build instruction and see where it gets you.
gfmdsar IOhannes