Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BSP_DISCO_F746NG by
Functions | |
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. | |
static uint64_t | ov9655_ConvertValue (uint32_t feature, uint32_t value) |
Convert input values into ov9655 parameters. |
Function Documentation
void ov9655_Config | ( | uint16_t | DeviceAddr, |
uint32_t | feature, | ||
uint32_t | value, | ||
uint32_t | brightness_value | ||
) |
static uint64_t ov9655_ConvertValue | ( | uint32_t | feature, |
uint32_t | value | ||
) | [static] |
void ov9655_Init | ( | uint16_t | DeviceAddr, |
uint32_t | resolution | ||
) |
Generated on Tue Jul 12 2022 19:30:35 by
