PyPylon is a Python wrapper for the pylon software suite.
If you have any questions regarding this project please checkout imaginghub.com!
- Install pylon on your system
- Select the appropriate
whlfile for your platform - Install via
pip3 install [whl-file-path] - Open the Python REPL (just run
python) and verify thatimport pypylon.pylondoes not yield any errors