Changes

Jump to navigation Jump to search
Line 103: Line 103:  
*[[VEYE-MIPI-290/327 i2c/zh|VEYE-MIPI-290/327 I2C.sh Usage]]
 
*[[VEYE-MIPI-290/327 i2c/zh|VEYE-MIPI-290/327 I2C.sh Usage]]
   −
<br />
+
=== CS-FPD-CAM-IMX307 sync mode ===
 +
[[File:CS-FPD-CAM-IMX307 sync mode.png|center|thumb|800x800px|CS-FPD-CAM-IMX307 sync mode's sync singal connection|link=http://wiki.veye.cc/index.php/File:CS-FPD-CAM-IMX307_sync_mode.png]]
 +
 
 +
===== Step 1: =====
 +
On the motherboard of the two cameras, execute:
 +
 
 +
<code>./fpdlink3_i2c.sh -f rpi_init -p 0 -b [i2c_bus_num]</code>
 +
 
 +
Init the FPD-Link channel of port0.
 +
=====Step 2:=====
 +
After Step 1, the I2C to control camera is ready.
 +
 
 +
*Configure cam0 as the master
 +
 
 +
<code>./cs_mipi_i2c.sh -w -f streammode -p1 1 -p2 0 -b [i2c_bus_num]</code>
 +
 
 +
*Configure cam0 as the slave
 +
 
 +
<code>./cs_mipi_i2c.sh -w -f streammode -p1 1 -p2 1 -b [i2c_bus_num]</code>
 +
=====第三步:=====
 +
The stream acquisition and I2C instruction control of the camera are exactly the same as those of the camera with the MIPI interface now.
 +
 
 +
=== CS-FPD-CAM-SC132 Trigger mode ===
 +
[[File:CS-FPD-CAM-SC132 trigger mode new.png|alt=|center|thumb|780x780px|CS-FPD-CAM-SC132 trigger mode's trigger signal|link=http://wiki.veye.cc/index.php/File:CS-FPD-CAM-SC132_trigger_mode_new.png]]
 +
=====Step 1:=====
 +
On Raspberry PI:
 +
 
 +
<code>./fpdlink3_i2c.sh -f rpi_init -p 0</code>
 +
 
 +
Init the FPD-Link channel of port0.
 +
 
 +
===== Step 2: =====
 +
<code>./fpdlink3_i2c.sh -f trigger_init -p 0</code>
 +
 
 +
Configure port 0 as trigger mode.
 +
=====Step 3:=====
 +
After Step 1, the I2C to control camera is ready.The stream acquisition and I2C instruction control of the camera are exactly the same as those of the camera with the MIPI interface now.
 +
 
 +
Refer to [[Camera_module_Trigger_Mode_manual]] to configure the camera.

Navigation menu