Changes

Jump to navigation Jump to search
Line 10: Line 10:  
Register R/W attributes: '''RW''', '''RO''', '''WO'''. Only the RW  type can be saved to the camera flash.
 
Register R/W attributes: '''RW''', '''RO''', '''WO'''. Only the RW  type can be saved to the camera flash.
   −
Register values have several types: '''int''', '''bool''', '''enum''', '''ascii'''.
+
Register values have several types: '''uint'''(unsigned int), '''bool''', '''enum''', '''ascii'''.
    
==== I2c communication protocol ====
 
==== I2c communication protocol ====
Line 38: Line 38:  
!script function
 
!script function
 
|-
 
|-
 +
|0x0000
 +
|Manufacturer  Name
 
|
 
|
 +
|ascii
 +
|RO
 +
|<nowiki>-</nowiki>
 
|
 
|
 +
|-
 +
|0x0004
 +
|Model Name
 
|
 
|
 +
|enum
 +
|RO
 +
|<nowiki>-</nowiki>
 
|
 
|
 +
|-
 +
|0x0008
 +
|Sensor Name
 
|
 
|
 +
|enum
 +
|RO
 +
|<nowiki>-</nowiki>
 
|
 
|
 +
|-
 +
|0x000C
 +
|Serial Number
 +
|
 +
|uint
 +
|RO
 +
|<nowiki>-</nowiki>
 
|
 
|
 
|-
 
|-
 +
|0x0010
 +
|Device Version
 
|
 
|
 +
|uint
 +
|RO
 +
|<nowiki>-</nowiki>
 
|
 
|
 +
|-
 +
|0x0014
 +
|System reset
 
|
 
|
 +
|bool
 +
|WO
 +
|A
 
|
 
|
 +
|-
 +
|0x0018
 +
|Param save to flash
 
|
 
|
|
+
|bool
 +
|WO
 +
|A
 
|
 
|
 
|-
 
|-
 +
|0x001C
 +
|System reboot
 
|
 
|
 +
|bool
 +
|WO
 +
|A
 
|
 
|
 +
|-
 +
|0x0020
 +
|Time stamp
 
|
 
|
 +
|uint
 +
|RO
 +
|<nowiki>-</nowiki>
 
|
 
|
 +
|-
 +
|0x0024
 +
|Error Code
 
|
 
|
|
+
|uint
 +
|RO
 +
|<nowiki>-</nowiki>
 
|
 
|
 
|}
 
|}

Navigation menu