Skip to content

Commit

Permalink
libcamera: pipeline: simple: Enable Soft ISP for TI CSI-RX
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Umang Jain <[email protected]>
Tested-by: Milan Zamazal <[email protected]>
Reviewed-by: Kieran Bingham <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Signed-off-by: Laurent Pinchart <[email protected]>
  • Loading branch information
jailuthra authored and pinchartl committed Jul 22, 2024
1 parent 4661a7e commit 929978e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcamera/pipeline/simple/simple.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ static const SimplePipelineInfo supportedDevices[] = {
{ "dcmipp", {}, false },
{ "imx7-csi", { { "pxp", 1 } }, false },
{ "intel-ipu6", {}, true },
{ "j721e-csi2rx", {}, false },
{ "j721e-csi2rx", {}, true },
{ "mtk-seninf", { { "mtk-mdp", 3 } }, false },
{ "mxc-isi", {}, false },
{ "qcom-camss", {}, true },
Expand Down

0 comments on commit 929978e

Please sign in to comment.