Open TDA-2030 opened 1 week ago
@TDA-2030 Thank you for your feedback. This problem is related to the ppa(Pixel-Processing Accelerator) driver. Two ways to solve this.
@100312dog, That's great, this solved my problem.
Nitpicking a bit, this pointer human_face
was allocated with heap_caps_malloc, but using delete to free it does not look good. 🐱
@TDA-2030 Oh, that's true. I'll fix this.
Checklist
How often does this bug occurs?
always
Expected behavior
After running the example
human_face_detect
, memory is properly released.Actual behavior (suspected bug)
The program crashed and is continuously restarting indefinitely.
Error logs or terminal output
Steps to reproduce the behavior
build example
human_face_detect
with Linux, then flash to esp32_p4_function_ev_boardProject release version
latest
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Linux
Operating system version
Ubuntu 20.04.6 LTS x86_64
Shell
ZSH
Additional context
No response