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
When I'm running prosilica_node I get this error:
"Reconfigure callback failed with exception Could not start capture: Camera handle is invalid:
terminate called after throwing an instance of 'prosilica::ProsilicaException'
what(): Couldn't get attribute StatFrameRate: Camera handle is invalid".
I am able to ping camera with no problem. On my second PC with this same camera this node is working fine, there are no errors. Both PCs are working under Ubuntu 14.04 and ros Indigo. Samples from pvapi also work fine. My camera is Manta G28B. What is the problem and what should I do to resolve it?
The text was updated successfully, but these errors were encountered:
I'm not sure what the issue is here. I've haven't seen this particular issue in the real world, and I no longer have access to a camera, so I can't help debug too much.
Since you can ping the camera from both PCs and the pvapi samples work on both machines, I would start by looking for configuration differences between how the ROS node is run on each computer.
When I'm running prosilica_node I get this error:
"Reconfigure callback failed with exception Could not start capture: Camera handle is invalid:
terminate called after throwing an instance of 'prosilica::ProsilicaException'
what(): Couldn't get attribute StatFrameRate: Camera handle is invalid".
I am able to ping camera with no problem. On my second PC with this same camera this node is working fine, there are no errors. Both PCs are working under Ubuntu 14.04 and ros Indigo. Samples from pvapi also work fine. My camera is Manta G28B. What is the problem and what should I do to resolve it?
The text was updated successfully, but these errors were encountered: