Open Dhruval360 opened 1 year ago
While average bandwidth might be sufficient, you probably loose packets in the peaks. You could check if you loose packets in your switch and/or use a more powerful switch with larger buffer. And of course check on the Orin if you see packets that are dropped by the kernel because you didn't read them fast enough, check nic statistics and if you send pause frames (which would indicate too much data).
Whenever I run three instances of
rc_genicam_camera
, I see a[ WARN] [1681181861.204876667]: rc_genicam_camera: Incomplete buffer received
warning. I followed all the network related optimizations mentioned in the documentation.I have also verified that my network connection has enough bandwidth. Could you help me understand why this is happening and how I could mitigate this issue?
Platform: NVIDIA Jetson Orin 5.10.104-tegra
Do let me know what more information I could share to help you debug this issue faster. Thanks!