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

128x128 and 320x320 framesizes added to support ESP32 v.3.1.3 for Arduino #47

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

Conversation

v2e
Copy link

@v2e v2e commented Feb 25, 2025

It actually took me a lot of hours to trace this bug down to the framesize_t enum change in the new version of the esp32-camera library when I first saw a strangely interlaced and stretched video instead of a usual 640x480 frame.
mpv-shot0002

I hope this small fix saves someone else's time.

Please see this header for reference:

…uino

It actually took me a lot of hours to trace this bug down to the framesize_t enum change in the new version of the esp32-camera library when I first saw some strangely interlaced and stretched video from my camera.

Please see this header for reference:
https://github.com/espressif/esp32-camera/blob/master/driver/include/sensor.h
@jameszah
Copy link
Owner

Sorry, I had that a a few other breaks with newer esp32-arduino, plus some other stuff added over the years.
You can try v62 folder -- for standard esp32-cam ai-thinker model and board type minimum spiffs with 1.9MB and ota, etc.
Creates a file config2.txt on sd, and starts access point "desklens" password "12344321", then 192.168.4.1 and click "edit config2.txt" where you can enter 2 router ssids and pass, and timezone, parameters, etc. OTA password is "mrpeanut", and is enabled by endpoint 192.168.4.1/ota or 192.168.1.100/ota (or whatever your router gives you), then select that on Tools-Port.

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.

2 participants