Fix LilyGo-T-CameraPlus-S3 Camera (#1295)

* 修改摄像头配置

* Fix lilygo-t-cameraplus-s3 camera

---------

Co-authored-by: yusuhua <yusuhua@baidu.com>
This commit is contained in:
yusuhua
2025-10-15 15:48:41 +08:00
committed by GitHub
parent c62ab7b239
commit 92238612b6
5 changed files with 53 additions and 32 deletions

View File

@@ -244,12 +244,8 @@ private:
esp_video_init_sccb_config_t sccb_config = {
#ifdef CONFIG_BOARD_TYPE_LILYGO_T_CAMERAPLUS_S3_V1_0_V1_1
.init_sccb = true,
.i2c_config = {
.port = 0,
.scl_pin = SIOC_GPIO_NUM,
.sda_pin = GPIO_NUM_NC,
},
.init_sccb = false,
.i2c_handle = i2c_bus_,
#elif defined CONFIG_BOARD_TYPE_LILYGO_T_CAMERAPLUS_S3_V1_2
.init_sccb = true,
.i2c_config = {