Searched refs:cameraConfig (Results 1 – 2 of 2) sorted by relevance
589 ov7670_config_t cameraConfig; in OV7670_Init() local609 OV7670_GetDefaultConfig(&cameraConfig); in OV7670_Init()610 cameraConfig.resolution = config->resolution; in OV7670_Init()616 cameraConfig.frameRate = &OV7670_30FPS_24MHZ_XCLK; in OV7670_Init()620 cameraConfig.frameRate = &OV7670_25FPS_24MHZ_XCLK; in OV7670_Init()624 cameraConfig.frameRate = &OV7670_15FPS_24MHZ_XCLK; in OV7670_Init()628 cameraConfig.frameRate = &OV7670_14FPS_24MHZ_XCLK; in OV7670_Init()638 cameraConfig.frameRate = &OV7670_30FPS_12MHZ_XCLK; in OV7670_Init()642 cameraConfig.frameRate = &OV7670_25FPS_12MHZ_XCLK; in OV7670_Init()646 cameraConfig.frameRate = &OV7670_15FPS_12MHZ_XCLK; in OV7670_Init()[all …]
459 …const ov10635_resolution_config_t *OV10635_GetResolutionConfig(const camera_config_t *cameraConfig) in OV10635_GetResolutionConfig() argument466 if ((cameraConfig->resolution == s_ov10635ResolutionConfigs[i].resolution) && in OV10635_GetResolutionConfig()467 (cameraConfig->framePerSec == s_ov10635ResolutionConfigs[i].framePerSec)) in OV10635_GetResolutionConfig()