summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/dev/drv/ov2640.h
blob: 8294d6f22d0c8de767750dbd62406cec8c8b1318 (plain)
1
2
3
4
5
6
7
8
9
#include <stdint.h>

#define OV2640_ADDR         0x30

#define OV2640_CLK_FREQ     24000000

int ov2640_init(void);
int ov2640_set_pixfmt(cam_pixformat_t fmt);
int ov2640_set_framesize(cam_framesize_t framesize);