alliedvision / VmbPy

Python API of the Vimba X SDK
BSD 2-Clause "Simplified" License
23 stars 8 forks source link

Please verify VimbaX installation #36

Closed hibi11000 closed 4 days ago

hibi11000 commented 2 weeks ago

I'm trying to install the python API for Vimba X on my Raspberry Pi 5 with Raspian. As i tried to run my python program, i got this error message:

Exception has occurred: VmbSystemError Failed to load library 'X/VimbaX_2023-4/api/lib/libVmbC.so'. Please verify VimbaX installation. OSError: X/VimbaX_2023-4/api/lib/libVmbC.so: cannot open shared object file: No such file or directory

The above exception was the direct cause of the following exception:

File "/home/pi/Desktop/Visual Studio /camera.py", line 1, in from vmbpy import * vmbpy.error.VmbSystemError: Failed to load library 'X/VimbaX_2023-4/api/lib/libVmbC.so'. Please verify VimbaX installation.

Teresa-AlliedVision commented 2 weeks ago

Hi, in what directory is the VimbaX API installed/saved and what version did you download?

hibi11000 commented 4 days ago

I dont know how, but i managed to fix it.