Difference between revisions of "GX Camera on Orange Pi's RK35XX Boards"

From wiki_veye
Jump to navigation Jump to search
Line 2: Line 2:
  
 
===Overview===
 
===Overview===
The MV series and RAW series cameras are cameras designed for AI applications in the industrial field. They use the MIPI CSI-2 interface and are particularly suitable for use with embedded computing platforms. They have rich data formats and triggering features, extremely low latency, high bandwidth, and reliable stability.
+
The GX series cameras are cameras designed for AI applications in the industrial field. They use the MIPI CSI-2 interface and are particularly suitable for use with embedded computing platforms. They have rich data formats and triggering features, extremely low latency, high bandwidth, and reliable stability.
  
This article takes OrangePi CM4 and OrangePi CM5 and CM5 tablet board as an example to introduce how to connect MV and RAW series cameras to the RK3566/3K3568 and RK3588S/RK3588 system.
+
This article takes OrangePi CM4 and OrangePi CM5 and CM5 tablet board as an example to introduce how to connect GX series cameras to the RK3566/3K3568 and RK3588S/RK3588 system.
  
 
We provide drivers for the Linux operating system (using Ubuntu as an example).
 
We provide drivers for the Linux operating system (using Ubuntu as an example).
Line 13: Line 13:
 
!Status
 
!Status
 
|-
 
|-
|MV series
+
|GX series
|MV-MIPI-IMX178M
+
|GX-MIPI-IMX662
|Done
 
|-
 
|MV series
 
|MV-MIPI-SC130M
 
|Done
 
|-
 
|MV series
 
|MV-MIPI-IMX296M
 
|Done
 
|-
 
|MV series
 
|MV-MIPI-IMX287M
 
|Done
 
|-
 
|MV series
 
|MV-MIPI-IMX265M
 
|Done
 
|-
 
|MV series
 
|MV-MIPI-IMX264M
 
|Done
 
|-
 
|MV series
 
|MV-MIPI-GMAX4002M
 
|Done
 
|-
 
|RAW series
 
|RAW-MIPI-SC132M
 
|Done
 
|-
 
|RAW series
 
|RAW-MIPI-IMX462M
 
|Done
 
|-
 
|RAW series
 
|RAW-MIPI-AR0234M
 
|Done
 
|-
 
|RAW series
 
|RAW-MIPI-SC535M
 
 
|Done
 
|Done
 
|}
 
|}
Line 93: Line 53:
 
Run the following command to confirm whether the camera is probed.
 
Run the following command to confirm whether the camera is probed.
  
<code>sudo dmesg | grep mvcam</code>
+
<code>sudo dmesg | grep gxcam</code>
 
====CM4====
 
====CM4====
The CM4 supports camera connection only through the CAM1 interface. Taking the RAW-MIPI-SC132M as an example, the <code>dmesg</code> output contains the following information:
+
The CM4 supports camera connection only through the CAM1 interface. Taking the GX-MIPI-IMX662 as an example, the <code>dmesg</code> output contains the following information:
  
 
The output message appears as shown below:
 
The output message appears as shown below:
  
<code>mvcam 1-003b: camera is: RAW-MIPI-SC132M</code>
+
<code>gxcam 1-003b: camera is: GX-MIPI-IMX662</code>
  
<code>mvcam 1-003b: firmware version: 0x1040000</code>
+
<code>gxcam 1-003b: firmware version: 0x1040000</code>
  
 
*Run the following command to check the presence of video node.
 
*Run the following command to check the presence of video node.
Line 112: Line 72:
  
 
====CM5====
 
====CM5====
The CM5 supports the connection of up to four cameras. Taking the RAW-MIPI-SC132M as an example, the <code>dmesg</code> output contains the following information:
+
The CM5 supports the connection of up to four cameras. Taking the GX-MIPI-IMX662 as an example, the <code>dmesg</code> output contains the following information:
  
<code>mvcam 3-003b: camera is: RAW-MIPI-SC132M</code>
+
<code>gxcam 3-003b: camera is: GX-MIPI-IMX662</code>
  
<code>mvcam 3-003b: firmware version: 0x1040000</code>
+
<code>gxcam 3-003b: firmware version: 0x1040000</code>
  
<code>mvcam 4-003b: camera is: RAW-MIPI-SC132M</code>
+
<code>gxcam 4-003b: camera is: GX-MIPI-IMX662</code>
  
<code>mvcam 4-003b: firmware version: 0x1040000</code>
+
<code>gxcam 4-003b: firmware version: 0x1040000</code>
  
<code>mvcam 5-003b: camera is: RAW-MIPI-SC132M</code>
+
<code>gxcam 5-003b: camera is: GX-MIPI-IMX662</code>
  
<code>mvcam 5-003b: firmware version: 0x1040000  </code>
+
<code>gxcam 5-003b: firmware version: 0x1040000  </code>
  
<code>mvcam 6-003b: camera is: RAW-MIPI-SC132M</code>
+
<code>gxcam 6-003b: camera is: GX-MIPI-IMX662</code>
  
<code>mvcam 6-003b: firmware version: 0x1040000</code>
+
<code>gxcam 6-003b: firmware version: 0x1040000</code>
 
====CM5 tablet====
 
====CM5 tablet====
The CM5 supports the connection of up to two cameras. Taking the RAW-MIPI-SC132M as an example, the <code>dmesg</code> output contains the following information:
+
The CM5 supports the connection of up to two cameras. Taking the GX-MIPI-IMX662  as an example, the <code>dmesg</code> output contains the following information:
  
<code>mvcam 6-003b: camera is: RAW-MIPI-SC132M</code>
+
<code>gxcam 6-003b: camera is: GX-MIPI-IMX662</code>
  
<code>mvcam 6-003b: firmware version: 0x1040000</code>
+
<code>gxcam 6-003b: firmware version: 0x1040000</code>
  
<code>mvcam 7-003b: camera is: RAW-MIPI-SC132M</code>
+
<code>gxcam 7-003b: camera is: GX-MIPI-IMX662</code>
  
<code>mvcam 7-003b: firmware version: 0x1040000</code>
+
<code>gxcam 7-003b: firmware version: 0x1040000</code>
  
 
===Camera Application Development Guide===
 
===Camera Application Development Guide===

Revision as of 11:23, 29 December 2025

查看中文

1 Overview

The GX series cameras are cameras designed for AI applications in the industrial field. They use the MIPI CSI-2 interface and are particularly suitable for use with embedded computing platforms. They have rich data formats and triggering features, extremely low latency, high bandwidth, and reliable stability.

This article takes OrangePi CM4 and OrangePi CM5 and CM5 tablet board as an example to introduce how to connect GX series cameras to the RK3566/3K3568 and RK3588S/RK3588 system.

We provide drivers for the Linux operating system (using Ubuntu as an example).

1.1 Camera Module List

Series Model Status
GX series GX-MIPI-IMX662 Done

2 Hardware Setup

We use the official baseboards of the Orange Pi CM4 and CM5, which feature a 15-pin header compatible with Raspberry Pi. For the RAW series cameras, our cameras can be directly mounted onto the baseboard without the need for an adapter board. For the MV series cameras, the ADP-MV1 adapter board is required for connection.

2.1 Camera Connection to Orange Pi CM4

The ADP-MV1 is connected to the OrangePi CM4 via a 15-pin FFC cable with opposite surface alignment; please pay attention to the orientation of the contact surfaces.

Note that only the CAM1 shown in the image below supports MV and RAW cameras.

OrangePi CM4 to MV cam
OrangePi CM4 to RAW cam


2.2 Camera Connection to Orange Pi CM5

The OrangePi CM5 supports up to four cameras. The following diagram shows the hardware connection method for simultaneously connecting multiple cameras.

OrangePi CM5 to all cam overview
OrangePi CM5 to all cam backview


2.3 Camera Connection to Orange Pi CM5 tablet

Due to differences in connector formats, we have successfully interfaced modules for both CAM2 and CAM3 on the OrangePi CM5 tablet. The diagram below illustrates the connection methods for the RAW series and MV series.

OrangePi CM5 tablet to RAW cam
OrangePi CM5 tablet to MV cam

3 Introduction to github repositories

https://github.com/veyeimaging/rk35xx_veye_bsp

https://github.com/veyeimaging/rk35xx_orangepi

includes:

  • driver source code
  • i2c toolkits
  • application demo

In addition, a compiled linux kernel installation package is provided in the releases.

4 Upgrade the Ubuntu system

We provide a flashing image for the release system, as well as a deb package for the Linux kernel.

Refer to the OrangePi CM4 user manual or the OrangePi CM5 user manual for instructions on flashing the system. Alternatively, you can use the general dpkg command to install the deb package.

5 Check system status

Run the following command to confirm whether the camera is probed.

sudo dmesg | grep gxcam

5.1 CM4

The CM4 supports camera connection only through the CAM1 interface. Taking the GX-MIPI-IMX662 as an example, the dmesg output contains the following information:

The output message appears as shown below:

gxcam 1-003b: camera is: GX-MIPI-IMX662

gxcam 1-003b: firmware version: 0x1040000

  • Run the following command to check the presence of video node.

ls /dev/video0

The output message appears as shown below.

video0

5.2 CM5

The CM5 supports the connection of up to four cameras. Taking the GX-MIPI-IMX662 as an example, the dmesg output contains the following information:

gxcam 3-003b: camera is: GX-MIPI-IMX662

gxcam 3-003b: firmware version: 0x1040000

gxcam 4-003b: camera is: GX-MIPI-IMX662

gxcam 4-003b: firmware version: 0x1040000

gxcam 5-003b: camera is: GX-MIPI-IMX662

gxcam 5-003b: firmware version: 0x1040000  

gxcam 6-003b: camera is: GX-MIPI-IMX662

gxcam 6-003b: firmware version: 0x1040000

5.3 CM5 tablet

The CM5 supports the connection of up to two cameras. Taking the GX-MIPI-IMX662 as an example, the dmesg output contains the following information:

gxcam 6-003b: camera is: GX-MIPI-IMX662

gxcam 6-003b: firmware version: 0x1040000

gxcam 7-003b: camera is: GX-MIPI-IMX662

gxcam 7-003b: firmware version: 0x1040000

6 Camera Application Development Guide

Application Development Guide

7 References

  • OrangePi CM4

http://www.orangepi.cn/orangepiwiki/index.php/Orange_Pi_CM4

  • OrangePi CM5

http://www.orangepi.cn/html/hardWare/computerAndMicrocontrollers/service-and-support/Orange-Pi-CM5.html

8 Document History

  • 2025-12-29

Release 1st version.