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, 12 May 2025 15:30:26 +0000 hourly 1 https://wordpress.org/?v=6.8.1 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.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-cam-take-photo-save-microsd-card/#comment-884581 Wed, 17 Jan 2024 09:58:55 +0000 https://randomnerdtutorials.com/?p=85920#comment-884581 In reply to Hammad.

Hi.
You can try to combine it with this project: https://randomnerdtutorials.com/esp32-cam-take-photo-display-web-server/
Regards,
Sara

]]>
By: Hammad https://randomnerdtutorials.com/esp32-cam-take-photo-save-microsd-card/#comment-884387 Tue, 16 Jan 2024 16:09:44 +0000 https://randomnerdtutorials.com/?p=85920#comment-884387 In reply to Sara Santos.

Hlo
Can I acess the picture which is taken by camera on mobile without removing the microSD card from camera

]]>
By: KSID https://randomnerdtutorials.com/esp32-cam-take-photo-save-microsd-card/#comment-876369 Wed, 06 Dec 2023 18:22:52 +0000 https://randomnerdtutorials.com/?p=85920#comment-876369 hello I have a problem like this:

rst:0x1 (POWERON_RESET),boot:0x1a ets Jul 29 2ASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:1344
load:0x40078000,len:13964
load:0x40080400,len:3600
entry 0x400805f0
E (836) sdmmc_sd: sdmmc_init_sd_scr: send_scr (1) returned 0x107
E (837) vfs_fat_sdmmc: sdmmc_card_init failed (0x107).
SD Card Mount Failed

maybe someone can help me on this

]]>
By: arnauf https://randomnerdtutorials.com/esp32-cam-take-photo-save-microsd-card/#comment-876182 Tue, 05 Dec 2023 18:06:49 +0000 https://randomnerdtutorials.com/?p=85920#comment-876182 In reply to Anne.

consegui sim, qual o seu problema ?

]]>