mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-07 12:06:58 +03:00
11 lines
208 B
C
11 lines
208 B
C
#pragma once
|
|
|
|
#ifndef OV2640_CONTRAST_BRIGHTNESS_H
|
|
#define OV2640_CONTRAST_BRIGHTNESS_H
|
|
|
|
#include "esp_camera.h"
|
|
|
|
int ov2640_set_contrast_brightness(sensor_t *sensor, int _contrast, int _brightness);
|
|
|
|
#endif
|