STM324x9I_EVAL + 0/3 examples
CodeScope will show references to BSP_CAMERA_ContrastBrightnessConfig() from the following samples and libraries:
Drivers
Boards
Examples
STM324x9I_EVAL
Demonstrations
STemWin
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesSTM324x9I_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 stm324x9i_eval_camera.c:225

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 3 libraries and example projects.

References

LocationText
stm324x9i_eval_camera.c:225
void BSP_CAMERA_ContrastBrightnessConfig(uint32_t contrast_level, uint32_t brightness_level)
stm324x9i_eval_camera.h:91
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()