Line 570:
Line 570:
Note: only supported on hdver >= 0x4
Note: only supported on hdver >= 0x4
−
<br />
+
==== New function list ====
+
The following new features are only supported in versions with ''release time'' later than 2022-11-22.
−
==== 新功能 ====
+
===== paramsave =====
−
下面的新功能,只有release time晚于2022-11-22的版本才支持。
+
<code>./veye_mipi_i2c.sh -w -f paramsave</code>
+
+
Save isp-related parameters to flash.
+
+
===== new_expmode =====
+
<code>./veye_mipi_i2c.sh -r -f new_expmode</code>
+
+
<code>./veye_mipi_i2c.sh -w -f new_expmode -p1 [0/1]</code>
+
+
Whether the new version of manual exposure is enabled.
+
+
If the new version manual exposure is enabled, then:
+
+
# The original ''mshutter'' command is no longer in effect, ''new_mshutter'' takes effect.
+
# gain (agc) from automatic mode also changed to manual mode, ''new_mgain'' takes effect.
+
+
===== new_mshutter =====
+
<code>./veye_mipi_i2c.sh -r -f new_mshutter</code>
+
+
<code>./veye_mipi_i2c.sh -w -f new_mshutter -p1 1000</code>
+
+
New version of manual exposure time configuration, in us in the range [1,1000000].
+
+
Since the sensor can not support accurate exposure time of 1us, it is recommended to read it for confirmation after configuration.
+
+
===== new_mgain =====
+
<code>./veye_mipi_i2c.sh -r -f new_mgain</code>
+
+
<code>./veye_mipi_i2c.sh -w -f new_mgain -p1 2.1</code>
+
+
The new version manual gain, depending on the sensor, accurate to 0.1dB or 0.3dB.