Files
AI-on-the-edge-device/code/components/jomjol_controlcamera/ov2640_contrast_brightness.h
2024-12-03 21:12:19 +01:00

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