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

From wiki_veye
Jump to navigation Jump to search
(Created page with "=== Overview === <br /> === Hardware Setup === === Upgrade Verdin i.MX8M Plus system === === Applications and Test === === Build the drivers from source === === Reference...")
 
Line 1: Line 1:
 
=== Overview ===
 
=== Overview ===
<br />
+
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.<br />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.
 +
====Camera module list====
 +
{| class="wikitable"
 +
|+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).
 
=== Hardware Setup ===
 
=== Hardware Setup ===
 +
We use [[ADP-TWG]] to connnect camera to Dahlia board.
 +
 +
【todo: add pictures】
  
 
=== Upgrade Verdin i.MX8M Plus system ===
 
=== Upgrade Verdin i.MX8M Plus system ===
 
+
<br />
 
=== Applications and Test ===
 
=== Applications and Test ===
  

Revision as of 14:34, 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.

【todo: add pictures】

3 Upgrade Verdin i.MX8M Plus system


4 Applications and Test

5 Build the drivers from source

6 References