- Windows
- Python 3.9 or newer
- Python virtual environment
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txtTo install the required camera drivers, install the following software (drivers are bundled with the vendor software).
Install ThorImageCAM: https://www.thorlabs.com/software-pages/thorcam
Install pylon: https://www.baslerweb.com/en/downloads/software/1844667035/
Download and unzip the Windows SDK and Doc. for Scientific Cameras. The documentation can be found at: Scientific Camera Interfaces\Thorlabs_Camera_Python_API_Reference.pdf
The Python wrapper documentation for pylon is limited; however, the C/C++ API documentation can be found at: https://docs.baslerweb.com/pylonapi/
Run the camera test scripts separately to verify each camera connection.