Hi, I have a camera which is triggered externally by an electrical signal. Because, the time between two triggers is unknown, I set enableCamInfiniteTimeout=1
which helps against timeouts. Nevertheless there is still an issue with the setup. It needs a number of triggers until the first image is received in my application. The first 7 images are dropped somewhere in the image pipeline. With the 8th trigger, the first image arrives. Then the next image again gets dropped. Starting with the 10th trigger, all following images are received.
I had a similar issue also in another project on a Jetson Nano with Video4Linux before. There I could solve it by enabling the “Low Latency Mode” in the v4l controls. I tried this also on the Xavier NX but it seems that this setting is not used when using Argus. Is there any other option to change this behavior? Or can it be changed by some driver modification in the kernel?
Thanks