diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libcamera/pipeline/simple/simple.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/pipeline/simple/simple.cpp b/src/libcamera/pipeline/simple/simple.cpp index b07038de..239f77ff 100644 --- a/src/libcamera/pipeline/simple/simple.cpp +++ b/src/libcamera/pipeline/simple/simple.cpp @@ -161,7 +161,7 @@ namespace { static const SimplePipelineInfo supportedDevices[] = { { "imx7-csi", { { "pxp", 1 } } }, - { "mtk-seninf", { { "mtk-mdp3", 3 } } }, + { "mtk-seninf", { { "mtk-mdp", 3 }, { "mtk-mdp3", 3 } } }, { "qcom-camss", {} }, { "sun6i-csi", {} }, }; |