#include "board.h"
Go to the source code of this file.
Defines | |
#define | OV9740_SLAVE_ADDRESS 0x10 |
#define | OV9740_PIDH_ADDRESS 0x300A |
#define | OV9740_PIDL_ADDRESS 0x300B |
#define | OV9740_PIDH 0x97 |
#define | OV9740_PIDL 0x40 |
#define | OV9740_PID_VER_MASK 0xFFF0 |
Variables | |
const sensorReg_t | ov9740_yuv_vga [] |
const sensorReg_t | ov9740_yuv_wxga [] |
const sensorOutput_t | ov9740_output_vga |
const sensorOutput_t | ov9740_output_wxga |
const sensorProfile_t | ov9740Profile |
Definition in file ov9740_config.c.
const sensorOutput_t ov9740_output_vga |
{0, VGA, YUV_422_8_BIT, 1, 640, 360, ov9740_yuv_vga}
Definition at line 608 of file ov9740_config.c.
const sensorOutput_t ov9740_output_wxga |
{0, WXGA, YUV_422_8_BIT, 1, 1280, 720, ov9740_yuv_wxga}
Definition at line 611 of file ov9740_config.c.
const sensorProfile_t ov9740Profile |
{ SENSOR_COMS, SENSOR_TWI_REG_2BYTE_DATA_BYTE, OV9740_SLAVE_ADDRESS, OV9740_PIDH_ADDRESS, OV9740_PIDL_ADDRESS, OV9740_PIDH, OV9740_PIDL, OV9740_PID_VER_MASK, &ov9740_output_vga, &ov9740_output_wxga, 0, 0, 0, 0, 0 }
Definition at line 614 of file ov9740_config.c.