Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nioxkzn
Copy link

@nioxkzn nioxkzn commented May 29, 2022

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.

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

That's a great fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants