Line 369:
Line 369:
Caputre mode: output the next frame each '''capture''' cmd.
Caputre mode: output the next frame each '''capture''' cmd.
−
=====notf=====
+
=====nodf=====
Requirements:hdver >= 0x3, effective in Stream mode
Requirements:hdver >= 0x3, effective in Stream mode
Number of dropped frames
Number of dropped frames
−
It is a method of framerate control, output one frame,discard '''notf''' frames,output next frame, and so on.
+
It is a method of framerate control, output one frame,discard '''nodf''' frames,output next frame, and so on.
−
''actual framerate = original framerate /(1+notf)''
+
''actual framerate = original framerate /(1+nodf)''
−
For example,if the original framerate is 30fps, set '''notf''' to 2, then ''actual framerate'' is 10fps.
+
For example,if the original framerate is 30fps, set '''nodf''' to 2, then ''actual framerate'' is 10fps.
−
<code>./veye_mipi_i2c.sh -r -f notf</code>
+
<code>./veye_mipi_i2c.sh -r -f nodf</code>
−
<code>./veye_mipi_i2c.sh -w -f notf -p1 [value]</code>
+
<code>./veye_mipi_i2c.sh -w -f nodf -p1 [value]</code>
'''ntof''' range is [0-0xFF], default 0.
'''ntof''' range is [0-0xFF], default 0.