mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-12 22:47:01 +03:00
fix (#3417)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user