34 #ifndef MT9V117_TARGET_FPS
35 #define MT9V117_TARGET_FPS 0
39 #ifndef MT9V117_FOCAL_X
40 #define MT9V117_FOCAL_X 307.f
42 #ifndef MT9V117_FOCAL_Y
43 #define MT9V117_FOCAL_Y 307.f
45 #ifndef MT9V117_CENTER_X
46 #define MT9V117_CENTER_X 120.f
48 #ifndef MT9V117_CENTER_Y
49 #define MT9V117_CENTER_Y 120.f
51 #ifndef MT9V117_DHANE_K
52 #define MT9V117_DHANE_K 1.f
54 #ifndef MT9V117_TARGET_LUMA
55 #define MT9V117_TARGET_LUMA 18000
void mt9v117_init(struct mt9v117_t *mt)
Initialisation of the Aptina MT9V117 CMOS sensor (1/6 inch VGA, bottom camera)
I2C transaction structure.
struct i2c_periph * i2c_periph
I2C peripheral used to communicate over.
struct i2c_transaction i2c_trans
I2C transaction for comminication with CMOS chip.
Architecture independent I2C (Inter-Integrated Circuit Bus) API.