[libcamera-devel] [RFC PATCH v3 5/5] libcamera: pipeline: simple: enable software converter for qcom-camss

Andrey Konovalov andrey.konovalov at linaro.org
Thu Sep 28 20:55:37 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 c7da700b..5bdd00ea 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