Skip to content

Commit a7e349e

Browse files
authored
Merge pull request #939 from EESN-W/camera_13m_214
Camera 13m 214
2 parents 0b6e136 + b436823 commit a7e349e

4 files changed

Lines changed: 247 additions & 0 deletions

File tree

docs/accessories/camera_13m_214.md

Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
---
2+
sidebar_position: 4
3+
---
4+
5+
# 瑞莎 13M 214 摄像头
6+
7+
## 产品概述
8+
9+
瑞莎 13M 214 摄像头是一款专为瑞莎产品设计的高性能摄像头模组,搭载 1300 万像素索尼 IMX214 图像传感器,支持自动对焦、HDR 成像及 4K 超高清视频输出。
10+
11+
该摄像头适用于以下应用场景:
12+
13+
- 高画质图像采集
14+
15+
- 嵌入式视觉系统
16+
17+
- AI边缘计算(图像识别、视频分析等)
18+
19+
- 机器人视觉感知
20+
21+
## 产品规格
22+
23+
### IMX214 传感器
24+
25+
- 传感器尺寸:对角线 5.867mm(1 / 3.06 英寸)
26+
- 总像素:4224(H)x 3200(V)
27+
- 有效像素:4208(H)x 3120(V)
28+
- 成像性能:
29+
- 全分辨率@30帧/秒 (普通/HDR模式)
30+
- 4K2K@30帧/秒 (普通/HDR模式)
31+
- 1080P@60帧/秒 (普通/HDR模式)
32+
- 支持单帧高动态范围(HDR)技术,等效全像素输出
33+
34+
### 镜头规格
35+
36+
- 视场角(FOV):
37+
- 垂直: 51.6°
38+
- 水平: 66.2°
39+
- 对角线: 78.4°
40+
- 有效焦距(EFL): 3.57 mm
41+
- 光圈值(FNO): 2.0 ± 5% (无穷远对焦时)
42+
- TV畸变(传统算法×2): < 1.5%
43+
44+
### 兼容主板
45+
46+
FPC 排线:标准 31p 0.3mm 间距排线,长度 150mm
47+
48+
- 瑞莎 NIO 12L
49+
- 瑞莎 ROCK 4D
50+
- 瑞莎 CM4 IO 板
51+
52+
## 机械尺寸
53+
54+
<div style={{textAlign: 'center'}}>
55+
<img src="/img/accessories/camera_13m_214_dimension.webp" style={{width: '100%', maxWidth: '1200px'}} />
56+
</div>
57+
58+
## 使用指南
59+
60+
### 使用前提
61+
62+
- 标准 31p 0.3mm 间距 FPC 排线
63+
- 瑞莎 13M 214 摄像头
64+
- 兼容主板
65+
66+
### 硬件连接
67+
68+
使用 FPC 排线连接摄像头和主板:以 ROCK 4D 作为演示
69+
70+
① : 连接主板的 MIPI CSI 接口,金手指(金属接触点)朝向主板方向
71+
72+
② : 连接摄像头的 MIPI CSI 接口,金手指(金属接触点)朝向摄像头方向
73+
74+
<div style={{textAlign: 'center'}}>
75+
<img src="/img/accessories/rock4d-camera-13m-214.webp" style={{width: '100%', maxWidth: '1200px'}} />
76+
</div>
77+
78+
### 软件使能
79+
80+
在终端命令行输入 `rsetup` 命令,使用 Rsetup 工具设置显示器选项。
81+
82+
<NewCodeBlock tip="radxa@device$" type="device">
83+
84+
```
85+
rsetup
86+
```
87+
88+
</NewCodeBlock>
89+
90+
1. 通过方向键选择 Overlays 选项,然后按回车键确认选择。
91+
92+
<div style={{ textAlign: "center" }}>
93+
<img
94+
src="/img/common/radxa-os/system-config/rsetup-overlays.webp"
95+
style={{ width: "100%", maxWidth: "1200px" }}
96+
/>
97+
</div>
98+
99+
2. 通过方向键选择 Manage overlays 选项,然后按回车键确认选择。
100+
101+
<div style={{ textAlign: "center" }}>
102+
<img
103+
src="/img/common/radxa-os/system-config/rsetup-overlays-manage.webp"
104+
style={{ width: "100%", maxWidth: "1200px" }}
105+
/>
106+
</div>
107+
108+
3. 通过方向键选择对应的 Camera 选项,按空格键并出现 `*` 代表启用该功能,然后回车键确认选择。
109+
110+
- Camera 13M 214 → 选择 `Enable Radxa Camera 13M 214` 选项
111+
112+
4. 重启系统,配置生效。
113+
114+
## 引脚定义
115+
116+
| Pin | Signal | Pin | Signal | Pin | Signal | Pin | Signal |
117+
| --- | ------ | --- | ------ | --- | ------- | --- | ------- |
118+
| 1 | DGND | 9 | NC | 17 | MCN | 25 | SDA |
119+
| 2 | MDN3 | 10 | DGND | 18 | MCP | 26 | NC |
120+
| 3 | MDP3 | 11 | MDN1 | 19 | DGND | 27 | RESET |
121+
| 4 | DGND | 12 | MDP1 | 20 | MCLK | 28 | VCC3.3V |
122+
| 5 | MDN2 | 13 | DGND | 21 | DGND | 29 | VCC3.3V |
123+
| 6 | MDP2 | 14 | MDN0 | 22 | NC | 30 | VCC5V |
124+
| 7 | DGND | 15 | MDP0 | 23 | PWDN/NC | 31 | VCC5V |
125+
| 8 | NC | 16 | DGND | 24 | SCL | 32 | ~ |
Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
---
2+
sidebar_position: 4
3+
---
4+
5+
# Radxa 13M 214 Camera
6+
7+
## Product Overview
8+
9+
The Radxa 13M 214 Camera is a high-performance camera module specifically designed for Radxa products. It features a 13-megapixel Sony IMX214 image sensor with autofocus, HDR imaging, and 4K ultra-high-definition video output capabilities.
10+
11+
This camera is suitable for the following applications:
12+
13+
- High-quality image capture
14+
- Embedded vision systems
15+
- AI edge computing (image recognition, video analysis, etc.)
16+
- Robotic vision perception
17+
18+
## Product Specifications
19+
20+
### IMX214 Sensor
21+
22+
- Sensor Size: 5.867mm diagonal (1/3.06 inch)
23+
- Total Pixels: 4224 (H) x 3200 (V)
24+
- Active Pixels: 4208 (H) x 3120 (V)
25+
- Imaging Performance:
26+
- Full resolution @30fps (Normal/HDR mode)
27+
- 4K2K @30fps (Normal/HDR mode)
28+
- 1080P @60fps (Normal/HDR mode)
29+
- Supports single-frame HDR technology with equivalent full-pixel output
30+
31+
### Lens Specifications
32+
33+
- FOV:
34+
- Vertical: 51.6°
35+
- Horizontal: 66.2°
36+
- Diagonal: 78.4°
37+
- EFL: 3.57mm
38+
- F-Number: 2.0 ± 5% (at INFINITE focus)
39+
- TV Distortion (Traditional×2): < 1.5%
40+
41+
### Compatible boards
42+
43+
FPC Cable: Standard 31p 0.3mm pitch cable, 150mm length
44+
45+
- Radxa NIO 12L
46+
- Radxa ROCK 4D
47+
- Radxa CM4 IO Board
48+
49+
## Mechanical Dimensions
50+
51+
<div style={{textAlign: 'center'}}>
52+
<img src="/en/img/accessories/camera_13m_214_dimension.webp" style={{width: '100%', maxWidth: '1200px'}} />
53+
</div>
54+
55+
## User Guide
56+
57+
### Prerequisites
58+
59+
- Standard 31p 0.3mm pitch FPC cable
60+
- Radxa 13M 214 Camera
61+
- Compatible board
62+
63+
### Hardware Connection
64+
65+
Connect the camera to the board using an FPC cable. Using ROCK 4D as an example:
66+
67+
① : Connect to the board's MIPI CSI interface with the golden fingers (metal contacts) facing the board
68+
69+
② : Connect to the camera's MIPI CSI interface with the golden fingers (metal contacts) facing the camera
70+
71+
<div style={{textAlign: 'center'}}>
72+
<img src="/en/img/accessories/rock4d-camera-13m-214.webp" style={{width: '100%', maxWidth: '1200px'}} />
73+
</div>
74+
75+
### Software Enablement
76+
77+
Enter the `rsetup` command in the terminal to configure display options using the Rsetup tool.
78+
79+
<NewCodeBlock tip="radxa@device$" type="device">
80+
81+
```
82+
rsetup
83+
```
84+
85+
</NewCodeBlock>
86+
87+
1. Use the arrow keys to select the "Overlays" option, then press Enter to confirm.
88+
89+
<div style={{ textAlign: "center" }}>
90+
<img
91+
src="/en/img/common/radxa-os/system-config/rsetup-overlays.webp"
92+
style={{ width: "100%", maxWidth: "1200px" }}
93+
/>
94+
</div>
95+
96+
2. Use the arrow keys to select "Manage overlays" option, then press Enter to confirm.
97+
98+
<div style={{ textAlign: "center" }}>
99+
<img
100+
src="/en/img/common/radxa-os/system-config/rsetup-overlays-manage.webp"
101+
style={{ width: "100%", maxWidth: "1200px" }}
102+
/>
103+
</div>
104+
105+
3. Use the arrow keys to select the corresponding Camera option, press Space to enable (indicated by `*`), then press Enter to confirm.
106+
107+
- Camera 13M 214 → Select `Enable Radxa Camera 13M 214` option
108+
109+
4. Reboot the system for the changes to take effect.
110+
111+
## Pin Definition
112+
113+
| Pin | Signal | Pin | Signal | Pin | Signal | Pin | Signal |
114+
| --- | ------ | --- | ------ | --- | ------- | --- | ------- |
115+
| 1 | DGND | 9 | NC | 17 | MCN | 25 | SDA |
116+
| 2 | MDN3 | 10 | DGND | 18 | MCP | 26 | NC |
117+
| 3 | MDP3 | 11 | MDN1 | 19 | DGND | 27 | RESET |
118+
| 4 | DGND | 12 | MDP1 | 20 | MCLK | 28 | VCC3.3V |
119+
| 5 | MDN2 | 13 | DGND | 21 | DGND | 29 | VCC3.3V |
120+
| 6 | MDP2 | 14 | MDN0 | 22 | NC | 30 | VCC5V |
121+
| 7 | DGND | 15 | MDP0 | 23 | PWDN/NC | 31 | VCC5V |
122+
| 8 | NC | 16 | DGND | 24 | SCL | 32 | ~ |
111 KB
Loading
32.5 KB
Loading

0 commit comments

Comments
 (0)