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

From wiki_veye
Jump to navigation Jump to search
Line 2: Line 2:
  
 
=== Overview ===
 
=== Overview ===
关键词,i2c,i2c addr, i2c speed, shell脚本,register 地址位位宽,数据位宽,字节序。
 
  
关于采集状态和standby状态描述。
+
==== Register Features ====
 +
The register address length is 4 bytes and the data length is 2 bytes.
  
参考sensor手册的英文描述。
+
Register R/W attributes: '''RW''', '''RO''', '''WO'''. Only the RW  type can be saved to the camera flash.
<br />
+
 
 +
Register values have several types: '''int''', '''bool''', '''enum''', '''ascii'''.
 +
 
 +
The camera has two states, '''standby''' and '''running''', after the start of image acquisition into the '''running''' state.
 +
 
 +
Some registers do not support modification in the running state, in the table's '''''update timing''''' column, marked "S" indicates such registers.
 +
 
 +
==== I2c communication protocol ====
 +
The module supports parameter configuration via i2c protocol. The default i2c slave address of the camera is 0x3b which can be modified.<br />I2c data input order is MSB-first transfer.
 +
 
 +
We provide open source shell scripts under Linux to help read and write each register.
  
 
=== Basic Parameters ===
 
=== Basic Parameters ===

Revision as of 15:59, 6 March 2022

查看中文

1 Overview

1.1 Register Features

The register address length is 4 bytes and the data length is 2 bytes.

Register R/W attributes: RW, RO, WO. Only the RW type can be saved to the camera flash.

Register values have several types: int, bool, enum, ascii.

The camera has two states, standby and running, after the start of image acquisition into the running state.

Some registers do not support modification in the running state, in the table's update timing column, marked "S" indicates such registers.

1.2 I2c communication protocol

The module supports parameter configuration via i2c protocol. The default i2c slave address of the camera is 0x3b which can be modified.
I2c data input order is MSB-first transfer.

We provide open source shell scripts under Linux to help read and write each register.

2 Basic Parameters


3 Image Acquisition


4 Image Features


5 ISP


6 IO Control