Difference between revisions of "VEYE CS Camera on Toradex i.MX8M Plus board"

From wiki_veye
Jump to navigation Jump to search
Line 33: Line 33:
 
We use [[ADP-TWG]] to connnect camera to Dahlia board.  
 
We use [[ADP-TWG]] to connnect camera to Dahlia board.  
  
【todo: add pictures】
+
==== Connection overview ====
 +
[[File:VEYE camera Connect to Toradex Dahlia.jpg|center|thumb|800x800px|VEYE camera Connect to Toradex Dahlia]]
 +
<br />
  
 +
==== Connection of VEYE Camera and ADP-TWG ====
 +
The two are connected using 1.0 mm pitch*15P FFC cable with opposite direction. The cable must be inserted with the silver contacts facing outside.
 +
[[File:ADP-TWG Connect with VEYE camera.jpg|center|thumb|800x800px|ADP-TWG Connect to VEYE camera]]
 +
 +
==== Connection with Toradex Dahlia board  with ADP-TWG ====
 +
The two are connected using 0.5 mm pitch*24P FFC cable with same direction. The cable must be inserted with the silver contacts facing inside.
 +
[[File:ADP-TWG Connect Toradex Dahlia.jpg|center|thumb|800x800px|ADP-TWG Connect to Toradex Dahlia]]
 +
<br />
 
=== Upgrade Verdin i.MX8M Plus system ===
 
=== Upgrade Verdin i.MX8M Plus system ===
 
<br />
 
<br />

Revision as of 14:52, 19 July 2023

1 Overview

iMX8M Plus is a system-on-chip (SoC) designed and manufactured by NXP Semiconductors. It is commonly used in a variety of applications such as smart home devices, industrial automation, digital signage, and automotive infotainment systems.

Verdin iMX8M Plus is a member of the Verdin Family designed by Toradex.

Dahlia is a compact carrier board providing easy access to the most common features of the Verdin family. A very convenient platform for software development and demonstration purposes, the board is compatible with all current and future Verdin SoMs.

We developed the driver using the Verdin iMX8M Plus + Dahlia carrier board as an example. In addition, we have also specifically designed an ADP-TWG adapter board for signal conversion.
In general, you only need to use the Image file that we provided. Of course, you can also modify or recompile the driver according to our open source code.

1.1 Camera module list

Camera module dirver status list
Series Model Status Adaptor board
VEYE series VEYE-MIPI-IMX327S Done ADP-TWG
VEYE series VEYE-MIPI-IMX462 Done ADP-TWG
VEYE series VEYE-MIPI-IMX385 Done ADP-TWG

VEYE and CS series camera modules are camera module with ISP functions build in. It output UYVYdata using MIPI-CSI2. We provide V4L2 interface for video streaming apps , and Video Control Toolkits (which is Shell Script) to control the camera module directly, which is called DRA(Directly Register Access).

2 Hardware Setup

We use ADP-TWG to connnect camera to Dahlia board.

2.1 Connection overview

VEYE camera Connect to Toradex Dahlia


2.2 Connection of VEYE Camera and ADP-TWG

The two are connected using 1.0 mm pitch*15P FFC cable with opposite direction. The cable must be inserted with the silver contacts facing outside.

ADP-TWG Connect to VEYE camera

2.3 Connection with Toradex Dahlia board with ADP-TWG

The two are connected using 0.5 mm pitch*24P FFC cable with same direction. The cable must be inserted with the silver contacts facing inside.

ADP-TWG Connect to Toradex Dahlia


3 Upgrade Verdin i.MX8M Plus system


4 Applications and Test

5 Build the drivers from source

6 References