LibDriver OV2640
Loading...
Searching...
No Matches
driver_ov2640_basic.c File Reference

driver ov2640 basic source file More...

Include dependency graph for driver_ov2640_basic.c:

Go to the source code of this file.

Functions

uint8_t ov2640_basic_init (void)
 basic example init
uint8_t ov2640_basic_deinit (void)
 basic example deinit
uint8_t ov2640_basic_set_jpeg_mode (void)
 basic example set jpeg mode
uint8_t ov2640_basic_set_rgb565_mode (void)
 basic example set rgb565 mode
uint8_t ov2640_basic_set_light_mode (ov2640_light_mode_t mode)
 basic example set light mode
uint8_t ov2640_basic_set_color_saturation (ov2640_color_saturation_t color)
 basic example set color saturation
uint8_t ov2640_basic_set_brightness (ov2640_brightness_t brightness)
 basic example set brightness
uint8_t ov2640_basic_set_contrast (ov2640_contrast_t contrast)
 basic example set contrast
uint8_t ov2640_basic_set_special_effect (ov2640_special_effect_t effect)
 basic example set special effect
uint8_t ov2640_basic_set_image_resolution (ov2640_image_resolution_t resolution)
 basic example set image resolution

Detailed Description

driver ov2640 basic source file

Copyright (c) 2015 - present LibDriver All rights reserved

The MIT License (MIT)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Version
1.0.0
Author
Shifeng Li
Date
2023-11-30

history

Date Version Author Description
2023/11/30 1.0 Shifeng Li first upload

Definition in file driver_ov2640_basic.c.