openspyrit / spas

Single-Pixel Acquisition Software
https://spas.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
8 stars 2 forks source link

pyueye issue when no DLL #16

Open Tommte opened 4 months ago

Tommte commented 4 months ago

Hello,

I'm having an issue when using the library to read metadata from SPIHIM (without any need for the dll). I get the following error when importing read_metadata from spas : issue_pyueye

The error comes from pyueye not having a DLL_PATH specified, thus failing the 'from pyueye import ueye' instruction.

A quick fix for my need (since I don't think I'm using it in my code) was to comment all occurences of ueye in the CAM class, but I don't think it's a good idea in the long run as I might find troubles later...