mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-07 03:56:57 +03:00
11 lines
171 B
C
11 lines
171 B
C
#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
|