basler / pypylon

The official python wrapper for the pylon Camera Software Suite
http://www.baslerweb.com
BSD 3-Clause "New" or "Revised" License
566 stars 207 forks source link

I'm currently installed pypylon with pylon 6.1.1 version. Does pypylon support pylon v6.1.1? #289

Open Heermosi opened 4 years ago

Heermosi commented 4 years ago

Help? And during the installation, the pypylon searched the /opt/pylon5 for pylon installations. Shall it be changed later?

thiesmoeller commented 4 years ago

pylon 6.1.1 fully supported.

This wrong search path will be corrected soon.

For the time being set PYLON_ROOT to /opt/pylon6

Heermosi commented 4 years ago

pylon 6.1.1 fully supported.

This wrong search path will be corrected soon.

For the time being set PYLON_ROOT to /opt/pylon6

Alright, I've made a symbol link Besides, I've experienced some error in examples. The grabone.py cannot work well with 6.1.1. ChunkModeActive was not found in the camera settings. And should here be some tutorials about variables able to be set?