xavier + FPDlink camera(YUV CSI to CSIA, 2lane csi)
The phenomeno:(Aging test)
After starting Xavier system once(Up and down the electricity)
1. the first time, camera start: often timeout,capture video fail
2. the second time, camera start: ok
Does your image sensor take a significant amount of time to be configured? There is a device tree propery, set_mode_delay_ms, that allows you to lengthen the default timeouts.
The Sensor Software Driver Programming Guide documents as “Maximum wait time for the first frame after capture starts, in milliseconds.”.
I don’t have a good answer for you. You could try something like 5000 ms. This is a a debugging step to help isolate the problem and not necessarily a solution to the problem.