Changes

Jump to navigation Jump to search
360 bytes added ,  14:03, 18 June 2020
no edit summary
Line 97: Line 97:  
<code>./cs_mipi_i2c.sh -r -f productmodel</code>
 
<code>./cs_mipi_i2c.sh -r -f productmodel</code>
   −
get product model,for example:CS-MIPI-IMX307
+
get product model,for example:CS-MIPI-IMX307,CS-MIPI-SC132
 
  −
<br />
   
=====camcap=====
 
=====camcap=====
 
<code>./cs_mipi_i2c.sh -r -f camcap</code>
 
<code>./cs_mipi_i2c.sh -r -f camcap</code>
Line 145: Line 143:  
If camera support '''framerate continuously adjustable''':  
 
If camera support '''framerate continuously adjustable''':  
   −
framerate range: [1,maxframerate]  
+
CS-MIPI-IMX307 framerate range: [1,maxframerate]
 +
 
 +
CS-MIPI-SC132framerate range: [2,maxframerate]  
    
note:sync mode do not support '''framerate continuously adjustable.'''  
 
note:sync mode do not support '''framerate continuously adjustable.'''  
Line 199: Line 199:  
|1
 
|1
 
|sync mode
 
|sync mode
|}
  −
{| class="wikitable"
  −
|+slave mode(sync stream mode)
  −
!value
  −
!description
   
|-
 
|-
|0
+
|2
|master
+
|Hardware Trigger
 
|-
 
|-
|1
+
|3
|slave
+
|Software Trigger
 
|}<code>./cs_mipi_i2c.sh -r -f streammode</code>
 
|}<code>./cs_mipi_i2c.sh -r -f streammode</code>
    
Read the current stream mode and master-slave mode
 
Read the current stream mode and master-slave mode
 +
 +
* free running mode
    
<code>./cs_mipi_i2c.sh -w -f streammode -p1 0</code>
 
<code>./cs_mipi_i2c.sh -w -f streammode -p1 0</code>
Line 218: Line 215:  
Set the current camera to free running mode
 
Set the current camera to free running mode
   −
<code>./cs_mipi_i2c.sh -w -f streammode -p1 1 -p2 0</code>
+
slave mode(sync stream mode)
 +
{| class="wikitable"
 +
!value
 +
!description
 +
|-
 +
|0
 +
|master
 +
|-
 +
|1
 +
|slave
 +
|}<code>./cs_mipi_i2c.sh -w -f streammode -p1 1 -p2 0</code>
    
Set the current camera to sync mode, and set to master
 
Set the current camera to sync mode, and set to master
Line 229: Line 236:     
Note: only supported on camcap bit 0 is 1.
 
Note: only supported on camcap bit 0 is 1.
 +
 +
* Trigger mode
 +
 +
<code>./cs_mipi_i2c.sh -w -f streammode -p1 2</code>
 +
 +
Set the current camera to hardware trigger mode
 +
 +
<code>./cs_mipi_i2c.sh -w -f streammode -p1 3</code>
 +
 +
Set the current camera to software trigger mode
 
=====daynightmode=====
 
=====daynightmode=====
 
<code>./cs_mipi_i2c.sh -r -f daynightmode</code>
 
<code>./cs_mipi_i2c.sh -r -f daynightmode</code>

Navigation menu