-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the Prosilica Cameras with VIMBA drivers #90
Comments
@boolstring It's not a system I'm familiar with. From what I can tell, VIMBA is a layer between the camera and all sorts of image-processing frameworks, so it's not something that can be integrated into Rvision easily and without significant testing on my end (which would be difficult without having one of these camera systems anyway). And there might be licensing issues on top of that. However, it looks like they have released a plugin for GStreamer here: https://github.com/alliedvision/gst-vimbasrc. If you install GStreamer and their plugin on your system, and recompile OpenCV and Rvision with them ( This being said, I may still need to modify the |
@boolstring #91 now includes the ability to pass a string argument to I'll push the change from develop to main later tonight or tomorrow morning. The automated checks will take some time to run. |
@boolstring The change is now in the main repository. I verified with simple examples that it is possible to feed a GStreamer pipeline to |
We are trying to run an AVT Prosilica GT-4090 camera with VIMBA drivers under RVison, but the the system is unable to open the respective stream.
Using a simple USB camera, the standard sample code works and gives an image. Thus, RVision is installed correctly and and works.
I assume that there might be an issue with the drivers.
The old 'PVAPI' does not work and I think the respüective functionality is no longer supported, as the new generation VIMBA drivers come along with the AVT cameras.
Is there any soulution for this topic or is there maybe a work-around?
It could also be that RVision can't access to the drivers at the moment.
Is there a specific folder where DLLs (or anything else?) need to copied to?
I tried to copy them into several folders that looked like having DLLs, but obviously this did not change anything.
Thanks a lot,
boolstring
The text was updated successfully, but these errors were encountered: