-
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
munmap_chunk(): invalid pointer on api_.start() in mono_camera.cpp #5
Comments
Thanks for reporting this, unfortunately we don't have any USB hardware to test/reproduce with. We only use the Ethernet mako cameras. |
I have the same problem. Did anyone find a solution? |
@StephanEll I have contacted Allied Vision on this and have verified that it is an issue with their USB Transport Layer which they'll have to fix on their side. It appears they are aware of issues with using their cameras with ROS. Unfortunately, it doesn't seem high on their priority list and I haven't heard from them since. |
@StephanEll , @rcywongaa Allied Vision is very interested in enabling the ROS community to use Vimba with ROS. But since we are not the experts in ROS, we need you to find the problem. |
@mrkschnk That's good to know. I've spoken with one of Allied Vision's application engineer (Jan Lemke). He was able to reproduce the issue on his side and has confirmed that it was an issue with the transport layer provided by the vimba library. I believe he has reported it to the relevant product manager already. He also stated that it was a known issue that there are compatibility issues with ROS and Vimba. |
@StephanEll , @rcywongaa Allied Vision released a new Vimba version 4.1 to address your experienced problem. Happy to get your feedback on this: https://www.alliedvision.com/en/products/software.html |
Closing since the issue appears to be resolved. |
…add-camera-compression-choice Feature/agruet pbi847 add camera compression choice
The same thing happens when using the newer vimba API, where the same error is thrown on
Where
m_system
is initialized as followsIssue cross posted in original repo as well: srv#33
The text was updated successfully, but these errors were encountered: