Skip to content
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

Open
pixolish opened this issue Jan 13, 2024 · 4 comments
Open

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

pixolish opened this issue Jan 13, 2024 · 4 comments

Comments

@pixolish
Copy link

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

@github-actions github-actions bot changed the title Esp-who face detection web compilation error Esp-who face detection web compilation error (AIV-673) Jan 13, 2024
@Lzw655
Copy link

Lzw655 commented Jan 15, 2024

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
Copy link
Author

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
Copy link

Lzw655 commented Jan 18, 2024

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.

@PaulAnurag
Copy link

PaulAnurag commented Oct 17, 2024

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.
The only Warning that I am getting is :

W (233010) cam_hal: Failed to get the frame on time!
W (241010) cam_hal: Failed to get the frame on time!
W (249010) cam_hal: Failed to get the frame on time!
W (257010) cam_hal: Failed to get the frame on time!
W (265010) cam_hal: Failed to get the frame on time!
W (273010) cam_hal: Failed to get the frame on time!
W (281010) cam_hal: Failed to get the frame on time!
W (289010) cam_hal: Failed to get the frame on time!
W (297010) cam_hal: Failed to get the frame on time!
W (305010) cam_hal: Failed to get the frame on time!
W (313010) cam_hal: Failed to get the frame on time!
W (321010) cam_hal: Failed to get the frame on time!
W (329010) cam_hal: Failed to get the frame on time!
W (337010) cam_hal: Failed to get the frame on time!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants