Search found 1 match

by cool.codecoding
Fri Oct 09, 2020 6:53 am
Forum: ESP32 Arduino
Topic: ESP32_cam access and resize image
Replies: 1
Views: 5995

ESP32_cam access and resize image

Hey, i would like to directly access and scale the images taken by a esp32_cam aithinker. (Full code down below) The main goal is to have the image in a 2D array with (e.g.) 28x28 pixels. Therefore I save the image into the buffer with camera_fb_t * frame = NULL; frame = esp_camera_fb_get(); I have ...