fix(isp): isp_dvp raw->rgb needs a workaround

This commit is contained in:
Song Ruo Jing
2024-12-10 14:39:47 +08:00
parent 1363754c19
commit c05603d4a0
4 changed files with 16 additions and 4 deletions

View File

@@ -597,6 +597,10 @@ After calling :cpp:func:`esp_isp_color_configure`, you need to enable the ISP co
Calling :cpp:func:`esp_isp_color_disable` does the opposite, that is, put the driver back to the **init** state.
.. note::
When the ISP DVP peripheral is used with the output color format set to the RGB color space, :ref:`isp-color` is automatically enabled in the camera driver to ensure correct data output. The function :cpp:func:`esp_isp_color_disable` should never be called in this case, otherwise it may result in disarrayed camera data.
.. _isp-ccm-config:
Configure CCM