Fix OV7725 register name.

This commit is contained in:
iabdalkader 2016-12-20 22:25:30 +02:00
parent 39f18b79bc
commit be95596e3a
2 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ static const uint8_t default_regs[][2] = {
{COM6, 0xC5},
{COM9, 0x21},
{BDBASE, 0x7F},
{DBSTEP, 0x03},
{BDSTEP, 0x03},
{AEW, 0x96},
{AEB, 0x64},
{VPT, 0xA1},
@ -98,7 +98,7 @@ static const uint8_t default_regs[][2] = {
{DM_LNL, 0x00},
{DM_LNH, 0x00},
{BDBASE, 0x7F},
{DBSTEP, 0x03},
{BDSTEP, 0x03},
// Lens Correction, should be tuned with real camera module
{LC_RADI, 0x10},

View File

@ -137,7 +137,7 @@
#define COM11_SNGL_XFR_TRIG 0x01 /* Single frame transfer trigger */
#define BDBASE 0x22 /* Banding Filter Minimum AEC Value */
#define DBSTEP 0x23 /* Banding Filter Maximum Step */
#define BDSTEP 0x23 /* Banding Filter Maximum Step */
#define AEW 0x24 /* AGC/AEC - Stable Operating Region (Upper Limit) */
#define AEB 0x25 /* AGC/AEC - Stable Operating Region (Lower Limit) */
#define VPT 0x26 /* AGC/AEC Fast Mode Operating Region */