diff --git a/Documentation/isp-feature-matrix.rst b/Documentation/isp-feature-matrix.rst index 3b101eb2..b56f1e56 100644 --- a/Documentation/isp-feature-matrix.rst +++ b/Documentation/isp-feature-matrix.rst @@ -67,6 +67,7 @@ different platforms in libcamera. * Intel 11th-14th Gen (IPU6) * Intel 15th Gen (IPU7) + * NXP i.MX7 and i.MX8 series (imx7-csi) * Texas Instruments J7x/AM6x * Qualcomm Snapdragon (CamSS) diff --git a/src/libcamera/pipeline/simple/simple.cpp b/src/libcamera/pipeline/simple/simple.cpp index b30b0a12..4a0b9f58 100644 --- a/src/libcamera/pipeline/simple/simple.cpp +++ b/src/libcamera/pipeline/simple/simple.cpp @@ -257,7 +257,7 @@ namespace { static const SimplePipelineInfo supportedDevices[] = { { "dcmipp", {}, false }, - { "imx7-csi", { { "pxp", 1 } }, false }, + { "imx7-csi", { { "pxp", 1 } }, true }, { "intel-ipu6", {}, true }, { "intel-ipu7", {}, true }, { "j721e-csi2rx", {}, true },