-
Notifications
You must be signed in to change notification settings - Fork 159
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
[ROS2] Multiple cameras not working on Jetson Orin #225
Comments
The incomplete means that at the SDK reports back to the ROS2 driver that incoming image frames are incomplete. That indicates that part of the image frame is lost in transmission. |
Hello, I can see both cams individually and together in spinview, and the driver works well with each camera individually. I can send you config/snapshots if that helps. |
Please post your complete multi-camera launch file and the complete startup console log, up to the first few INCOMPLETE messages. |
This is the log: This is the CPU usage (low): This is the config in the launch file: The rest of the file is exactly as in the repo, except for the serial numbers. I recently noticed that despite MTUs are set to 9000, ifconfig promts: Could this be reason? For now, I have not been able to set it to exactly 9000. |
You definitely want the MTUs to match. The Jetsons seem to be a bit idiosyncratic here, so try to set the camera to 8966 as well, see if it takes that. |
@JulioPlaced were you able to make progress on this? |
Hello, |
But wouldn't then the two cameras share a 1 Gbit link (because the switch only has 1 Gbit ports)? |
The switch has up to 5Gbit output |
I also checked RX with ifconfig and bmon, but there are no errors/drops. |
What bandwidth utilization do you see? |
Hello,
We are using two Blackfly S GigE cameras connected to a Jetson Orin AGX (Ubuntu 22 & ROS2 Humble) using a switch (since the Orin only has one ethernet port). The two cameras are correctly configured and we can see both of them at the same time using Spinview.
However, when we launch the driver, only one of the cameras work. Both cameras are found (serials are correct), and the network bandwidth should not be a problem (they work on Spinview and camera rate/image size have been reduced to test this). Using the launch file provided for multiple cameras, the following error shows up:
rate [Hz] in 10.0 out 0.00 drop 0% INCOMPLETE 100%
This page relates this error to a bandwith problem, although we are sure that is not the case.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: