Skip to content

Commit f259da6

Browse files
committed
Merge branch 'fix/add_esp_video_url_in_camera_readme' into 'master'
doc: add esp-video link in camera isp examples See merge request espressif/esp-idf!41646
2 parents 632dac5 + 7cd612a commit f259da6

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

docs/en/api-reference/peripherals/isp.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,7 @@ Application Examples
851851
--------------------
852852

853853
* :example:`peripherals/isp/multi_pipelines` demonstrates how to use the ISP pipelines to process the image signals from camera sensors and display the video on LCD screen via DSI peripheral.
854+
* `esp_video/examples <https://github.com/espressif/esp-video-components/tree/master/esp_video/examples>`_ provides some examples of enabling ISP control algorithms.
854855

855856
API Reference
856857
-------------

docs/zh_CN/api-reference/peripherals/isp.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,7 @@ Kconfig 选项 :ref:`CONFIG_ISP_CTRL_FUNC_IN_IRAM` 支持:
851851
--------
852852

853853
* :example:`peripherals/isp/multi_pipelines` 演示了如何使用 ISP 流水线处理来自摄像头传感器的图像信号,并通过 DSI 外设在 LCD 屏幕上显示视频。
854+
* `esp_video/examples <https://github.com/espressif/esp-video-components/tree/master/esp_video/examples>`_ 中包含自动启用 ISP 控制算法的一些示例。
854855

855856
API 参考
856857
--------

examples/peripherals/camera/dvp_isp_dsi/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ The subsections below give only absolutely necessary information. For full steps
1919
- EK79007 or ILI9881C LCD screen
2020
- ESP32P4 devkit
2121

22+
**Note:** For RAW sensors, the ISP needs to be automatically enabled to optimize image quality. Some examples can be found in [esp_video/examples](https://github.com/espressif/esp-video-components/tree/master/esp_video/examples).
23+
2224
**Note:** For EK79007 you will need to connect following pins:
2325
- 5V - 5V
2426
- GND - GND

examples/peripherals/camera/mipi_isp_dsi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The subsections below give only absolutely necessary information. For full steps
1919
- EK79007 or ILI9881C LCD screen
2020
- ESP32P4 devkit
2121

22-
**Note:** OV5647 has its own ISP functions, whereas SC2336 is a camera sensor without ISP functions. You can use the ESP on-chip ISP functions to tune the image together with the sensor ISP functions, if the image quality is not as expected.
22+
**Note:** OV5647 has its own ISP functions, whereas SC2336 is a camera sensor without ISP functions. You can use the ESP on-chip ISP functions to tune the image together with the sensor ISP functions, if the image quality is not as expected. The [esp-video](https://github.com/espressif/esp-video-components/tree/master/esp_video) component provides support for the ISP control algorithms, and some examples can be found in [esp_video/examples](https://github.com/espressif/esp-video-components/tree/master/esp_video/examples).
2323

2424
**Note:** For EK79007 you will need to connect following pins:
2525
- 5V - 5V

examples/peripherals/isp/multi_pipelines/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This example requires:
2929
- EK79007 or ILI9881C LCD screen
3030
- ESP32P4 devkit
3131

32-
**Note:** OV5647 has its own ISP functions, whereas SC2336 is a camera sensor without ISP functions. You can use the ESP on-chip ISP functions to tune the image together with the sensor ISP functions, if the image quality is not as expected.
32+
**Note:** OV5647 has its own ISP functions, whereas SC2336 is a camera sensor without ISP functions. You can use the ESP on-chip ISP functions to tune the image together with the sensor ISP functions, if the image quality is not as expected. The [esp-video](https://github.com/espressif/esp-video-components/tree/master/esp_video) component provides support for the ISP control algorithms, and some examples can be found in [esp_video/examples](https://github.com/espressif/esp-video-components/tree/master/esp_video/examples).
3333

3434
**Note:** For EK79007 you will need to connect following pins:
3535
- 5V - 5V

0 commit comments

Comments
 (0)