-
Shield blocks ESP32 cam antenna
11/25/2023 at 22:27 • 0 commentsIf you use the ESP32Cam with the shield which is the easiest to use you may find the shield blocks the built-in WiFi antenna on the ESP32Cam if it's pointed away from the router.
I had this issue where it works fine where I programmed it but mounted where I wanted it would send the email with no attachment.
If you can't get it to work by raising or lowering or tilting it you can try removing the shield and powering the Cam separately or adding a WiFi antenna. This requires moving a teeny, tiny resistor. I tried that before and trashed the cam board. Good luck.
https://randomnerdtutorials.com/esp32-cam-connect-external-antenna/
-
Solution to cam sending old image from buffer
11/23/2023 at 14:02 • 0 commentsWas sending old image from buffer not the current image.
Solution is here: https://stackoverflow.com/questions/72457769/arduino-esp32-cam-frame-buffer-clear
-
Poor image quality issue of OV5640 solved
04/11/2022 at 19:07 • 0 comments***SOLVED*** under camera_config change: config.xclk_freq_hz = 6000000; // was 20000000
This also reduces the frame rate.
Still not sure if the 5M higher res and wide angle is worth upgrading from OV2640 to OV5640.