forked from xiaozhi/xiaozhi-esp32
* 同步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
19 lines
723 B
JSON
19 lines
723 B
JSON
{
|
|
"target": "esp32s3",
|
|
"builds": [
|
|
{
|
|
"name": "esp32-s3-touch-lcd-3.5",
|
|
"sdkconfig_append": [
|
|
"CONFIG_USE_WECHAT_MESSAGE_STYLE=y",
|
|
"CONFIG_CAMERA_OV2640=y",
|
|
"CONFIG_CAMERA_OV2640_AUTO_DETECT_DVP_INTERFACE_SENSOR=y",
|
|
"CONFIG_CAMERA_OV2640_DVP_YUV422_640X480_6FPS=y",
|
|
"CONFIG_CAMERA_OV2640_DVP_IF_FORMAT_INDEX_DEFAULT=1",
|
|
"CONFIG_CAMERA_OV5640=y",
|
|
"CONFIG_CAMERA_OV5640_AUTO_DETECT_DVP_INTERFACE_SENSOR=y",
|
|
"CONFIG_CAMERA_OV5640_DVP_YUV422_800X600_10FPS=y",
|
|
"CONFIG_CAMERA_OV5640_DVP_IF_FORMAT_INDEX_DEFAULT=0"
|
|
]
|
|
}
|
|
]
|
|
} |