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

From wiki_veye
Jump to navigation Jump to search
(Created page with "查看中文")
 
Line 1: Line 1:
 
[[Mv series camera appnotes 4 rpi/zh|查看中文]]
 
[[Mv series camera appnotes 4 rpi/zh|查看中文]]
 +
 +
=== Introduction ===
 +
The MV series cameras are cameras introduced for AI applications in the industrial field. It uses the MIPI CSI-2 interface, which is especially suitable for embedded computing platforms.
 +
 +
It features rich data formats and trigger characteristics, extremely low latency, extremely high bandwidth and reliable stability.
 +
 +
This article describes how to use the MV series camera on the Raspberry Pi platform.
 +
 +
==== Camera module list ====
 +
{| class="wikitable"
 +
!Series
 +
!Model
 +
!Status
 +
|-
 +
|MV series
 +
|MV-MIPI-IMX178M
 +
|Done
 +
|}
 +
 +
=== Hardware Setup ===
 +
MV series cameras need to use ADP-MV1 adapter board in order to connect to Raspberry Pi.
 +
 +
We take MV-MIPI-IMX178M as an example to introduce the hardware installation method.
 +
 +
==== Connection of MV-MIPI-IMX178M and ADP-MV1 ====
 +
The two are connected using 0.5 mm pitch*30P FFC cable with opposite direction. The cable must be inserted with the silver contacts facing outside.
 +
 +
(TODO picture)
 +
 +
==== Connection of ADP-MV1 to Raspberry Pi ====
 +
 +
===== Power supply =====
 +
The ADP-MV1 requires a separate 5V power supply and can be powered directly from the Raspberry Pi motherboard using a Dupont cable.
 +
 +
(TODO picture)
 +
 +
===== Raspberry Pi Model B and B+ =====
 +
The two are connected using 1.0 mm pitch*15P FFC cable with opposite direction. Pay attention to the silver contacts facing side.
 +
 +
(TODO picture)
 +
 +
===== Raspberry Pi Zero, Zero W and Computer Module =====
 +
The two are connected using 15Pto22P FFC cable with same direction. Pay attention to the silver contacts facing side.
 +
 +
(TODO picture)
 +
<br />

Revision as of 14:25, 14 April 2022

查看中文

1 Introduction

The MV series cameras are cameras introduced for AI applications in the industrial field. It uses the MIPI CSI-2 interface, which is especially suitable for embedded computing platforms.

It features rich data formats and trigger characteristics, extremely low latency, extremely high bandwidth and reliable stability.

This article describes how to use the MV series camera on the Raspberry Pi platform.

1.1 Camera module list

Series Model Status
MV series MV-MIPI-IMX178M Done

2 Hardware Setup

MV series cameras need to use ADP-MV1 adapter board in order to connect to Raspberry Pi.

We take MV-MIPI-IMX178M as an example to introduce the hardware installation method.

2.1 Connection of MV-MIPI-IMX178M and ADP-MV1

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

(TODO picture)

2.2 Connection of ADP-MV1 to Raspberry Pi

2.2.1 Power supply

The ADP-MV1 requires a separate 5V power supply and can be powered directly from the Raspberry Pi motherboard using a Dupont cable.

(TODO picture)

2.2.2 Raspberry Pi Model B and B+

The two are connected using 1.0 mm pitch*15P FFC cable with opposite direction. Pay attention to the silver contacts facing side.

(TODO picture)

2.2.3 Raspberry Pi Zero, Zero W and Computer Module

The two are connected using 15Pto22P FFC cable with same direction. Pay attention to the silver contacts facing side.

(TODO picture)