I used your article on web storage of pixs ( https://randomnerdtutorials.com/esp32-cam-post-image-photo-server/), but the quality of jpgs in that sketch is SVGA (line 93 in the sketch). I tried using larger jpg settings, but the sketch either failed completely or the images were only solid colors.
Am I missing something or is SVGA the largest resolution possible using this sketch?
As always, thanks for your help.
Steve
A
Hi Steve.
I think you can use higher resolution if you replace the uint16_t variable types with uint32_t.
Tell me if it works.
Regards,
Sara
That works perfectly!! My humble suggestion is that you change to code to allow higher res.
You can change status to resolved!!!!!!!!!!!
Thanks again,
Steve