Merge branch 'feat/cam_support_s31' into 'master'

Support dvp cam on ESP32-S31

Closes IDF-14722

See merge request espressif/esp-idf!47850
This commit is contained in:
Gao Xu
2026-05-15 10:03:53 +08:00
52 changed files with 1040 additions and 786 deletions

View File

@@ -343,6 +343,7 @@ IRAM 安全
* :example:`peripherals/camera/mipi_isp_dsi` 演示了如何使用 ``esp_driver_cam`` 组件从 MIPI CSI 摄像头传感器捕获信号,传入 ISP 模块,并通过 DSI 接口将其显示在 LCD 屏幕上。
* :example:`peripherals/camera/dvp_isp_dsi` 演示了如何使用 ``esp_driver_cam`` 组件从 DVP 摄像头传感器捕获信号,传入 ISP 模块,并通过 DSI 接口将其显示在 LCD 屏幕上。
* :example:`peripherals/camera/dvp_dsi` 演示了如何使用 ``esp_driver_cam`` 组件通过 DVP 接口采集摄像头传感器数据,并在 MIPI DSI LCD 上显示。
API 参考
--------