we use the TX2-NX board on Version 32.7.2
we use the camera ISX019,10fps, Due to hardware reasons, when we use the trigger signal, there will be a loss of 5 frames
while we use the normal v4l-ctl common like this
v4l2-ctl --set-ctrl --set-ctrl bypass_mode=0 --stream-mmap -d /dev/video0
it can see like that
<<<<<<<<<< 10fps
<<<<<<<< 9fps
<<<<<<< 8fps
<<<<<<<<<< 9fps
This is reasonable and what we expected
while we use the low_latency_mode v4l-ctl common like this
v4l2-ctl --set-ctrl low_latency_mode=1 --set-ctrl bypass_mode=0 --stream-mmap -d /dev/video0
it can see like that
<<<<<<<<<< 10fps
<<<<<
This will be blocked here
and dmesg
show that always
tgra-vi4 15700000.vi: PXL_SOF syncpt timeout! err = -11
tgra-vi4 15700000.vi: PXL_SOF syncpt timeout! err = -11
tgra-vi4 15700000.vi: PXL_SOF syncpt timeout! err = -11
tgra-vi4 15700000.vi: ATMOP_FE syncpy timeout! err = -11
tgra-vi4 15700000.vi: PXL_SOF syncpt timeout! err = -11
......
But we can observe the mipi signal using an oscilloscope