2023 latest, most complete and detailed version~ESP32CAM configuration

Hardware preparation

The combination of module + burning socket~

Insert image description here

Software preparation (free sharing of code in private chat)

Arduino ide official website download version is not limited

Insert image description here

First open the Demo ino suffix file~

Insert image description here

Install the ESP32 development board library


Double-click the .exe file in the shared file to install directly~

Insert image description here
As shown in the picture, click the icon on the left and enter ESP32 to view the esp32 development board version~

Insert image description here

Select the development board model as ESP32-CAM as shown in the figure.

Insert image description here

Try compiling for the first time


报错Compilation error: fd_forward.h: No such file or directory

Insert image description here

To solve this error, you need to modify the library version, that is, downgrade to 1.0.5

In the Arduino15\packages\esp32\hardware\esp32 path, put the 1.0.5 library package I shared and directly decompress it, rename it to 1.0.5, and delete 2.0.2

Insert image description here

Insert image description here

Try compiling a second time

Done~

Insert image description here

Open the serial port monitor that comes with the ide


The software resets all the time because of insufficient power supply~

Insert image description here
Change the USB port and test again~

Crazy dots indicate that the code is normal and connecting to wifi, so you need to turn on wifi~

Insert image description here

After turning on wifi, the serial port outputs the IP address and can directly enter it in the browser (intranet)

Insert image description here

View live video


Done

Insert image description here

expand


This demo has real-time monitoring, face input, and face recognition functions. Click on the English words on the picture to experience it~

Contact the author


Click below~

Guess you like

Origin blog.csdn.net/lllmeimei/article/details/132312105