xiaozhi-esp32/main/boards/lilygo-t-cameraplus-s3
laride 60ad1c5afc
Some checks are pending
Build Boards / Determine variants to build (push) Waiting to run
Build Boards / Build ${{ matrix.name }} (push) Blocked by required conditions
Refactor: Use esp_video component (#1245)
* refactor: migrate camera module to esp-video library

* refactor: migrate boards to esp-video API (1/2)

* refactor: migrate boards to esp-video API (2/2)

* fix: use ESP-IDF 5.5

* refactor: migrate the JPEG encoder to `esp_new_jpeg`

* feat: add YUV422 support

* feat: improve pixelformat and device selection process

* feat: use ESP32-P4 Hardware JPEG Encoder
2025-10-14 10:44:45 +08:00
..
config.h 增强T-CameraPlus-S3麦克风接收音量 (#958) 2025-07-23 23:02:45 +08:00
config.json fix: compiling errors 2025-09-12 15:55:55 +08:00
ir_filter_controller.h 增加LilyGo T-CameraPlus-S3的摄像头红外过滤功能 (#766) 2025-06-06 11:18:02 +08:00
lilygo-t-cameraplus-s3.cc Refactor: Use esp_video component (#1245) 2025-10-14 10:44:45 +08:00
pin_config.h Refactor: Use esp_video component (#1245) 2025-10-14 10:44:45 +08:00
README.md LilyGo T-CameraPlus-S3低版本发布及增加拍照键 (#720) 2025-05-30 10:13:18 +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

编译配置命令

配置编译目标为 ESP32S3

idf.py set-target esp32s3

打开 menuconfig

idf.py menuconfig

选择板子:

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

修改 psram 配置:

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

编译:

idf.py build

LILYGO T-CameraPlus-S3