Infinite Timeout Support #2

hello MarkusHess,

I’m afraid it cannot be fix.
FYI,
it’s enableCamInfiniteTimeout to configure timeout of waiting SOF signal from CSI channel.
it’s low-level camera driver, (i.e. RCE firmware), it’ll be waiting continuously only when it received SOF signal, then, it’ll send frame-start event to queue the buffer.
that means… only when SOF signal received, it’ll send capture request to Argus stack for buffer processing.

besides infinite timeout,
you may have another approach to configure set_mode_delay_ms in the device tree,
this is property setting for the first frame after capture starts, the unit is in milliseconds.
please see-also Device Properties for details.