Changes

Jump to navigation Jump to search
Line 1: Line 1:  
=== Overview ===
 
=== Overview ===
 +
The Coral Dev Board is a single-board computer made by google which use i.MX8m processer.  It use Mendel linux system(4.14.98) , based on that,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-TWG
 +
|-
 +
|VEYE series
 +
|VEYE-MIPI-IMX385
 +
|Processing
 +
|ADP-TWG
 +
|-
 +
|CS series
 +
|CS-MIPI-IMX307
 +
|Done
 +
|ADP-TWG
 +
|-
 +
|CS series
 +
|CS-MIPI-SC132
 +
|Done
 +
|ADP-TWG
 +
|}
 +
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 ===
 
=== Hardware Setup ===
 
+
We use ADP-TWG to connnect camera to Coral Dev board. Due to insufficient power supply capacity of FFC cable, additional 5V power supply is used.
 +
[[File:Google Coral connection overview.jpg|alt=Google Coral connection overview|center|thumb|800x800px|Google Coral connection overview(Use additional 5V power supply)]]
 +
[[File:Google Coral connection details.jpg|alt=Google Coral connection details|center|thumb|800x800px|Google Coral connection details]]
 +
[[File:Google Coral connection details(2).jpg|alt=Google Coral connection details(2)|center|thumb|800x800px|Google Coral connection details(2)]]
 +
<br />
 
=== Upgrade Mendel Linux system ===
 
=== Upgrade Mendel Linux system ===
    +
==== overview ====
 +
<br />
 
=== Applications and Test ===
 
=== Applications and Test ===
   Line 10: Line 50:     
=== References ===
 
=== References ===
 +
https://coral.ai/products/dev-board/
 +
 +
https://github.com/google-coral
 +
 +
https://coral.googlesource.com/docs/+/refs/heads/master/GettingStarted.md
 +
 
<br />
 
<br />

Navigation menu