diff --git a/examples/peripherals/camera/mipi_isp_dsi/README.md b/examples/peripherals/camera/mipi_isp_dsi/README.md index d8394550fb..bfe2038eff 100644 --- a/examples/peripherals/camera/mipi_isp_dsi/README.md +++ b/examples/peripherals/camera/mipi_isp_dsi/README.md @@ -143,6 +143,12 @@ I (1315) sensor_init: fmt[2].name:MIPI_2lane_24Minput_RAW8_800x800_50fps I (1355) sensor_init: Format in use:MIPI_2lane_24Minput_RAW8_800x640_50fps ``` +Below picture is from the video stream of OV5647 and ILI9881C. The camera module is not focused and has not been calibrated by the ESP on-chip ISP hardware. + +This image is also used as a reference, you can check output image after ISP auto-focus and other pipelines in [Example ISP Multi-pipeline](../../isp/multi_pipelines/). + +![CSI-ISP](image/csi2.jpg) + ## Reference diff --git a/examples/peripherals/camera/mipi_isp_dsi/image/csi2.jpg b/examples/peripherals/camera/mipi_isp_dsi/image/csi2.jpg new file mode 100644 index 0000000000..46f4ba13cd Binary files /dev/null and b/examples/peripherals/camera/mipi_isp_dsi/image/csi2.jpg differ diff --git a/examples/peripherals/isp/multi_pipelines/README.md b/examples/peripherals/isp/multi_pipelines/README.md index 840176ea5c..0aabec7884 100644 --- a/examples/peripherals/isp/multi_pipelines/README.md +++ b/examples/peripherals/isp/multi_pipelines/README.md @@ -152,7 +152,12 @@ I (1315) cam_dsi: fmt[2].name:MIPI_2lane_24Minput_RAW8_800x800_50fps I (1355) cam_dsi: Format in use:MIPI_2lane_24Minput_RAW8_800x640_50fps ``` -You will also see the screen auto-focus when the screen image changes. +Below picture is from the video stream of OV5647 and ILI9881C. The camera module is auto-focused and calibrated by ESP on-chip ISP hardware. The edge is over-sharpened as example code configured. + +This image is also used as a reference, you can check output image without ISP auto-focus and other pipelines in [Example MIPI Camera Display](../../camera/mipi_isp_dsi/). + +![ISP-MULTI-PIPELINE](image/isp2.jpg) + ## Reference diff --git a/examples/peripherals/isp/multi_pipelines/image/isp2.jpg b/examples/peripherals/isp/multi_pipelines/image/isp2.jpg new file mode 100644 index 0000000000..146d34cb61 Binary files /dev/null and b/examples/peripherals/isp/multi_pipelines/image/isp2.jpg differ