mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-13 15:06:53 +03:00
fix (#3417)
This commit is contained in:
10
code/components/jomjol_controlcamera/ov2640_specialEffect.h
Normal file
10
code/components/jomjol_controlcamera/ov2640_specialEffect.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef OV2640_SPECIALEFFECT_H
|
||||
#define OV2640_SPECIALEFFECT_H
|
||||
|
||||
#include "esp_camera.h"
|
||||
|
||||
int ov2640_set_special_effect(sensor_t *sensor, int effect);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user