[libcamera-devel] [RFC PATCH v2 4/4] libcamera: pipeline: simple: enable software converter for qcom-camss
Andrey Konovalov
andrey.konovalov at linaro.org
Wed Sep 20 17:19:21 CEST 2023
Signed-off-by: Andrey Konovalov <andrey.konovalov at linaro.org>
---
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 3f1b523a..27b2a835 100644
--- a/src/libcamera/pipeline/simple/simple.cpp
+++ b/src/libcamera/pipeline/simple/simple.cpp
@@ -200,7 +200,7 @@ static const SimplePipelineInfo supportedDevices[] = {
{ "imx7-csi", { { ConverterFlag::MediaDevice, "pxp", 1 } } },
{ "j721e-csi2rx", {} },
{ "mxc-isi", {} },
- { "qcom-camss", {} },
+ { "qcom-camss", { { ConverterFlag::NoFlag, "linaro-sw-converter", 1 } } },
{ "sun6i-csi", {} },
};
--
2.34.1
More information about the libcamera-devel
mailing list