Changes

Jump to navigation Jump to search
1,052 bytes added ,  15:22, 22 April 2020
Line 276: Line 276:     
1: manual exposure
 
1: manual exposure
 +
=====aetarget=====
 +
<code>./cs_mipi_i2c.sh -r -f aetarget</code>
 +
 +
<code>./cs_mipi_i2c.sh -w -f aetarget -p1 0x40</code>
 +
 +
The target brightness in automatic exposure mode. Effective when '''aemode''' is auto.
 +
 +
range:[0,255]
 +
=====aetime=====
 +
<code>./cs_mipi_i2c.sh -r -f aetime</code>
 +
 +
<code>./cs_mipi_i2c.sh -w -f aetime -p1 0x400000</code>
 +
 +
the max exposure time in  automatic exposure mode,unit: us。Effective when '''aemode''' is auto.
 +
 +
range:(0,1/framerate],if framerate is 30,then the range is (0,33333].
 +
 +
special value:0xFFFFFFFF=1/framerate, the camera will automatically adjust according to the working mode.
 +
=====aeagc=====
 +
<code>./cs_mipi_i2c.sh -w -f aeagc-p1 X -p2 Y</code>
 +
 +
<code>./cs_mipi_i2c.sh -r -f aeagc</code>
 +
 +
Maximum total system gain in automatic exposure mode,unit: dB. Effective when '''aemode''' is auto.
 +
 +
agc includes Again+Dgain+ISPGain.
 +
 +
X is the integer part and Y is the decimal part, for example X is 2 and Y is 3 means 2.3dB.
 +
 +
X range: depending on sensor.
 +
 +
Y range: [0-9].
 +
 +
IMX307,again range is[0,135]dB, step 0.3dB.
 
=====metime=====
 
=====metime=====
 
<code>./cs_mipi_i2c.sh -r -f metime</code>
 
<code>./cs_mipi_i2c.sh -r -f metime</code>
Line 289: Line 323:  
<code>./cs_mipi_i2c.sh -r -f meagain</code>
 
<code>./cs_mipi_i2c.sh -r -f meagain</code>
   −
manual again,dB. Should set '''aemode''' to manual first.
+
manual again,dB. Effective when '''aemode''' is manual.
    
X is the integer part and Y is the decimal part, for example X is 2 and Y is 3 means 2.3dB.
 
X is the integer part and Y is the decimal part, for example X is 2 and Y is 3 means 2.3dB.
Line 303: Line 337:  
<code>./cs_mipi_i2c.sh -r -f medgain</code>
 
<code>./cs_mipi_i2c.sh -r -f medgain</code>
   −
manual dgain,dB. Should set '''aemode''' to manual first.
+
manual dgain,dB. Effective when '''aemode''' is manual.
    
X is the integer part and Y is the decimal part, for example X is 2 and Y is 3 means 2.3dB.
 
X is the integer part and Y is the decimal part, for example X is 2 and Y is 3 means 2.3dB.
Line 345: Line 379:  
readonly, get the current white balance state.  rgain, bgain and color tempture.
 
readonly, get the current white balance state.  rgain, bgain and color tempture.
   −
===== '''imagedir''' =====
+
====='''imagedir'''=====
 
<code>./cs_mipi_i2c.sh -w -f imagedir -p1 0</code>
 
<code>./cs_mipi_i2c.sh -w -f imagedir -p1 0</code>
  

Navigation menu