Sorry I need help to install the required libraries below:
#include “esp_camera.h”
#include “FS.h” // SD Card ESP32
#include “SD_MMC.h” // SD Card ESP32
#include “soc/soc.h” // Disable brownout problems
#include “soc/rtc_cntl_reg.h” // Disable brownout problems
#include “driver/rtc_io.h”
Could you please help with directions?
1 Answers
Hi.
You don’t need to install any libraries.
Those libraries are installed automatically when you install the ESP32 on Arduino IDE: https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-windows-instructions/
Regards,
Sara