同步esp-video组件驱动摄像头的配置(waveshare s3-3.5、s3-3.5b、s3-audio-board) (#1291)

* 同步esp-video组件驱动摄像头的配置

* 修改Waveshare ESP32-S3-AUDIO-Board 摄像头配置。

* Modify the XCLK parameters of the camera, and modify the config.txt to be compatible with 2640 and 5640.

* Update the esp_video component version to 1.3.0

* Downgrade the esp_video component version. There are unfixed bugs.

* Update component version
This commit is contained in:
Y1hsiaochunnn
2025-10-20 21:20:42 +08:00
committed by GitHub
parent a601a5cbc1
commit 3176a45ebe
7 changed files with 44 additions and 30 deletions

View File

@@ -27,7 +27,7 @@ dependencies:
espressif/button: ~4.1.3
espressif/knob: ^1.0.0
espressif/esp_video:
version: '==1.2.0' # for compatibility. update version may need to modify this project code.
version: '==1.3.1' # for compatibility. update version may need to modify this project code.
rules:
- if: target not in [esp32]
espressif/esp_lcd_touch_ft5x06: ~1.0.7