Universal-Arduino-Telegram-Bot icon indicating copy to clipboard operation
Universal-Arduino-Telegram-Bot copied to clipboard

Fix for big photos from esp32 cam. Split the buffer into chunks 512b

Open nioxkzn opened this issue 2 years ago • 1 comments

split the buffer into chunks 512b for big buffers (example for framebuffer higher resolution photos (>320x240))

It fix work for this lib example: ESP32->Send photo->ESP32-Cam. If change photo resolution to biggest 320x240 (in camera_code.h comment line 's->set_framesize(s, FRAMESIZE_QVGA); ' ),
photo not sent.

nioxkzn avatar May 29 '22 11:05 nioxkzn

That's a great fix

anshchawla521 avatar Dec 15 '23 04:12 anshchawla521