Difference between revisions of "Gx series camera appnotes 4 rpi"

From wiki_veye
Jump to navigation Jump to search
(Created page with "[https://wiki.veye.cc/index.php/Gx_series_camera_appnotes_4_rpi/zh 查看中文] '''<big>How to use the GX series cameras on the Raspberry board</big>''' === overview === Th...")
 
Line 3: Line 3:
 
'''<big>How to use the GX series cameras on the Raspberry board</big>'''
 
'''<big>How to use the GX series cameras on the Raspberry board</big>'''
  
=== overview ===
+
===overview===
 
The GX series cameras are designed for embedded AI applications. They offer high-performance ISP capabilities, support multiple operating modes, provide a wide range of configurable features, and are built with a robust and reliable design. The cameras use the MIPI CSI-2 interface and are well suited for embedded computing platforms.
 
The GX series cameras are designed for embedded AI applications. They offer high-performance ISP capabilities, support multiple operating modes, provide a wide range of configurable features, and are built with a robust and reliable design. The cameras use the MIPI CSI-2 interface and are well suited for embedded computing platforms.
  
==== Supported modules ====
+
====Supported modules====
 
{| class="wikitable"
 
{| class="wikitable"
 
!series
 
!series
Line 17: Line 17:
 
|}
 
|}
  
==== Hardware Preparation and Installation ====
+
====Hardware Preparation and Installation====
 
The GX-series cameras utilize a Raspberry Pi-compatible 22-pin interface but require an independent 5 V DC power supply.
 
The GX-series cameras utilize a Raspberry Pi-compatible 22-pin interface but require an independent 5 V DC power supply.
  
==== The connection method of GX series cameras with 22-pin interface Raspberry Pi ====
+
====The connection method of GX series cameras with 22-pin interface Raspberry Pi====
 
<br />
 
<br />
  
==== The connection method between the GX series cameras and the 15-pin interface Raspberry Pi ====
+
====The connection method between the GX series cameras and the 15-pin interface Raspberry Pi====
 
<br />
 
<br />
  
=== Drive Installation and Verification ===
+
===Drive Installation and Verification===
  
==== Download the driver package ====
+
====Download the driver package====
 
<code>wget <nowiki>https://github.com/veyeimaging/raspberrypi_v4l2/releases/latest/download/raspberrypi_v4l2.tgz</nowiki></code>
 
<code>wget <nowiki>https://github.com/veyeimaging/raspberrypi_v4l2/releases/latest/download/raspberrypi_v4l2.tgz</nowiki></code>
  
Line 35: Line 35:
 
https://gitee.com/veyeimaging/raspberrypi_v4l2/releases/
 
https://gitee.com/veyeimaging/raspberrypi_v4l2/releases/
  
==== install the driver ====
+
====install the driver====
 +
<code>tar -xzvf raspberrypi_v4l2.tgz</code>
 +
 
 +
<code>cd raspberrypi_v4l2/release/</code>
 +
 
 +
<code>chmod +x *</code>
 +
<br />

Revision as of 10:48, 22 December 2025

查看中文

How to use the GX series cameras on the Raspberry board

1 overview

The GX series cameras are designed for embedded AI applications. They offer high-performance ISP capabilities, support multiple operating modes, provide a wide range of configurable features, and are built with a robust and reliable design. The cameras use the MIPI CSI-2 interface and are well suited for embedded computing platforms.

1.1 Supported modules

series model state
GX系列 GX-MIPI-IMX662 complete

1.2 Hardware Preparation and Installation

The GX-series cameras utilize a Raspberry Pi-compatible 22-pin interface but require an independent 5 V DC power supply.

1.3 The connection method of GX series cameras with 22-pin interface Raspberry Pi


1.4 The connection method between the GX series cameras and the 15-pin interface Raspberry Pi


2 Drive Installation and Verification

2.1 Download the driver package

wget https://github.com/veyeimaging/raspberrypi_v4l2/releases/latest/download/raspberrypi_v4l2.tgz

Domestic users can download it from Gitee:

https://gitee.com/veyeimaging/raspberrypi_v4l2/releases/

2.2 install the driver

tar -xzvf raspberrypi_v4l2.tgz

cd raspberrypi_v4l2/release/

chmod +x *