StudentCV / PyPylon

pylon wrapper for Python
Other
5 stars 3 forks source link

PyPylon

PyPylon is a Python wrapper for the pylon software suite.

If you have any questions regarding this project please checkout imaginghub.com!

Installing

  1. Install pylon on your system
  2. Select the appropriate whl file for your platform
  3. Install via pip3 install [whl-file-path]
  4. Open the Python REPL (just run python) and verify that import pypylon.pylon does not yield any errors