Line 30:
Line 30:
-:任何时刻都可读。
-:任何时刻都可读。
=== 基础功能 ===
=== 基础功能 ===
+
{| class="wikitable"
+
!Address
+
!Name
+
!Description
+
!Data Type
+
!R/W
+
!Update timing
+
!script function
+
|-
+
|0x0000
+
|Manufacturer Name
+
|String containing the self-describing name of the manufacturer. “VEYE”
+
|ascii
+
|RO
+
|<nowiki>-</nowiki>
+
|manufacturer
+
|-
+
|0x0004
+
|Model Name
+
|Product Model Code.
+
0x178 : MV-MIPI-IMX178
+
|enum
+
|RO
+
|<nowiki>-</nowiki>
+
|model
+
|-
+
|0x0008
+
|Sensor Name
+
|Sensor Model:
+
0x178 : IMX178LLJ
+
|enum
+
|RO
+
|<nowiki>-</nowiki>
+
|
+
|-
+
|0x000C
+
|Serial Number
+
|Unique product serial number
+
|uint
+
|RO
+
|<nowiki>-</nowiki>
+
|
+
|-
+
|0x0010
+
|Device Version
+
|Firmware version number. The high 16 bits are the Control version and the low 16 bits are the Logic version.
+
For example, 0x01020304 means Control version is 1.2 and Logic version is 3.4.
+
|uint
+
|RO
+
|<nowiki>-</nowiki>
+
|version
+
|-
+
|0x0014
+
|Factory Param
+
|All parameters restored to factory default values.
+
|bool
+
|WO
+
|A
+
|factoryparam
+
|-
+
|0x0018
+
|Param save to flash
+
|Save the parameters to flash, and they will not be lost when power off.
+
|bool
+
|WO
+
|A
+
|paramsave
+
|-
+
|0x001C
+
|System reboot
+
|Reboot the camera.
+
|bool
+
|WO
+
|A
+
|reboot
+
|-
+
|0x0020
+
|Time stamp
+
|Time after system startup in Milliseconds.
+
|uint
+
|RO
+
|<nowiki>-</nowiki>
+
|timestamp
+
|-
+
|0x0024
+
|Error Code
+
|System error code, each bit represents an error type.
+
bit0: sensor error.
+
+
bit1: Logic module startup error.
+
+
bit2: Logic module communication error.
+
+
bit5: AA(AE&AG) regulation cannot reach the target.
+
+
bit6: Authorization failure.
+
|uint
+
|RO
+
|<nowiki>-</nowiki>
+
|errcode
+
|}
=== 图像采集 ===
=== 图像采集 ===
=== 图像参数 ===
=== 图像参数 ===
=== 图像处理(ISP) ===
=== 图像处理(ISP) ===
=== IO控制 ===
=== IO控制 ===