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
{{ message }}
This repository was archived by the owner on Apr 18, 2024. It is now read-only.
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.