Changes

Jump to navigation Jump to search
Line 13: Line 13:     
Special, for the Computer module series. Make the following description.
 
Special, for the Computer module series. Make the following description.
 +
 +
==== Raspberry Pi 5 ====
 +
{| class="wikitable"
 +
!i2c bus num
 +
!description
 +
|-
 +
|6
 +
|CAM0
 +
|-
 +
|4
 +
|CAM1
 +
|}
 
====CM3====
 
====CM3====
 
CM3 use I2C-1 to control 2 cameras,It is time-sharing multiplexing.
 
CM3 use I2C-1 to control 2 cameras,It is time-sharing multiplexing.
Line 18: Line 30:  
<code>./camera_i2c_config [cameranum]</code>
 
<code>./camera_i2c_config [cameranum]</code>
 
{| class="wikitable"
 
{| class="wikitable"
!cameranum
+
!i2c bus num
 
!description
 
!description
 
|-
 
|-
Line 78: Line 90:  
|1
 
|1
 
|9
 
|9
 +
|}
 +
OR:
 +
{| class="wikitable"
 +
!cam index
 +
!i2c number
 +
|-
 +
|0
 +
|9
 +
|-
 +
|1
 +
|10
 +
|}<br />
 +
 +
==== Orin Nano , Orin NX ====
 +
{| class="wikitable"
 +
!cam index
 +
!i2c number
 +
|-
 +
|0
 +
|9
 +
|-
 +
|1
 +
|10
 
|}
 
|}
 
====Nano B01====
 
====Nano B01====
Line 111: Line 146:  
==== google Coral board ====
 
==== google Coral board ====
 
i2c bus number is 1.
 
i2c bus number is 1.
 +
 +
=== Rockchip platform ===
 +
 +
==== ROC-RK3566-PC ====
 +
i2c  bus number is 4.
 +
 +
==== ROC-RK3588S-PC ====
 +
i2c  bus number is 7.
    
=== Tools ===
 
=== Tools ===

Navigation menu