Difference between revisions of "CS-FPD-CAM for Raspberry Pi"
Line 1: | Line 1: | ||
[[CS-FPD-CAM for Raspberry Pi/zh|查看中文]] | [[CS-FPD-CAM for Raspberry Pi/zh|查看中文]] | ||
+ | == Introduction == | ||
+ | FPD-Link SerDes III is a coaxial remote transmission scheme of video stream provided by TI. We have designed [[FPD-LINK3-TX Data Sheet index|FPD-LINK3-TX]] and [[FPD-LINK3-2RX Data Sheet index|FPD-LINK3-2RX]] boards, which can realize coaxial transmission of 1 or 2 channels of MIPI CSI-2 images, and the transmission distance can be up to 10 meters. | ||
+ | |||
+ | On the Raspberry PI platform, a set of [[FPD-LINK3-TX Data Sheet index|FPD-LINK3-TX]] and [[FPD-LINK3-2RX Data Sheet index|FPD-LINK3-2RX]] boards are used to realize the remote transmission of 1-channel video. The I2C address of the camera after initialization configuration is the same as that of the original camera. | ||
+ | |||
+ | For application layer, a '''completely transparent FPD-Link channel''' is implemented, including image, i2C communication, synchronous IO and trigger IO. | ||
+ | |||
+ | Therefore, when using CS-FPD-CAM, you must refer to the following articles: | ||
+ | |||
+ | * [[VEYE-MIPI-290/327 for Raspberry Pi|How to use VEYE-MIPI-X camera module on Raspberry Pi]] | ||
+ | * [[CS-MIPI-X for Raspberry Pi|How to use CS-MIPI-X camera module on Raspberry Pi]] | ||
+ | |||
+ | == Hardware Setup == | ||
+ | <br /> | ||
+ | |||
+ | == RaspberryPi System Setup and Configuration == | ||
+ | <br /> | ||
+ | |||
+ | == Sofware Toolkits Install == | ||
+ | <br /> | ||
+ | |||
+ | == FPD-Link III shell script manual == | ||
+ | <br /> | ||
+ | |||
+ | == Typical application == | ||
<br /> | <br /> |
Revision as of 09:38, 4 November 2020
1 Introduction
FPD-Link SerDes III is a coaxial remote transmission scheme of video stream provided by TI. We have designed FPD-LINK3-TX and FPD-LINK3-2RX boards, which can realize coaxial transmission of 1 or 2 channels of MIPI CSI-2 images, and the transmission distance can be up to 10 meters.
On the Raspberry PI platform, a set of FPD-LINK3-TX and FPD-LINK3-2RX boards are used to realize the remote transmission of 1-channel video. The I2C address of the camera after initialization configuration is the same as that of the original camera.
For application layer, a completely transparent FPD-Link channel is implemented, including image, i2C communication, synchronous IO and trigger IO.
Therefore, when using CS-FPD-CAM, you must refer to the following articles:
- How to use VEYE-MIPI-X camera module on Raspberry Pi
- How to use CS-MIPI-X camera module on Raspberry Pi
2 Hardware Setup
3 RaspberryPi System Setup and Configuration
4 Sofware Toolkits Install
5 FPD-Link III shell script manual
6 Typical application