-
Notifications
You must be signed in to change notification settings - Fork 468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Esp-who face detection web compilation error (AIV-673) #283
Comments
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 |
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 |
Hi, I have compiled it with ESP-IDF branch release5.0. Compilation is successfully done and also uploading of firmware but when I restart the board, I am not able to see anything on the terminal or the LCD. W (233010) cam_hal: Failed to get the frame on time! |
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
The text was updated successfully, but these errors were encountered: