ov2640_specialEffect.h 171 B

12345678910
  1. #pragma once
  2. #ifndef OV2640_SPECIALEFFECT_H
  3. #define OV2640_SPECIALEFFECT_H
  4. #include "esp_camera.h"
  5. int ov2640_set_special_effect(sensor_t *sensor, int effect);
  6. #endif