ESP32-xiaozhi-esp32/main/boards/lilygo-t-cameraplus-s3
yusuhua 92238612b6
Fix LilyGo-T-CameraPlus-S3 Camera (#1295)
* 修改摄像头配置

* Fix lilygo-t-cameraplus-s3 camera

---------

Co-authored-by: yusuhua <yusuhua@baidu.com>
2025-10-15 15:48:41 +08:00
..
config.h Fix LilyGo-T-CameraPlus-S3 Camera (#1295) 2025-10-15 15:48:41 +08:00
config.json Fix LilyGo-T-CameraPlus-S3 Camera (#1295) 2025-10-15 15:48:41 +08:00
ir_filter_controller.h 增加LilyGo T-CameraPlus-S3的摄像头红外过滤功能 (#766) 2025-06-06 11:18:02 +08:00
lilygo-t-cameraplus-s3.cc Fix LilyGo-T-CameraPlus-S3 Camera (#1295) 2025-10-15 15:48:41 +08:00
pin_config.h Refactor: Use esp_video component (#1245) 2025-10-14 10:44:45 +08:00
README.md Fix LilyGo-T-CameraPlus-S3 Camera (#1295) 2025-10-15 15:48:41 +08:00
tcamerapluss3_audio_codec.cc 增强T-CameraPlus-S3麦克风接收音量 (#958) 2025-07-23 23:02:45 +08:00
tcamerapluss3_audio_codec.h v1.8.0: Audio 代码重构与低功耗优化 (#943) 2025-07-19 22:45:22 +08:00

LILYGO T-CameraPlus-S3

T-CameraPlus-S3 is an intelligent camera module developed based on the ESP32S3 chip, equipped with a 240x240 TFT display, digital microphone, speaker, independent button, power control chip, SD card module, etc. It comes with a basic UI written based on LVGL, which can achieve functions such as file management, music playback, recording, and camera projection (if the factory does not write the program, you need to manually burn the UI program named "Lvgl_UI").

Official github: T-CameraPlus-S3

Configuration

Set the compilation target to ESP32S3

idf.py set-target esp32s3

Open menuconfig

idf.py menuconfig

Select the board

Xiaozhi Assistant -> Board Type -> LILYGO T-CameraPlus-S3_V1_0_V1_1
Or
Xiaozhi Assistant -> Board Type -> LILYGO T-CameraPlus-S3_V1_2

Modify the psram configuration

Component config -> ESP PSRAM -> SPI RAM config -> Mode (QUAD/OCT) -> Quad Mode PSRAM

Select and set camera sensor

Component config -> Espressif Camera Sensors Configurations -> Camera Sensor Configuration -> Select and Set Camera Sensor -> OV2640 -> Select default output format for DVP interface -> YUV422 240x240 25fps, DVP 8-bit, 20M input

Build

idf.py build