Difference between revisions of "MV Series MIPI Camera Register Map"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | |||
+ | |||
[[MV Series MIPI Camera Register Map/zh|查看中文]] | [[MV Series MIPI Camera Register Map/zh|查看中文]] | ||
Line 25: | Line 27: | ||
=== Basic Parameters === | === Basic Parameters === | ||
− | + | {| class="wikitable" | |
− | + | !Address | |
+ | !Name | ||
+ | !Description | ||
+ | !Data Type | ||
+ | !R/W | ||
+ | !Update timing | ||
+ | !script function | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |} | ||
=== Image Acquisition === | === Image Acquisition === | ||
− | + | {| class="wikitable" | |
− | + | !Address | |
+ | !Name | ||
+ | !Description | ||
+ | !Data Type | ||
+ | !R/W | ||
+ | !Update timing | ||
+ | !script function | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |} | ||
=== Image Features === | === Image Features === | ||
− | + | {| class="wikitable" | |
− | + | !Address | |
+ | !Name | ||
+ | !Description | ||
+ | !Data Type | ||
+ | !R/W | ||
+ | !Update timing | ||
+ | !script function | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |} | ||
=== ISP === | === ISP === | ||
− | + | {| class="wikitable" | |
− | + | !Address | |
+ | !Name | ||
+ | !Description | ||
+ | !Data Type | ||
+ | !R/W | ||
+ | !Update timing | ||
+ | !script function | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |} | ||
=== IO Control === | === IO Control === | ||
+ | {| class="wikitable" | ||
+ | !Address | ||
+ | !Name | ||
+ | !Description | ||
+ | !Data Type | ||
+ | !R/W | ||
+ | !Update timing | ||
+ | !script function | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |} |
Revision as of 16:40, 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.
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.
1.3 Update timing
The camera has two states, standby and running, after the start of image acquisition into the running state.
In the following table, Update timing is divided into "A" and "S".
A: Read and write at any time.
S: Running state is readable only.
2 Basic Parameters
Address | Name | Description | Data Type | R/W | Update timing | script function |
---|---|---|---|---|---|---|
3 Image Acquisition
Address | Name | Description | Data Type | R/W | Update timing | script function |
---|---|---|---|---|---|---|
4 Image Features
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 Control
Address | Name | Description | Data Type | R/W | Update timing | script function |
---|---|---|---|---|---|---|