Skip to content

can not run human_face_detect example code (AIS-2034) #322

@jdjingdian

Description

@jdjingdian

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

  1. download and install esp-idf v5.4.1
human_face_detect % idf.py --version                                                           
ESP-IDF v5.4.1-dirty
  1. download this repo, and copy esp-dl to components
  2. set target to esp32s3 idf.py set-target esp32s3
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions