Skip to content

Commit

Permalink
libcamera: pipeline: Add Mali-C55 ISP pipeline
Browse files Browse the repository at this point in the history
Add a pipeline handler for the Mali-C55 ISP.

The pipeline doesn't currently support an IPA and does not run
any 3a algorithm but only handles the media graph topology and
formats/sizes configuration

Co-developed-by: Daniel Scally <[email protected]>
Signed-off-by: Daniel Scally <[email protected]>
Signed-off-by: Jacopo Mondi <[email protected]>
Acked-by: Nayden Kanchev <[email protected]>
Reviewed-by: Kieran Bingham <[email protected]>
  • Loading branch information
Jacopo Mondi committed Mar 26, 2024
1 parent edef303 commit 0fbc801
Show file tree
Hide file tree
Showing 4 changed files with 1,073 additions and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ arch_x86 = ['x86', 'x86_64']
pipelines_support = {
'imx8-isi': arch_arm,
'ipu3': arch_x86,
'mali-c55': arch_arm,
'rkisp1': arch_arm,
'rpi/vc4': arch_arm,
'simple': arch_arm,
Expand Down
1 change: 1 addition & 0 deletions meson_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ option('pipelines',
'auto',
'imx8-isi',
'ipu3',
'mali-c55',
'rkisp1',
'rpi/vc4',
'simple',
Expand Down
Loading

0 comments on commit 0fbc801

Please sign in to comment.