espressif/esp-who

Esp-who face detection web compilation error (AIV-673)

pixolish opened this issue · 3 comments

components/bus/8080_lcd_esp32s3.c:360:18: error: 'SOC_GDMA_PAIRS_PER_GROUP' undeclared (first use in this function); did you mean 'SOC_GDMA_PAIRS_PER_GROUP_MAX'?
360 | for (int x = SOC_GDMA_PAIRS_PER_GROUP - 1; x >= 0; x--) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
| SOC_GDMA_PAIRS_PER_GROUP_MAX

Hi @pixolish, could you please provide the version of ESP-IDF you are currently using? Also, are you using the examples from the esp-who repository? If so, please let me know which example you are using. This information will be helpful for reproducing the issue.

ESP-IDF v5.3-dev - version of ESP-IDF
I am trying to build the examples:-
here is the path = esp-who/examples/human_face_detection/web

Hi @pixolish, I tested this example in the up-to-date ESP-IDF master (v5.3-dev-1353-gb3f7e2c8a4) with esp32s3, but it worked well. Could you try to update ESP-IDF by git pull && git submodule update --init --recursive? Or it's better to use the recommended ESP-IDF branch release/v5.0.