Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
mt9v117.h File Reference
#include "std.h"
#include "mcu_periph/i2c.h"
+ Include dependency graph for mt9v117.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  mt9v117_t
 

Macros

#define MT9V117_TARGET_FPS   0
 
#define MT9V117_FOCAL_X   307.f
 
#define MT9V117_FOCAL_Y   307.f
 
#define MT9V117_CENTER_X   120.f
 
#define MT9V117_CENTER_Y   120.f
 
#define MT9V117_DHANE_K   1.f
 
#define MT9V117_TARGET_LUMA   18000
 

Functions

void mt9v117_init (struct mt9v117_t *mt)
 Initialisation of the Aptina MT9V117 CMOS sensor (1/6 inch VGA, bottom camera) More...
 

Variables

struct mt9v117_t mt9v117
 

Detailed Description

Initialization and configuration of the MT9V117 CMOS Chip

Definition in file mt9v117.h.


Data Structure Documentation

◆ mt9v117_t

struct mt9v117_t

Definition at line 58 of file mt9v117.h.

+ Collaboration diagram for mt9v117_t:
Data Fields
struct i2c_periph * i2c_periph I2C peripheral used to communicate over.
struct i2c_transaction i2c_trans I2C transaction for comminication with CMOS chip.

Macro Definition Documentation

◆ MT9V117_CENTER_X

#define MT9V117_CENTER_X   120.f

Definition at line 46 of file mt9v117.h.

◆ MT9V117_CENTER_Y

#define MT9V117_CENTER_Y   120.f

Definition at line 49 of file mt9v117.h.

◆ MT9V117_DHANE_K

#define MT9V117_DHANE_K   1.f

Definition at line 52 of file mt9v117.h.

◆ MT9V117_FOCAL_X

#define MT9V117_FOCAL_X   307.f

Definition at line 40 of file mt9v117.h.

◆ MT9V117_FOCAL_Y

#define MT9V117_FOCAL_Y   307.f

Definition at line 43 of file mt9v117.h.

◆ MT9V117_TARGET_FPS

#define MT9V117_TARGET_FPS   0

Definition at line 35 of file mt9v117.h.

◆ MT9V117_TARGET_LUMA

#define MT9V117_TARGET_LUMA   18000

Definition at line 55 of file mt9v117.h.

Function Documentation

◆ mt9v117_init()

Variable Documentation

◆ mt9v117

struct mt9v117_t mt9v117

Definition at line 81 of file mt9v117.c.