Replies: 3 comments 7 replies
-
Hello @danny1209 |
Beta Was this translation helpful? Give feedback.
-
Hi @ichergui |
Beta Was this translation helpful? Give feedback.
-
Do you get the same result if you disable low-latency mode, and which version of JetPack are you running? There appears to be a bug in the vi driver's handling of low-latency mode, as mentioned here. It sounds like the bug was introduced in JetPack 4.6.1 (L4T R32.7.x), which is what our dunfell branch is based on. If the JetPack you're running is older, you would not see this bug. |
Beta Was this translation helpful? Give feedback.
-
I used this command to capture images:
v4l2-ctl -d /dev/video0 --set-fmt-video=width=1792,height=1204 --set-ctrl bypass_mode=0,override_enable=1,sensor_mode=1,gain=2048,exposure=4000,frame_rate=25000000,illumination=1,low_latency_mode=1 --stream-mmap --stream-count=100 --stream-to=nov3_25fps_raw12_ram.raw
in Jetpack the output is ok:
<<<<<<<<<<<<<<<<<<<<<<<<<<< 26.00 fps
<<<<<<<<<<<<<<<<<<<<<<<<<<< 26.23 fps
<<<<<<<<<<<<<<<<<<<<<<<<<<< 26.40 fps
<<<<<<<<<<<<<<<<<<<
but in yocto seems unreasonable:
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 1025.61 fps, dropped buffers: 1009
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 1003.10 fps, dropped buffers: 945
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 990.49 fps, dropped buffers: 932
<<<<<<<
does somebody have the same problem?
Beta Was this translation helpful? Give feedback.
All reactions