-
Notifications
You must be signed in to change notification settings - Fork 516
Description
Checklist
- Checked the issue tracker for similar issues to ensure this is not a duplicate
- Read the documentation to confirm the issue is not addressed there and your configuration is set correctly
- Tested with the latest version to ensure the issue hasn't been fixed
How often does this bug occurs?
always
Expected behavior
I hope to use esp32-s3-cam to read esp-who\examples\human_face_detection\web in esp-who-release-v1.1.0 for network streaming. Using the example as a foundation, I'll add the ability to export the face's x and y coordinates, providing a face tracking camera using only two SG90 servo motors.
Actual behavior (suspected bug)
I'm using esp-who-release-v1.1.0. It was working fine on the esp32-cam, and I added a new servo that could track faces. However, the RAM was too low, causing it to crash when exporting the x and y axes. So I bought a GOOUUU ESP32-S3-CAM, but no matter how I adjust it, it keeps looping. I manually adjusted the pin settings in menuconfig, but nothing worked.
Error logs or terminal output
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x464
load:0x403c8700,len:0xa6c
--- 0x403c8700: _stext at ??:?
load:0x403cb700,len:0x2a8c
entry 0x403c88dc
--- 0x403c88dc: call_start_cpu0 at C:/Espressif/frameworks/esp-idf-v5.5.1/components/bootloader/subproject/main/bootloader_start.c:25Steps to reproduce the behavior
cd C:\Users\yongming\esp-who\examples\human_face_detection\web
idf.py set-target esp32s3
idf.py menuconfig==>
idf.py fullclean
idf.py build
idf.py -p COM12 flash monitor
Project release version
ESP-IDF 5.5 ,esp-who-release-v1.1.0
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Windows
Operating system version
WIN11
Shell
PowerShell
Additional context
No response