I have a ZED X Camera going into a Syslogic Orin device with a 5 meter GMSL2 cable. I have C++ software using the ZED-SDK and then “polling” the grab function to get the images. I am recording the SVO2 files to disk using the ZED-SDK. I have the ZED X configured at 15 fps with HD1080 resolution.
I am experiencing several data “drop-outs” where the SDK reports it failed to grab the frame, sometimes for over a second: “Corrupted Frame.” I am also seeing several print statements from the software multiple times per second:
Oct 03 22:49:06 vai bash[6416]: [zed_sdk_camera_driver-7] NVMEDIA: Need to set EMC bandwidth : 1436000
Oct 03 22:49:06 vai zed_sdk_camera_driver[6554]: Module_id 56 Severity 2 : failed to pin memory, handle already pinned as read-only
Oct 03 22:49:06 vai zed_sdk_camera_driver[6554]: Module_id 56 Severity 2 : failed to pin memory for NvVIC 13
Oct 03 22:49:06 vai zed_sdk_camera_driver[6554]: Module_id 56 Severity 2 : failed to unpin memory, no such handle being tracked
Oct 03 22:49:06 vai zed_sdk_camera_driver[6554]: Module_id 56 Severity 2 : failed to unpin memory for NvVIC 11
What might the issue be here? Do I need to adjust my EMC Bandwidth on the Orin?