#include "hpm_ov5640.h"Variables | |
| static const ov5640_reg_val_t | ov5640_init_param [] |
| static const ov5640_reg_val_t | ov5640_resolution_800_480_param [] |
| static const ov5640_reg_val_t | ov5640_resolution_vga_param [] |
| static const ov5640_reg_val_t | ov5640_resolution_qvga_param [] |
| static const ov5640_reg_val_t | ov5640_resolution_480_272_param [] |
| static const ov5640_reg_val_t | ov5640_resolution_720p_param [] |
| static const ov5640_reg_val_t | ov5640_resolution_1080p_param [] |
| static const ov5640_clock_config_t | ov5640_dvp_clock_configs [] |
| static const ov5640_clock_config_t | ov5640_mipi_clock_configs [] |
| static const ov5640_light_mode_config_t | ov5640_light_mode_configs [] |
| static const ov5640_special_effect_config_t | ov5640_special_effect_configs [] |
| hpm_stat_t ov5640_check_chip_id | ( | camera_context_t * | context | ) |
| hpm_stat_t ov5640_flip | ( | camera_context_t * | context, |
| bool | enable | ||
| ) |
set ov5640 flip
| [in] | context | camera_context_t |
| [in] | enable | enable flip if true |
|
static |
| hpm_stat_t ov5640_init | ( | camera_context_t * | context, |
| camera_config_t * | ov_config | ||
| ) |
| hpm_stat_t ov5640_mirror | ( | camera_context_t * | context, |
| bool | enable | ||
| ) |
set ov5640 mirror
| [in] | context | camera_context_t |
| [in] | enable | enable mirror if true |
| void ov5640_power_up | ( | camera_context_t * | context | ) |
ov5640 power up
| [in] | context | camera_context_t |
| hpm_stat_t ov5640_read_register | ( | camera_context_t * | context, |
| uint16_t | reg, | ||
| uint8_t * | buf | ||
| ) |
| hpm_stat_t ov5640_set_brightness | ( | camera_context_t * | context, |
| int32_t | brightness | ||
| ) |
| hpm_stat_t ov5640_set_clock_config | ( | camera_context_t * | context, |
| camera_config_t * | ov_config | ||
| ) |
| hpm_stat_t ov5640_set_contrast | ( | camera_context_t * | context, |
| int32_t | contrast | ||
| ) |
| hpm_stat_t ov5640_set_image_size | ( | camera_context_t * | context, |
| camera_config_t * | ov_config | ||
| ) |
| hpm_stat_t ov5640_set_interface | ( | camera_context_t * | context, |
| camera_config_t * | ov_config | ||
| ) |
| hpm_stat_t ov5640_set_light_mode | ( | camera_context_t * | context, |
| int32_t | lightmode | ||
| ) |
| hpm_stat_t ov5640_set_pixel_format | ( | camera_context_t * | context, |
| display_pixel_format_t | pixel_format | ||
| ) |
| hpm_stat_t ov5640_set_saturation | ( | camera_context_t * | context, |
| int32_t | saturation | ||
| ) |
| hpm_stat_t ov5640_set_special_effect | ( | camera_context_t * | context, |
| int32_t | effect | ||
| ) |
| hpm_stat_t ov5640_software_reset | ( | camera_context_t * | context | ) |
| hpm_stat_t ov5640_start | ( | camera_context_t * | context | ) |
| hpm_stat_t ov5640_stop | ( | camera_context_t * | context | ) |
| hpm_stat_t ov5640_write_multi_registers | ( | camera_context_t * | context, |
| const ov5640_reg_val_t | regval[], | ||
| uint32_t | len | ||
| ) |
| hpm_stat_t ov5640_write_register | ( | camera_context_t * | context, |
| uint16_t | reg, | ||
| uint8_t | val | ||
| ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |