dithering.h 147 B

12345678910
  1. #ifndef DITHERING_H
  2. #define DITHERING_H
  3. #include <esp_camera.h>
  4. #include "camera_model.h"
  5. void dither_image(camera_fb_t* frame_buffer);
  6. #endif