PMSIS BSP
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
pi_mt9v034_conf Struct Reference

Mt9v034 configuration structure. More...

Data Fields

struct pi_camera_conf camera
 
char cpi_itf
 
char i2c_itf
 
char power_gpio
 
char trigger_gpio
 
char column_flip
 
char row_flip
 
char skip_pads_config
 
pi_camera_format_e format
 

Description

This structure is used to pass the desired mt9v034 configuration to the runtime when opening the device.

Field Documentation

struct pi_camera_conf pi_mt9v034_conf::camera

Generic camera configuration.

char pi_mt9v034_conf::column_flip

Flip columns if set to 1.

char pi_mt9v034_conf::cpi_itf
            CPI interface where the camera is

connected.

pi_camera_format_e pi_mt9v034_conf::format

Camera image resolution.

char pi_mt9v034_conf::i2c_itf
             I2C interface where the camera control

interface is connected.

char pi_mt9v034_conf::power_gpio
                GPIO number where the power pad of the camera is

connected.

char pi_mt9v034_conf::row_flip

Flip rows if set to 1.

char pi_mt9v034_conf::skip_pads_config

Skip pads configuration if set to 1.

char pi_mt9v034_conf::trigger_gpio
                  GPIO number where the trigger pad of the camera is

connected.