📄 ov9653.h
字号:
#ifndef _OV9653_H_
#define _OV9653_H_
#include "camif.h"
// const
unsigned char Ov9653_InitTable[][2] =
{
// {0x12, 0x80}, //SCCB Register Reset
{0x11, 0x80}, //enable double clock option, cammera response speed
// {0x04, 0x40}, //CCIR656
{0x39, 0x50}, /* very important, This register effect image display. But spec is not explained cause.
0x50 for SXGA, 0x43 for else */
{0x4f, 0x43}, //Matrix Coefficient
{0x50, 0x2b},
{0x51, 0x17},
{0x52, 0x10},
{0x53, 0x49},
{0x54, 0x59},
{0x55, 0x40},
{0x56, 0x40},
{0x57, 0x40},
{0x58, 0x0f},
{0x69, 0x80},
{0x6c, 0x30}, //GAMMA
{0x6d, 0x20},
{0x6e, 0x58},
{0x6f, 0xac},
{0x70, 0x68},
{0x71, 0x58},
{0x72, 0x48},
{0x73, 0x40},
{0x74, 0x38},
{0x75, 0x48},
{0x76, 0x40},
{0x77, 0x38},
{0x78, 0x2e},
{0x79, 0x2a},
{0x7a, 0x2c},
{0x7b, 0x3a},
{0x7c, 0x03},
{0x7d, 0x05},
{0x7e, 0x10},
{0x7f, 0x3b},
{0x80, 0x48},
{0x81, 0x53},
{0x82, 0x5c},
{0x83, 0x64},
{0x84, 0x6b},
{0x85, 0x74},
{0x86, 0x84},
{0x87, 0x92},
{0x88, 0xa9},
{0x89, 0xbe},
{0x8a, 0xd4},
{0x13, 0x87},
{0x66, 0x05}, //Lens Correction Control
{0x62, 0x80},
{0x63, 0x80},
{0x64, 0x07},
{0x65, 0x20},
{0x9D, 0x06},
{0x9E, 0x08},
{0x66, 0x01},
{0x62, 0xb0},
{0x63, 0xb0},
{0x64, 0x07},
{0x65, 0x00}
};
#endif // _OV9653_H_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -