#include "board.h"
Go to the source code of this file.
Defines | |
#define | OV5640_SLAVE_ADDRESS 0x3c |
#define | OV5640_PIDH_ADDRESS 0x300A |
#define | OV5640_PIDL_ADDRESS 0x300B |
#define | OV5640_PIDH 0x56 |
#define | OV5640_PIDL 0x40 |
#define | OV5640_PID_VER_MASK 0xFFF0 |
Variables | |
const sensorReg_t | ov5640_yuv_vga [] |
const sensorReg_t | ov5640_yuv_wxga [] |
const sensorReg_t | ov5640_yuv_qvga [] |
const sensorReg_t | ov5640_afc [] |
const sensorOutput_t | ov5640_output_vga |
const sensorOutput_t | ov5640_output_wxga |
const sensorOutput_t | ov5640_output_qvga |
const sensorOutput_t | ov5640_output_af |
const sensorProfile_t | ov5640Profile |
Definition in file ov5640_config.c.
const sensorOutput_t ov5640_output_af |
{1, (sensorOutputResolution_t)0, (sensorOutputFormat_t)0, 1, 0, 0, ov5640_afc}
Definition at line 5119 of file ov5640_config.c.
const sensorOutput_t ov5640_output_qvga |
{0, QVGA, YUV_422_8_BIT, 1, 320, 240, ov5640_yuv_qvga}
Definition at line 5115 of file ov5640_config.c.
const sensorOutput_t ov5640_output_vga |
{0, VGA, YUV_422_8_BIT, 1, 640, 480, ov5640_yuv_vga}
Definition at line 5109 of file ov5640_config.c.
const sensorOutput_t ov5640_output_wxga |
{0, WXGA, YUV_422_8_BIT, 1, 1280, 720, ov5640_yuv_wxga}
Definition at line 5112 of file ov5640_config.c.
const sensorProfile_t ov5640Profile |
{ SENSOR_COMS, SENSOR_TWI_REG_2BYTE_DATA_BYTE, OV5640_SLAVE_ADDRESS, OV5640_PIDH_ADDRESS, OV5640_PIDL_ADDRESS, OV5640_PIDH, OV5640_PIDL, OV5640_PID_VER_MASK, {&ov5640_output_vga, &ov5640_output_wxga, &ov5640_output_qvga, &ov5640_output_af, 0, 0, 0,}, }
Definition at line 5122 of file ov5640_config.c.