Changes

Jump to navigation Jump to search
Line 370: Line 370:  
|0x0C00
 
|0x0C00
 
|ISP module ctrl
 
|ISP module ctrl
|
+
|The ISP module controls, each bit represents an isp function.
 +
 
 +
bit0: Exposure Statistics
 +
 
 +
bit1: reserved
 +
 
 +
bit2: WB Statistics
 +
 
 +
bit3: Focus Statistics
 +
 
 +
bit4: DPC
 +
 
 +
bit5: gamma
 +
 
 +
bit6: denoise
 +
 
 +
bit7: sharpen
 +
 
 +
bit8: LUT
 +
 
 +
others: reserved
 
|uint
 
|uint
 
|RW
 
|RW
Line 382: Line 402:  
|0x0C04
 
|0x0C04
 
|Exposure Mode
 
|Exposure Mode
|
+
|Exposure Type
 +
 
 +
0: Manual exposure
 +
 
 +
1: Run automatic exposure once
 +
 
 +
2: Automatic exposure
 
|enum
 
|enum
 
|RW
 
|RW
Line 390: Line 416:  
|0x0C08
 
|0x0C08
 
|Target Brightness
 
|Target Brightness
|
+
|Target brightness for automatic exposure. Range[0,255]
 
|uint
 
|uint
 
|RW
 
|RW
Line 398: Line 424:  
|0x0C10
 
|0x0C10
 
|ME Time
 
|ME Time
|
+
|Manual exposure time,effective in ME mode. Range[16,1000000]. <u>Note1.</u>
 
|uint
 
|uint
 
|RW
 
|RW
Line 406: Line 432:  
|0x0C14
 
|0x0C14
 
|AE MAX Time
 
|AE MAX Time
|
+
|Maximum exposure time in AE mode.Range[16,1000000]. <u>Note1.</u>
 
|uint
 
|uint
 
|RW
 
|RW
Line 414: Line 440:  
|0x0C18
 
|0x0C18
 
|Exp Time
 
|Exp Time
|
+
|Current exposure time. <u>Note1.</u>
 
|uint
 
|uint
 
|RO
 
|RO
Line 422: Line 448:  
|0x0C1C
 
|0x0C1C
 
|Gain Mode
 
|Gain Mode
|
+
|Gain Type
 +
 
 +
0: Manual gain
 +
 
 +
1: Run automatic gain once
 +
 
 +
2: Automatic gain
 
|enum
 
|enum
 
|RW
 
|RW
Line 430: Line 462:  
|0x0C20
 
|0x0C20
 
|Manual Gain
 
|Manual Gain
|
+
|Manual gain, ,effective in MG mode. <u>Note2.</u>
 
|uint
 
|uint
 
|RW
 
|RW
Line 438: Line 470:  
|0x0C24
 
|0x0C24
 
|AG Max Gain
 
|AG Max Gain
|
+
|Maximum value of auto gain. <u>Note2.</u>
 
|uint
 
|uint
 
|RW
 
|RW
Line 446: Line 478:  
|0x0C28
 
|0x0C28
 
|Cur Gain
 
|Cur Gain
|
+
|Current Gain. <u>Note2.</u>
 
|uint
 
|uint
 
|RO
 
|RO
Line 454: Line 486:  
|0x0C2C
 
|0x0C2C
 
|AAROIOffsetX
 
|AAROIOffsetX
|
+
|AAROI offset X. <u>Note4.</u>
 
|uint
 
|uint
 
|RW
 
|RW
Line 462: Line 494:  
|0x0C30
 
|0x0C30
 
|AAROIOffsetY
 
|AAROIOffsetY
|
+
|AAROI offset Y. <u>Note4.</u>
 
|uint
 
|uint
 
|RW
 
|RW
Line 470: Line 502:  
|0x0C34
 
|0x0C34
 
|AAROIWidth
 
|AAROIWidth
|
+
|AAROI Width. Range: [16,ROI Width]
 
|uint
 
|uint
 
|RW
 
|RW
Line 478: Line 510:  
|0x0C38
 
|0x0C38
 
|AAROIHeight
 
|AAROIHeight
|
+
|AAROI Height. Range: [16,ROI Height]
 
|uint
 
|uint
 
|RW
 
|RW
Line 486: Line 518:  
|0x0C60
 
|0x0C60
 
|Gamma
 
|Gamma
|
+
|gamma. The value is 100 times the actual gamma. 80 means gamma is 0.8.
 
|uint
 
|uint
 
|RW
 
|RW
Line 494: Line 526:  
|0x0C74
 
|0x0C74
 
|LUT Count
 
|LUT Count
|
+
|The length of the lut curve 1024 or 4096.
 
|uint
 
|uint
 
|RO
 
|RO
Line 502: Line 534:  
|0x0C78
 
|0x0C78
 
|LUT Start
 
|LUT Start
|
+
|lut curve start transmission.
 
|bool
 
|bool
 
|WO
 
|WO
Line 510: Line 542:  
|0x0C7C
 
|0x0C7C
 
|LUT Done
 
|LUT Done
|
+
|lut curve writing finished.
 
|bool
 
|bool
 
|WO
 
|WO
Line 518: Line 550:  
|0x0C80
 
|0x0C80
 
|AAROI enable
 
|AAROI enable
|
+
|Whether to enable AA statistics ROI function, not enable means full screen statistics.
 
|bool
 
|bool
 
|RW
 
|RW
Line 524: Line 556:  
|aaroienable
 
|aaroienable
 
|}
 
|}
 +
Note1:  All parameters of exposure time are in microseconds. However, due to the properties of the sensor, the actual exposure time unit of the sensor is 1 line, can not be accurate to 1us.
 +
 +
Note2:For all gain-related parameters, the register value is 10 times the number of dB. For example, if the register is 101, it means 10.1dB. The range and step vary according to the model.
 +
 +
Note3:  AE: Auto exposure; AG: Auto Gain; AA: AE and AG.
 +
 +
Note4:  The AAROI coordinates are relative coordinates within the roi range.
 +
 
=== IO Control ===
 
=== IO Control ===
 
{| class="wikitable"
 
{| class="wikitable"

Navigation menu