Hi, I have a ESP32S3 Cam and trying to develop some features using face recognition.
As in this topic Saving problem posted by @rodri I' facing issues with faces stored on flash memory.
It looks like I can only save one face and works but if I try to enroll and save a second face the flash memory gets empty o faces.
Recognition will keep working until I reset the board and then no faces are enrolled.
The code use a Customized partition table with a section called "fr" where faces are stored.
I'm opening this issue because the original post is closed and apparently there was not solution at that time.
Any folk faced this issue and was able to fix it?
Any help will be appreciated.
@rodrigor7 and a request by @eloquentarduino
1 Like
I was not able to solve the problem "natively". I cooked up an ugly workaround, but it still is not very reliable. It saves the face embeddings into SPIFFS and loads them at startup.
Here's the source code: EloquentEsp32cam/src/eloquent_esp32cam/face/recognition.h at main · eloquentarduino/EloquentEsp32cam · GitHub
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.