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
I'm running into issues while running four cameras. I have a file that launches gemini2.launch, with the right namespaces, and a delay between the launches. All the camera nodes come up, and the logs show that everything is connected. I have all the serial numbers set correctly, so that is not an
But when I echo the topic for the fourth camera, it doesn't seem to publish any information.
This behavior is also inconsistent, and sometimes all the four cameras launch correctly with all the data being streamed.
I suspect that the error could be how the streaming is handled, based on the Subscriber callbacks. But I am not sure.
Has anyone run into a similar issue? This is my python launch file
What seems to be an issue is that for the camera that is not working correctly pipeline_->start() in ob_camera_node.cpp doesn't seem to be working when startStreams() is called
I'm running into issues while running four cameras. I have a file that launches gemini2.launch, with the right namespaces, and a delay between the launches. All the camera nodes come up, and the logs show that everything is connected. I have all the serial numbers set correctly, so that is not an
But when I echo the topic for the fourth camera, it doesn't seem to publish any information.
This behavior is also inconsistent, and sometimes all the four cameras launch correctly with all the data being streamed.
I suspect that the error could be how the streaming is handled, based on the Subscriber callbacks. But I am not sure.
Has anyone run into a similar issue? This is my python launch file
The text was updated successfully, but these errors were encountered: