27 lines
919 B
Diff
27 lines
919 B
Diff
|
From 278114dc6f3db69bacd80327516bc397dd1b881f Mon Sep 17 00:00:00 2001
|
||
|
From: Robert Mader <robert.mader@collabora.com>
|
||
|
Date: Mon, 22 Apr 2024 23:30:31 +0200
|
||
|
Subject: [PATCH 1/4] libcamera: simple: Enable softwareISP for the librem5
|
||
|
|
||
|
And - in theory - on similar devices.
|
||
|
---
|
||
|
src/libcamera/pipeline/simple/simple.cpp | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/src/libcamera/pipeline/simple/simple.cpp b/src/libcamera/pipeline/simple/simple.cpp
|
||
|
index db3575c3..ac792b35 100644
|
||
|
--- a/src/libcamera/pipeline/simple/simple.cpp
|
||
|
+++ b/src/libcamera/pipeline/simple/simple.cpp
|
||
|
@@ -198,7 +198,7 @@ namespace {
|
||
|
|
||
|
static const SimplePipelineInfo supportedDevices[] = {
|
||
|
{ "dcmipp", {}, false },
|
||
|
- { "imx7-csi", { { "pxp", 1 } }, false },
|
||
|
+ { "imx7-csi", { { "pxp", 1 } }, true },
|
||
|
{ "j721e-csi2rx", {}, false },
|
||
|
{ "mtk-seninf", { { "mtk-mdp", 3 } }, false },
|
||
|
{ "mxc-isi", {}, false },
|
||
|
--
|
||
|
2.45.1
|
||
|
|