Hello,
I am having some issues with camera disconnections after a period of time being connected. I am on the latest DepthAI 2.29.0, and have the latest camera firmware installed.
Here is my hardware:
- Jetson Orin Nano
- 3x OAK-FFC-4P, each has 1 IMX577.
- 1x OAK-1 W (OV9782)
- USB 3.2+ cables, less than 1m.
What happens is after some period of time, sometimes as small as 2-3 minutes, sometimes as long as several days, I will get this XLINK error below, and the camera will disconnect.
F: [global] [ 985675] [Scheduler00Thr] dispatcherResponseServe:928 no request for this response: XLINK_READ_REL_RESP 1
Sometimes I'll also get an error about writing:
F: [global] [ 800972] [Scheduler00Thr] dispatcherResponseServe:928 no request for this response: XLINK_WRITE_RESP 1
What could be causing this? Typically it is the IMX577 modules that disconnect, but sometimes the OV9782. For example, this weekend I kept the hardware on and the OV9782 stayed up the entire weekend, but this morning, I restarted the pipeline and the OV9782 failed after just 5 minutes.
I have read into power being maybe an issue here, but I still get this issue with the FFC boards plugged into the external power adapter. I have also read about the Jetson USB drivers potentially being an issue - tonight I will leave the cameras connected to a regular machine and see.
It is difficult for me to provide a MRE since the DepthAI code is heavily wrapped for my use case, and reproducing locally takes sometimes days.