Comments on: ESP32-CAM Take Photo and Save to MicroSD Card https://randomnerdtutorials.com/esp32-cam-take-photo-save-microsd-card/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Mon, 14 Jul 2025 09:15:34 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Sara Santos https://randomnerdtutorials.com/esp32-cam-take-photo-save-microsd-card/#comment-1068811 Mon, 14 Jul 2025 09:15:34 +0000 https://randomnerdtutorials.com/?p=85920#comment-1068811 In reply to Julio Fortti.

Which errors do you get?

]]>
By: Julio Fortti https://randomnerdtutorials.com/esp32-cam-take-photo-save-microsd-card/#comment-1068662 Sun, 13 Jul 2025 23:48:31 +0000 https://randomnerdtutorials.com/?p=85920#comment-1068662 In reply to Sara Santos.

Thanks a lot Sara, I change pins numbers, but the code doesn’t work.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-cam-take-photo-save-microsd-card/#comment-1067200 Thu, 10 Jul 2025 15:34:19 +0000 https://randomnerdtutorials.com/?p=85920#comment-1067200 In reply to Julio Fortti.

Hi.
I recommend that you carefully check the pinout of your board.
You’ll need to adjust all pin definitions.
Then, double-check that your board uses a OV2640 camera. Otherwise, it won’t be compatible with our code.

Regards,
Sara

]]>
By: Julio Fortti https://randomnerdtutorials.com/esp32-cam-take-photo-save-microsd-card/#comment-1067180 Thu, 10 Jul 2025 14:23:05 +0000 https://randomnerdtutorials.com/?p=85920#comment-1067180 Hi, I using the ESP32-S3-A7670E-4G model, and it’s difficult to manage the camera.
Could someone help me with this afaire.

Tnaks in advance

]]>
By: butch https://randomnerdtutorials.com/esp32-cam-take-photo-save-microsd-card/#comment-1042908 Mon, 12 May 2025 15:30:26 +0000 https://randomnerdtutorials.com/?p=85920#comment-1042908 Please note that there are two “RST” buttons. One on the motherboard and one on the cam board. When using the IO0 long press and short RST press methods above, be sure to use the RST button on the cam board. The RST button on the motherboard does NOT work.

]]>
By: Rodrigo Trejo https://randomnerdtutorials.com/esp32-cam-take-photo-save-microsd-card/#comment-1020034 Wed, 26 Mar 2025 22:53:19 +0000 https://randomnerdtutorials.com/?p=85920#comment-1020034 Hi, awesome project, I was checking the esp32 also can use USB to capture video with lib libuvc, but is there a way we can use this USB webcam to take photos and storage it on the SD? even more, I would like to atach multiple USB webcams to take photos like Nishika 8000 Style photos but I’m lost with the USB multiple webcam part

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-cam-take-photo-save-microsd-card/#comment-982208 Mon, 11 Nov 2024 14:42:26 +0000 https://randomnerdtutorials.com/?p=85920#comment-982208 In reply to Julien.

Hi.
I didn’t test it with that board.
Regards,
Sara

]]>
By: Julien https://randomnerdtutorials.com/esp32-cam-take-photo-save-microsd-card/#comment-982191 Mon, 11 Nov 2024 13:46:07 +0000 https://randomnerdtutorials.com/?p=85920#comment-982191 This does not work with seeed esp32s3 sense.

output is a loop printing this:

20:44:18.637 -> ESP-ROM:esp32s3-20210327
20:44:18.637 -> Build:Mar 27 2021
20:44:18.637 -> rst:0x3 (RTC_SW_SYS_RST),boot:0x28 (SPI_FAST_FLASH_BOOT)
20:44:18.637 -> Saved PC:0x40377234
20:44:18.637 -> SPIWP:0xee
20:44:18.637 -> mode:DIO, clock div:1
20:44:18.637 -> load:0x3fce3818,len:0x109c
20:44:18.637 -> load:0x403c9700,len:0x4
20:44:18.637 -> load:0x403c9704,len:0xb50
20:44:18.637 -> load:0x403cc700,len:0x2fe4
20:44:18.637 -> entry 0x403c98ac

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-cam-take-photo-save-microsd-card/#comment-913137 Mon, 06 May 2024 11:21:40 +0000 https://randomnerdtutorials.com/?p=85920#comment-913137 In reply to redhat.

Hi,.
This code only works with OV2640 cameras.
Regards,
Sara

]]>
By: redhat https://randomnerdtutorials.com/esp32-cam-take-photo-save-microsd-card/#comment-910838 Mon, 29 Apr 2024 03:59:07 +0000 https://randomnerdtutorials.com/?p=85920#comment-910838 Hello, I am facing a problem while interfacing the camera with the custom board.
I am using the ov5640.
I am using the esp32-D0WD-V3 controller.
These are the camera pins
#define XCLK_GPIO_NUM 4
#define SIOD_GPIO_NUM 18
#define SIOC_GPIO_NUM 23
#define Y9_GPIO_NUM 36
#define Y8_GPIO_NUM 37
#define Y7_GPIO_NUM 38
#define Y6_GPIO_NUM 39
#define Y5_GPIO_NUM 35
#define Y4_GPIO_NUM 14
#define Y3_GPIO_NUM 13
#define Y2_GPIO_NUM 34
#define VSYNC_GPIO_NUM 5
#define HREF_GPIO_NUM 27
#define PCLK_GPIO_NUM 25
power down and the reset pin is connected to the io expander (uses I2C).

I’d like to tell you that my task is to take a picture and store it in the SD card.

is this camera compatible with this controller esp32-D0WD-V3?

Can power down and reset the pins be implemented through the io expander?
if this is possible to implement I cannot able to navigate the c file related to this.

]]>