ST / BSP_DISCO_L4R9I

Dependents:   DISCO_L4R9I-LCD-demo

Embed: (wiki syntax)

« Back to documentation index

ov9655.c File Reference

ov9655.c File Reference

This file provides the OV9655 camera driver. More...

Go to the source code of this file.

Functions

static uint64_t ov9655_ConvertValue (uint32_t feature, uint32_t value)
 Convert input values into ov9655 parameters.
void ov9655_Init (uint16_t DeviceAddr, uint32_t resolution)
 Initializes the OV9655 CAMERA component.
void ov9655_Config (uint16_t DeviceAddr, uint32_t feature, uint32_t value, uint32_t brightness_value)
 Configures the OV9655 camera feature.
uint16_t ov9655_ReadID (uint16_t DeviceAddr)
 Read the OV9655 Camera identity.

Detailed Description

This file provides the OV9655 camera driver.

Author:
MCD Application Team
Attention:

© Copyright (c) 2015 STMicroelectronics. All rights reserved.

This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: opensource.org/licenses/BSD-3-Clause

Definition in file ov9655.c.