![]() |
LibDriver OV2640
|
ov2640 function driver modules More...
Functions | |
| uint8_t | ov2640_set_light_mode (ov2640_handle_t *handle, ov2640_light_mode_t mode) |
| set light mode | |
| uint8_t | ov2640_set_color_saturation (ov2640_handle_t *handle, ov2640_color_saturation_t color) |
| set color saturation | |
| uint8_t | ov2640_set_brightness (ov2640_handle_t *handle, ov2640_brightness_t brightness) |
| set brightness | |
| uint8_t | ov2640_set_contrast (ov2640_handle_t *handle, ov2640_contrast_t contrast) |
| set contrast | |
| uint8_t | ov2640_set_special_effect (ov2640_handle_t *handle, ov2640_special_effect_t effect) |
| set special effect | |
ov2640 function driver modules
| enum ov2640_brightness_t |
ov2640 brightness enumeration definition
Definition at line 279 of file driver_ov2640.h.
ov2640 color saturation enumeration definition
Definition at line 267 of file driver_ov2640.h.
| enum ov2640_contrast_t |
ov2640 contrast enumeration definition
| Enumerator | |
|---|---|
| OV2640_CONTRAST_POSITIVE_2 | contrast +2 |
| OV2640_CONTRAST_POSITIVE_1 | contrast +1 |
| OV2640_CONTRAST_0 | contrast 0 |
| OV2640_CONTRAST_NEGATIVE_1 | contrast -1 |
| OV2640_CONTRAST_NEGATIVE_2 | contrast -2 |
Definition at line 291 of file driver_ov2640.h.
| enum ov2640_light_mode_t |
ov2640 light mode enumeration definition
| Enumerator | |
|---|---|
| OV2640_LIGHT_MODE_AUTO | auto |
| OV2640_LIGHT_MODE_SUNNY | sunny |
| OV2640_LIGHT_MODE_CLOUDY | cloudy |
| OV2640_LIGHT_MODE_OFFICE | office |
| OV2640_LIGHT_MODE_HOME | home |
Definition at line 255 of file driver_ov2640.h.
ov2640 special effect enumeration definition
Definition at line 303 of file driver_ov2640.h.
| uint8_t ov2640_set_brightness | ( | ov2640_handle_t * | handle, |
| ov2640_brightness_t | brightness ) |
set brightness
| [in] | *handle | pointer to an ov2640 handle structure |
| [in] | brightness | set brightness |
Definition at line 11259 of file driver_ov2640.c.
| uint8_t ov2640_set_color_saturation | ( | ov2640_handle_t * | handle, |
| ov2640_color_saturation_t | color ) |
set color saturation
| [in] | *handle | pointer to an ov2640 handle structure |
| [in] | color | color saturation |
Definition at line 10996 of file driver_ov2640.c.
| uint8_t ov2640_set_contrast | ( | ov2640_handle_t * | handle, |
| ov2640_contrast_t | contrast ) |
set contrast
| [in] | *handle | pointer to an ov2640 handle structure |
| [in] | contrast | set contrast |
Definition at line 11522 of file driver_ov2640.c.
| uint8_t ov2640_set_light_mode | ( | ov2640_handle_t * | handle, |
| ov2640_light_mode_t | mode ) |
set light mode
| [in] | *handle | pointer to an ov2640 handle structure |
| [in] | mode | light mode |
Definition at line 10797 of file driver_ov2640.c.
| uint8_t ov2640_set_special_effect | ( | ov2640_handle_t * | handle, |
| ov2640_special_effect_t | effect ) |
set special effect
| [in] | *handle | pointer to an ov2640 handle structure |
| [in] | effect | special effect |
Definition at line 11865 of file driver_ov2640.c.