Difference between revisions of "VEYE CS Camera on MYIR i.MX8 board"

From wiki_veye
Jump to navigation Jump to search
Line 2: Line 2:
 
[[VEYE CS Camera on MYIR i.MX8 board/zh|查看中文]]
 
[[VEYE CS Camera on MYIR i.MX8 board/zh|查看中文]]
  
 +
=== Overview ===
 +
MYD-JX8MX development board from MYIR Technology uses i.MX8M processor, MYD-C8MMX uses i.MX8M Mini processor.
  
 +
On the basis of MYIR's official SDK(L4.19.35 version), our camera module driver is added, and some application layer routines are provided.
 +
 +
In general, you only need to use the Image and dtb that we have compiled. 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-MYiR
 +
|-
 +
|VEYE series
 +
|VEYE-MIPI-IMX385
 +
|Processing
 +
|ADP-MYiR
 +
|-
 +
|CS series
 +
|CS-MIPI-IMX307
 +
|Processing
 +
|ADP-MYiR
 +
|-
 +
|CS series
 +
|CS-MIPI-SC132
 +
|Processing
 +
|ADP-MYiR
 +
|}
 +
VEYE and CS series camera modules are camera module with ISP functions build in. It output UYVY/YUYV data 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).
 +
 +
Specifically, on this i.MX platform, the default driver configures the camera to YUYV format.
 +
 +
=== Hardware Setup ===
 +
(TODO)
 +
 +
=== Upgrade MYD-JX8MX system ===
 +
 +
==== Overview ====
 +
This section describes how to update the MYD-JX8MX system to support our camera module. To support our camera module, we need to update two parts of the system, '''Image''' and '''DTB'''.
 
<br />
 
<br />
 +
 +
=== Applications and Test ===
 +
<br />
 +
 +
=== Build from Source ===
 +
 +
=== References ===

Revision as of 17:41, 26 March 2021

查看中文

1 Overview

MYD-JX8MX development board from MYIR Technology uses i.MX8M processor, MYD-C8MMX uses i.MX8M Mini processor.

On the basis of MYIR's official SDK(L4.19.35 version), our camera module driver is added, and some application layer routines are provided.

In general, you only need to use the Image and dtb that we have compiled. 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-MYiR
VEYE series VEYE-MIPI-IMX385 Processing ADP-MYiR
CS series CS-MIPI-IMX307 Processing ADP-MYiR
CS series CS-MIPI-SC132 Processing ADP-MYiR

VEYE and CS series camera modules are camera module with ISP functions build in. It output UYVY/YUYV data 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).

Specifically, on this i.MX platform, the default driver configures the camera to YUYV format.

2 Hardware Setup

(TODO)

3 Upgrade MYD-JX8MX system

3.1 Overview

This section describes how to update the MYD-JX8MX system to support our camera module. To support our camera module, we need to update two parts of the system, Image and DTB.

4 Applications and Test


5 Build from Source

6 References