HPM SDK
HPMicro Software Development Kit
hpm_camera_ov5640.c File Reference
#include "hpm_ov5640.h"

Functions

hpm_stat_t camera_device_init (camera_context_t *camera_context, camera_config_t *camera_config)
 
hpm_stat_t camera_device_get_dvp_param (camera_context_t *camera_context, camera_config_t *camera_config)
 
hpm_stat_t camera_device_get_mipi_param (camera_context_t *camera_context, camera_config_t *camera_config)
 

Variables

static camera_param_dvp_t camera_dvp_param
 
static camera_param_mipi_t camera_mipi_param
 

Function Documentation

◆ camera_device_get_dvp_param()

hpm_stat_t camera_device_get_dvp_param ( camera_context_t camera_context,
camera_config_t camera_config 
)

◆ camera_device_get_mipi_param()

hpm_stat_t camera_device_get_mipi_param ( camera_context_t camera_context,
camera_config_t camera_config 
)

◆ camera_device_init()

hpm_stat_t camera_device_init ( camera_context_t camera_context,
camera_config_t camera_config 
)

Variable Documentation

◆ camera_dvp_param

camera_param_dvp_t camera_dvp_param
static
Initial value:
= {
.hsync_active_low = true,
.vsync_active_low = false,
}

◆ camera_mipi_param

camera_param_mipi_t camera_mipi_param
static
Initial value:
= {
.de_active_low = true,
.hsync_active_low = false,
.vsync_active_low = false,
}