1. Create partitions for ESP32
Find your ESP32’s partitions folder, it’s located at “C:\Users\HP\AppData\Local\Arduino15\ packages\esp32\hardware\esp32\1.0.6\ tools\partitions”
The purpose of creating partitions is to help create more memory to store face image samples.
You download this file and copy it to that folder: Download
Next, go to the boards.txt file at the location “C:\Users\HP\AppData\Local\Arduino15\ packages\esp32\hardware\esp32\1.0.6”
You insert the following command and save.
esp32wrover.menu.PartitionScheme.rzo_partition=Face Recognition (2686976 bytes with OTA)
esp32wrover.menu.PartitionScheme.rzo_partition.build.partitions=rzo_partitions
esp32wrover.menu.PartitionScheme.rzo_partition.upload.maximum_size=2686976

2. Upload the code
You choose as follows to upload:

3. Edit html file
You download your html file: Download
See this link to see how to fix it.
I fixed it on https://dannyda.com/cyberchef/

Leave a Reply