-
Notifications
You must be signed in to change notification settings - Fork 41
Multiple Vimba installations found. Can't decide which to select #167
Comments
Hi, can you provide us with the environmental variables of your system (if they include Vimba) and how you installed Vimba/what instructions you followed? |
Hello, |
It seems the path to the GigETL was registered twice, try to use the uninstall and install scripts, so that there is only one path registered. Alternatively you can also delete the variable and use the SetGenTLPath script to register the variable again. |
I have tried uninstall.sh script before and it raised the following error : |
It might be good to uninstall, delete and then redownload and reinstall the SDK. I think that would be faster and easier than debugging where exactly the installation didn't work. Inside the Vimba directory, if a library can't be found, then I would guess that there are some corrupted or not properly unpacked files somewhere in the SDK. |
Under ubuntu 20.04, I followed the linux installation instruction for Vimba 6.0 with GigE camera. But it ends up having the error with multiple vimba installation
vimba.error.VimbaSystemError: Multiple Vimba installations found. Can't decide which to select: ['/opt/Vimba_6_0', '/opt/Vimba_6_0/VimbaGigETL']
I have to force it to find the '/opt/Vimba_6_0' with
most_likely_candidates = [most_likely_candidates[0]]
. Not sure if this issue have been solved with the latest code. or it is the problem with the VimbaC with GigE camera. Just want to share the experience for improvement of the SDK.The text was updated successfully, but these errors were encountered: