libcamera: simple: Enable SoftISP for imx7-csi

Since commit "libcamera: simple: Make raw streams working" apps that rely
on raw streams - such as Millipixels - can work with the SoftISP being
enabled. Thus let's enable the later by default.

Tested on a Librem5.

Signed-off-by: Robert Mader <robert.mader@collabora.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Acked-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Robert Mader
2026-01-19 14:13:27 +01:00
committed by Kieran Bingham
parent 2318a2863b
commit 4a5ebcf675
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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 },