Changes

Jump to navigation Jump to search
Line 423: Line 423:     
Note: This is not low power mode, the camera is still working.
 
Note: This is not low power mode, the camera is still working.
 +
 +
=====brightness=====
 +
<code>./veye_mipi_i2c.sh -r -f brightness</code>
 +
 +
<code>./veye_mipi_i2c.sh -w -f brightness -p1 0x32</code>
 +
 +
AE的目标亮度,范围[0,0x64]
 +
 +
=====aespeed=====
 +
<code>./veye_mipi_i2c.sh -r -f aespeed</code>
 +
 +
<code>./veye_mipi_i2c.sh -w -f aespeed -p1 0x32 -p2 0x32</code>
 +
 +
AE 调节速度p1为agc速度,p2为shutter速度,由慢到快[0,0x64]
 +
 +
=====contrast=====
 +
<code>./veye_mipi_i2c.sh -r -f contrast</code>
 +
 +
<code>./veye_mipi_i2c.sh -w -f contrast -p1 0x32</code>
 +
 +
图像对比度,范围[0,0xFF],默认为0x80
 +
 +
=====saturation=====
 +
<code>./veye_mipi_i2c.sh -r -f saturation</code>
 +
 +
<code>./veye_mipi_i2c.sh -w -f saturation -p1 0x32</code>
 +
 +
饱和度,范围: [0,0x64]
 +
 +
===== sharppen =====
 +
<code>./veye_mipi_i2c.sh -r -f sharppen</code>
 +
 +
<code>./veye_mipi_i2c.sh -w -f sharppen -p1 [val1] -p2 [value]</code>
 +
{| class="wikitable"
 +
!param1 value
 +
!description
 +
|-
 +
|0x0
 +
|sharppen disable
 +
|-
 +
|0x1
 +
|sharppen enable
 +
|}
 +
default: 0x1
 +
 +
param2: sharppen strength, range [0x0-0xA]
 +
 +
=====wdrtargetbr=====
 +
<code>./veye_mipi_i2c.sh -r -f wdrtargetbr</code>
 +
 +
<code>./veye_mipi_i2c.sh -w -f wdrtargetbr -p1 0x80</code>
 +
 +
宽动态模式下的整体亮度目标值。
 +
 +
WDR模式生效,[0-0xFF]默认值0x80,WDR模式下,值越大,亮度越高。
 +
 +
=====wdrbtargetbr=====
 +
<code>./veye_mipi_i2c.sh -r -f wdrbtargetbr</code>
 +
 +
<code>./veye_mipi_i2c.sh -w -f wdrbtargetbr -p1 0x80</code>
 +
 +
宽动态模式下的亮区亮度目标值。
 +
 +
WDR模式生效,[0-0xFF],默认值为0x30,值越大,亮区越亮。
 +
 +
此参数的效果与实际场景有关,会存在一个[0-X]的无效区,X与实际场景有关。
 +
 +
并不是说调整为0,则亮区会变黑。
 +
 +
<br />

Navigation menu