-
Notifications
You must be signed in to change notification settings - Fork 43
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
Update Vimba version in ROS driver for compatibility with CSI2 #115
Comments
When you say "I updated the compiled VimbaC and VimbaCPP libraries to their new version (1.9.2 and 1.9.0)" do you mean you replaced the contents in the |
Yes, I also updated the header files. |
Hi @lucleon, I am also facing the same issue, and thanks for your comment, clarifies why the issue is. Would it be possible for you to attach the .cti file here, would be of great help. Thanks. |
Can't upload it because the file type is not supported. I would suggest reaching out to the Alliedvision Support. |
sure, thanks |
The latest Vimba for ARM release includes CSI Transport Layer which is compatible with CSI-2 cameras such as 1800 C-507 c/m.
I updated the compiled VimbaC and VimbaCPP libraries to their new version (1.9.2 and 1.9.0) and was able to build the ROS Driver from source with catkin_make.
When starting the ROS node with 'roslaunch avt_vimba_camera mono_camera.launch guid:=DEV_00012C01D9C0' I'm getting a segmentation fault error.
The backtrace with gdb looks like this:
To me this looks like an issue with the CSI transport layer, does anybody know if I'm missing some steps to adapt this ROS driver to the latest Vimba Version and to make it compatible with CSI TL?
The OS is Jetpack5 on a Jetson Xavier NX, ROS version is noetic, I was able to install the driver and run VimbaViewer and Vimba SDK Examples.
The text was updated successfully, but these errors were encountered: