STM32469I_EVAL + 0/1 examples
CodeScope will show references to BSP_CAMERA_ContrastBrightnessConfig() from the following samples and libraries:
Examples
STM32469I_EVAL
Examples
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesSTM32469I_EVALBSP_CAMERA_ContrastBrightnessConfig()

BSP_CAMERA_ContrastBrightnessConfig() function

Configures the camera contrast and brightness.

Syntax

void BSP_CAMERA_ContrastBrightnessConfig(uint32_t contrast_level,     uint32_t brightness_level);
Implemented in stm32469i_eval_camera.c:368

Arguments

contrast_level

Contrast level This parameter can be one of the following values: @arg CAMERA_CONTRAST_LEVEL4: for contrast +2 @arg CAMERA_CONTRAST_LEVEL3: for contrast +1 @arg CAMERA_CONTRAST_LEVEL2: for contrast 0 @arg CAMERA_CONTRAST_LEVEL1: for contrast -1 @arg CAMERA_CONTRAST_LEVEL0: for contrast -2

brightness_level

Contrast level This parameter can be one of the following values: @arg CAMERA_BRIGHTNESS_LEVEL4: for brightness +2 @arg CAMERA_BRIGHTNESS_LEVEL3: for brightness +1 @arg CAMERA_BRIGHTNESS_LEVEL2: for brightness 0 @arg CAMERA_BRIGHTNESS_LEVEL1: for brightness -1 @arg CAMERA_BRIGHTNESS_LEVEL0: for brightness -2

Examples

BSP_CAMERA_ContrastBrightnessConfig() is referenced by 1 libraries and example projects.

References

LocationText
stm32469i_eval_camera.c:368
void BSP_CAMERA_ContrastBrightnessConfig(uint32_t contrast_level, uint32_t brightness_level)
stm32469i_eval_camera.h:124
void BSP_CAMERA_ContrastBrightnessConfig(uint32_t contrast_level, uint32_t brightness_level);

Call Tree

Functions called by BSP_CAMERA_ContrastBrightnessConfig()
BSP_CAMERA_ContrastBrightnessConfig()
all items filtered out
Data read by BSP_CAMERA_ContrastBrightnessConfig()
BSP_CAMERA_ContrastBrightnessConfig()