espressif / esp-who

Face detection and recognition framework
Other
1.64k stars 458 forks source link

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

Open pixolish opened 5 months ago

pixolish commented 5 months ago

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

Lzw655 commented 5 months ago

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.

pixolish commented 5 months ago

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

Lzw655 commented 5 months ago

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.