-
Notifications
You must be signed in to change notification settings - Fork 178
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
Unable to store image data as rosbag from stereo cameras simultaneously. #114
Comments
The topics are transcoded on demand, so if you try to subscribe to all of them, you'll peg your CPU. Did you record a specific topic, or just |
I am able to record a single topic at a time. I want to record the image_raw from both left and right cams simultaneously. When I try that, it crashes the right cam always. I am using flea3 cams. |
Hi @mikepurvis, I am also trying to record two camera topics, but most of the times, one of the camera nodelet dies. Even if i try to view the images in rqt (both the cameras simultaneously) it again kills one of the camera nodelet. |
This can be fixed by changing the buffer for the USB on Jetson tx1 (device I was using). |
Would you mind sharing the way you change USB buffer, please? I'm running into the same issue. And not only on Jetson tx1, but also on my personal laptop. |
I want to store the image data from the cameras in real time. When I run the rosbag record, one of the camera nodes closes.
Any suggestions?
The text was updated successfully, but these errors were encountered: