seekthermal / seekcamera-python

Python language bindings for the Seek Thermal SDK
Apache License 2.0
51 stars 22 forks source link

Failed to load libseekcamera.so from default system paths #14

Closed ranjitkathiriya closed 3 years ago

ranjitkathiriya commented 3 years ago

Hello there,

I am getting below error, I am using seek thermal camera Monosic core.

Traceback (most recent call last): File "/home/kuka-ai/Desktop/Ranjit/seekcamera-python/seekcamera/_clib.py", line 107, in configure_dll _cdll = ctypes.CDLL(lib) File "/home/kuka-ai/anaconda3/envs/cowhealth/lib/python3.6/ctypes/init.py", line 348, in init self._handle = _dlopen(self._name, mode) OSError: libseekcamera.so: cannot open shared object file: No such file or directory

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "examples/seekcamera-opencv.py", line 166, in main() File "examples/seekcamera-opencv.py", line 131, in main with SeekCameraManager(SeekCameraIOType.USB) as manager: File "/home/kuka-ai/Desktop/Ranjit/seekcamera-python/seekcamera/camera.py", line 543, in init _clib.configure_dll() File "/home/kuka-ai/Desktop/Ranjit/seekcamera-python/seekcamera/_clib.py", line 109, in configure_dll raise RuntimeError("Failed to load %s from default system paths" % lib) RuntimeError: Failed to load libseekcamera.so from default system paths

emartin-216 commented 2 years ago

Hello,

Do you remember how you solved this issue?

ranjitkathiriya commented 2 years ago

libseekcamera.so

https://developer.thermal.com/ You have to install the latest SDK which is SEEK THERMAL SDK - v4.1,

The Python interface sits on top of the Seek Thermal SDK v4.x.