I have brought ESP_EYE board, how to use these board to use for school class to know the presence of student(Not the attendance)
Hi.
We don’t have any projects about that subject.
What do you have so far about that project? Maybe you can start by searching for face detection examples, and then, try to adjust the code to your needs.
For example, the CameraWebServer example comes with face detection. Maybe you can try taking a look at the code and try to understand which part of the code is responsible for that task.
Also, try to search ESP32-CAM projects that do something similar to what you want to do.
The projects for ESP32-CAM can be compatible with the ESP-EYE, you just need to set the right pin assignment in your code.
I’m sorry that I can’t help much.
Regards,
Sara
is it possible to store reference photos in the ESP_EYE board and compare with the capture photo, the detection works only for one photo, can i use for 25 to 50 photos , how much distance the CAM can detect.
i understand you don’t have these application, As you have done many projects using ESP boards, can i use these board for knowing the student presence in class?
https://randomnerdtutorials.com/esp32-cam-video-streaming-face-recognition-arduino-ide/
how to use these for real time applications
Hi.
Yes, it should be possible to compare with more photos. However, you need to save the photos for reference somewhere. The ESP-EYE doesn’t have microSD card support and I doubt that you can save so many photos on SPIFFS. So, maybe you’ll need a database of photos.
When it comes to the distance, I haven’t tested that, so I can’t give you a clear answer.
I’m sorry that I can’t help much.
Regards,
Sara