33 #ifndef MT9V117_TARGET_FPS
34 #define MT9V117_TARGET_FPS 0
38 #ifndef MT9V117_FOCAL_X
39 #define MT9V117_FOCAL_X 347.22f
41 #ifndef MT9V117_FOCAL_Y
42 #define MT9V117_FOCAL_Y 347.22f
44 #ifndef MT9V117_CENTER_X
45 #define MT9V117_CENTER_X 120.0f
47 #ifndef MT9V117_CENTER_Y
48 #define MT9V117_CENTER_Y 120.0f
50 #ifndef MT9V117_DHANE_K
51 #define MT9V117_DHANE_K 1.0f
void mt9v117_init(struct mt9v117_t *mt)
Initialisation of the Aptina MT9V117 CMOS sensor (1/6 inch VGA, bottom camera)
I2C transaction structure.
I2C peripheral 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.