Fix abnormal screen and camera display on DF K10 when running on Box (#1648)

* 解决屏幕和摄像头无法初始化问题

* 修改摄像头时钟

* change readme

* chang config
This commit is contained in:
唐杰
2026-01-14 17:11:25 +08:00
committed by GitHub
parent 2ff3796289
commit d963e120db
4 changed files with 31 additions and 6 deletions

View File

@ -30,8 +30,24 @@ Xiaozhi Assistant -> Board Type -> DFRobot 行空板 K10
Component config -> ESP PSRAM -> SPI RAM config -> Mode (QUAD/OCT) -> Octal Mode PSRAM
```
**使能摄像头缓冲区大小端交换:**
```
Xiaozhi Assistant -> Camera Configuration -> Enable software camera buffer endianness swapping
```
**配置摄像头:**
```
Component config -> Espressif Camera Sensors Configurations -> Camera Sensor Configuration -> Select and Set Camera Sensor -> GC2145 -> Select default output format for DVP interface (RGB565 800x600 20fps, DVP 8-bit, 20M input) -> RGB565 800x600 20fps, DVP 8-bit, 20M input
```
**编译:**
```bash
idf.py build
```
```