Difference between revisions of "MV Series MIPI Camera Register Map/zh"

From wiki_veye
Jump to navigation Jump to search
Line 27: Line 27:
 
=== 基础功能 ===
 
=== 基础功能 ===
 
{| class="wikitable"
 
{| class="wikitable"
|+基础功能
 
 
!Address
 
!Address
 
!Name
 
!Name
Line 34: Line 33:
 
!R/W
 
!R/W
 
!Update timing
 
!Update timing
 +
!script function
 
|-
 
|-
 +
|
 
|
 
|
 
|
 
|
Line 42: Line 43:
 
|
 
|
 
|-
 
|-
 +
|
 
|
 
|
 
|
 
|
Line 49: Line 51:
 
|
 
|
 
|-
 
|-
 +
|
 
|
 
|
 
|
 
|
Line 56: Line 59:
 
|
 
|
 
|}
 
|}
<br />
 
 
 
=== 图像采集 ===
 
=== 图像采集 ===
<br />
+
{| class="wikitable"
 
+
!Address
 +
!Name
 +
!Description
 +
!Data Type
 +
!R/W
 +
!Update timing
 +
!script function
 +
|-
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|}
 
=== 图像参数 ===
 
=== 图像参数 ===
<br />
+
{| class="wikitable"
 
+
!Address
 +
!Name
 +
!Description
 +
!Data Type
 +
!R/W
 +
!Update timing
 +
!script function
 +
|-
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|}
 
=== 图像处理(ISP) ===
 
=== 图像处理(ISP) ===
<br />
+
{| class="wikitable"
 
+
!Address
 +
!Name
 +
!Description
 +
!Data Type
 +
!R/W
 +
!Update timing
 +
!script function
 +
|-
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|}
 
=== IO引脚 ===
 
=== IO引脚 ===
 +
{| class="wikitable"
 +
!Address
 +
!Name
 +
!Description
 +
!Data Type
 +
!R/W
 +
!Update timing
 +
!script function
 +
|-
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|}

Revision as of 16:39, 6 March 2022

English

MV系列MIPI摄像机模组寄存器列表

1 概述

1.1 寄存器特征

寄存器地址长度为4字节,数据长度为2字节。

寄存器读写属性分为RW,RO,WO三种。只有RW属性的可以保存到摄像机flash中。

寄存器值包括几种类型:intboolenumascii

1.2 i2c通信协议

模组支持通过i2c协议进行参数配置。摄像机默认的i2c从地址是0x3b,这个地址是可以修改的。

i2c读写寄存器时采用大端字节序,即高字节在前的顺序。

为了方便客户使用,我们提供了linux下开源的shell脚本,帮助进行每个寄存器的读写。

1.3 Update timing

摄像机有两种状态,standby和running,开始图像采集后进入running状态。

下表中,Update timing分为“A”、“S”两种。
A:任何时刻都可以读写。

S: running状态下可读不可写。

2 基础功能

Address Name Description Data Type R/W Update timing script function

3 图像采集

Address Name Description Data Type R/W Update timing script function

4 图像参数

Address Name Description Data Type R/W Update timing script function

5 图像处理(ISP)

Address Name Description Data Type R/W Update timing script function

6 IO引脚

Address Name Description Data Type R/W Update timing script function