Line 52:
Line 52:
-b [i2c bus num] i2c bus number
-b [i2c bus num] i2c bus number
−
support functions: devid,hdver,wdrmode,videoformat,mirrormode,denoise,agc,lowlight,daynightmode,ircutdir,irtrigger,cameramode, notf, capture, csienable
+
support functions: devid,hdver,wdrmode,videoformat,mirrormode,denoise,agc,lowlight,daynightmode,ircutdir,irtrigger,cameramode, nodf, capture, csienable
对于树莓派Pi3B / Pi3B+ / 3A / 4B(1G/2G/4G),使用i2c0, '''对于Compute Module/ CM3,使用i2c1,请添加-b1 选项。'''
对于树莓派Pi3B / Pi3B+ / 3A / 4B(1G/2G/4G),使用i2c0, '''对于Compute Module/ CM3,使用i2c1,请添加-b1 选项。'''
Line 376:
Line 376:
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.