[PATCH] libcamera: pipeline: simple: Enable Soft ISP for TI CSI-RX
Umang Jain
umang.jain at ideasonboard.com
Thu Jun 27 15:41:22 CEST 2024
Hi Jai,
On 27/06/24 2:09 pm, Jai Luthra wrote:
> The j721e-csi2rx driver pipeline uses no converters, so enable the
> software ISP plugin support. This is handy for boards with AM62 SoC
> (like BeaglePlay) that have no HW ISP.
>
> Tested with IMX519 on SK-AM62 running a kernel built with dmabuf heap
> support.
>
> Signed-off-by: Jai Luthra <j-luthra at ti.com>
Probably worth having a Tested-by: Tag here as well. Just provide one on
the thread, if you have tested it.
Reviewed-by: Umang Jain <umang.jain at ideasonboard.com>
> ---
> 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 eb36578e..812c492e 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 },
> - { "j721e-csi2rx", {}, false },
> + { "j721e-csi2rx", {}, true },
> { "mtk-seninf", { { "mtk-mdp", 3 } }, false },
> { "mxc-isi", {}, false },
> { "qcom-camss", {}, true },
More information about the libcamera-devel
mailing list