Changes

Jump to navigation Jump to search
Line 42: Line 42:  
|0x0000
 
|0x0000
 
|Manufacturer  Name  
 
|Manufacturer  Name  
|
+
|String containing the self-describing name of the manufacturer. “VEYE”
 
|ascii
 
|ascii
 
|RO
 
|RO
Line 50: Line 50:  
|0x0004
 
|0x0004
 
|Model Name  
 
|Model Name  
|
+
|Product Model Code.
 +
 
 +
0x178 : MV-MIPI-IMX178
 
|enum
 
|enum
 
|RO
 
|RO
Line 58: Line 60:  
|0x0008
 
|0x0008
 
|Sensor Name
 
|Sensor Name
|
+
|Sensor Model:
 +
 
 +
0x178 : IMX178LLJ
 
|enum
 
|enum
 
|RO
 
|RO
Line 66: Line 70:  
|0x000C
 
|0x000C
 
|Serial Number
 
|Serial Number
|
+
|Unique product serial number
 
|uint
 
|uint
 
|RO
 
|RO
Line 74: Line 78:  
|0x0010
 
|0x0010
 
|Device Version
 
|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
 
|uint
 
|RO
 
|RO
Line 82: Line 88:  
|0x0014
 
|0x0014
 
|Factory Param
 
|Factory Param
|
+
|All parameters restored to factory default values.
 
|bool
 
|bool
 
|WO
 
|WO
Line 90: Line 96:  
|0x0018
 
|0x0018
 
|Param save to flash
 
|Param save to flash
|
+
|Save the parameters to flash, and they will not be lost when power off.
 
|bool
 
|bool
 
|WO
 
|WO
Line 98: Line 104:  
|0x001C
 
|0x001C
 
|System reboot
 
|System reboot
|
+
|Reboot the camera.
 
|bool
 
|bool
 
|WO
 
|WO
Line 106: Line 112:  
|0x0020
 
|0x0020
 
|Time stamp
 
|Time stamp
|
+
|Time after system startup in Milliseconds.
 
|uint
 
|uint
 
|RO
 
|RO
Line 114: Line 120:  
|0x0024
 
|0x0024
 
|Error Code
 
|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
 
|uint
 
|RO
 
|RO

Navigation menu