STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Functions
OV9655_Private_Functions

Functions

void ov9655_Init (uint16_t DeviceAddr, uint32_t resolution)
 Initializes the OV9655 CAMERA component. More...
 
void ov9655_Config (uint16_t DeviceAddr, uint32_t feature, uint32_t value, uint32_t brightness_value)
 Configures the OV9655 camera feature. More...
 
uint16_t ov9655_ReadID (uint16_t DeviceAddr)
 Read the OV9655 Camera identity. More...
 

Detailed Description

Function Documentation

void ov9655_Config ( uint16_t  DeviceAddr,
uint32_t  feature,
uint32_t  value,
uint32_t  brightness_value 
)

Configures the OV9655 camera feature.

Parameters
DeviceAddrDevice address on communication Bus.
featureCamera feature to be configured
valueValue to be configured
brightness_valueBrightness value to be configured
Return values
None

Definition at line 635 of file ov9655.c.

void ov9655_Init ( uint16_t  DeviceAddr,
uint32_t  resolution 
)

Initializes the OV9655 CAMERA component.

Parameters
DeviceAddrDevice address on communication Bus.
resolutionCamera resolution
Return values
None

Definition at line 574 of file ov9655.c.

uint16_t ov9655_ReadID ( uint16_t  DeviceAddr)

Read the OV9655 Camera identity.

Parameters
DeviceAddrDevice address on communication Bus.
Return values
theOV9655 ID

Definition at line 684 of file ov9655.c.