Page 1 of 1

esp32-s3-eye compile errors

Posted: Tue Apr 19, 2022 1:23 am
by jmadsenee
When trying to compile the esp32-s3-eye example in esp-who-master I get several errors:

../main/include/app_speech.hpp:3:10: fatal error: esp_afe_sr_iface.h: No such file or directory
../main/include/app_face.hpp:5:10: fatal error: human_face_detect_msr01.hpp: No such file or directory
etc.

I've tried searching for these and cannot find them. Can anyone tell me where to find them?

Re: esp32-s3-eye compile errors

Posted: Tue Apr 26, 2022 3:35 am
by jmadsenee
OK, I solved the missing file errors, seems that when I downloaded the package from github, some things didn't download. After a bit more digging I found them. :oops:

Re: esp32-s3-eye compile errors

Posted: Mon May 30, 2022 9:35 am
by begger911
Hi! jmadsenee.I have the same problem of "fatal error: esp_afe_sr_iface.h: No such file or directory" as you, and I can't find any related files in the githug repository. Could you send me the "esp_afe_sr_iface.h" file? Thank you. dichou@163.com

Re: esp32-s3-eye compile errors

Posted: Mon May 30, 2022 11:47 am
by ESP_Sandra
Hello,

Could you check if all the components of ESP-WHO have been pulled?
esp_afe_sr_iface.h should be included in esp-sr: https://github.com/espressif/esp-sr
human_face_detect_msr01.hpp is from esp-dl: https://github.com/espressif/esp-dl
Could you try and see if they'll help?

thanks!

Re: esp32-s3-eye compile errors

Posted: Mon May 30, 2022 12:38 pm
by begger911
Thanks a lot! I'll try and get it.