-
Notifications
You must be signed in to change notification settings - Fork 516
Open
Description
Checklist
- Checked the issue tracker for similar issues to ensure this is not a duplicate.
- Provided a clear description of your suggestion.
- Included any relevant context or examples.
Issue or Suggestion Description
Hi, I just bought waveshare ESP32-S3-LCD-2 kit with OV5640 cam
https://www.waveshare.net/shop/ESP32-S3-LCD-2-C.htm
I want to run the demo app of human_face_detect.
what I did
- download and install esp-idf v5.4.1
human_face_detect % idf.py --version
ESP-IDF v5.4.1-dirty
- download this repo, and copy esp-dl to components
- set target to esp32s3
idf.py set-target esp32s3 - build and run :
idf.py flash monitor
and then the error occured
I (798) cam_hal: cam init ok
I (811) camera: Detected camera at address=0x21
E (1811) i2c.master: s_i2c_synchronous_transaction(924): I2C transaction failed
E (1811) i2c.master: i2c_master_multi_buffer_transmit(1186): I2C transaction failed
E (1814) sccb-ng: SCCB_Write Failed addr:0x21, reg:0xff, data:0x01, ret:259
do I need to use menuconfig to setup pinout? however I can not found Component config->ESP-WHO Configuration->Camera Configuration->Select Camera Pinout in menuconfig
Metadata
Metadata
Assignees
Labels
No labels