You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
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...
The text was updated successfully, but these errors were encountered:
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 :
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...
The text was updated successfully, but these errors were encountered: