Skip to content
Snippets Groups Projects
Commit 78e69c82 authored by Orhan-Timo Altan's avatar Orhan-Timo Altan
Browse files

an neuste esp32_cam bib aktualisiert

parent b112719a
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,6 @@ void thk_EspCamDriver::create_config()
config->frame_size = board.frame_size;
config->pixel_format = board.pixel_format; // for streaming
config->grab_mode = board.grab_mode;
config->fb_location = board.fb_location;
config->jpeg_quality = board.jpeg_quality;
config->fb_count = board.fb_count;
......
......@@ -35,8 +35,6 @@ struct espboard
ledc_timer_t ledc_timer;
framesize_t frame_size;
pixformat_t pixel_format; // for streaming
camera_grab_mode_t grab_mode;
camera_fb_location_t fb_location;
int16_t im_width;
int16_t im_height;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment