Skip to content

Issue with esp_camera and GC2145 on ESP32S3 N16 R8 #9059

Description

@0x0fe

Board

ESP32S3N16R8

Device Description

custom esp32s3 camera board

Hardware Configuration

#define PWDN_GPIO_NUM     -1
#define RESET_GPIO_NUM    -1
#define XCLK_GPIO_NUM     10
#define SIOD_GPIO_NUM     40
#define SIOC_GPIO_NUM     39

#define Y9_GPIO_NUM       48
#define Y8_GPIO_NUM       11
#define Y7_GPIO_NUM       12
#define Y6_GPIO_NUM       14
#define Y5_GPIO_NUM       16
#define Y4_GPIO_NUM       18
#define Y3_GPIO_NUM       17
#define Y2_GPIO_NUM       15
#define VSYNC_GPIO_NUM    38
#define HREF_GPIO_NUM     47
#define PCLK_GPIO_NUM     13

Version

v2.0.11

IDE Name

arduino IDE

Operating System

windows 10

Flash frequency

80M

PSRAM enabled

yes

Upload speed

921600

Description

The same firmware works fine with ESP32D0WDR2, but fails to display video with ESP32S3N16R8. IT only shows one screenshot. There is also a RAM allocation error.

Sketch

standard camera webserver example configured to ESP32S3_EYE

#define CAMERA_MODEL_ESP32S3_EYE

Debug Message

6:27:40.708 -> E (156417) ledc: ledc_set_duty(720): LEDC is not initialized
16:27:40.708 -> E (156418) ledc: ledc_update_duty(648): LEDC is not initialized
16:27:40.846 -> E (170165) ledc: ledc_set_duty(720): LEDC is not initialized
16:27:40.847 -> E (170165) ledc: ledc_update_duty(648): LEDC is not initialized
16:27:43.408 -> E (172745) ledc: ledc_set_duty(720): LEDC is not initialized
16:27:43.408 -> E (172745) ledc: ledc_update_duty(648): LEDC is not initialized
16:27:43.445 -> E (172745) to_jpg: JPG buffer malloc failed
16:27:43.445 -> E (172749) ledc: ledc_set_duty(720): LEDC is not initialized
16:27:43.445 -> E (172754) ledc: ledc_update_duty(648): LEDC is not initialized

Other Steps to Reproduce

load the stadard esp32 camera webserver example with board selection CAMERA_MODEL_ESP32S3_EYE, video fails to display.
THe same example loaded with ESP32D0WDR2 and board definition CAMERA_MODEL_ESP32_CAM_BOARD, video works normally.

The pinmap and GPIOs havebeen verified multiple times, everythign matches.

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: Needs investigationWe need to do some research before taking next steps on this issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions