ipa: rpi: Add support for Raspberry Pi 5

Add the Raspberry Pi 5 ISP (PiSP) IPA to libcamera. To include this IPA
in the build, set the following meson option:

meson configure -Dipas=rpi/pisp

Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: David Plowman <david.plowman@raspberrypi.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Naushir Patuck
2025-01-13 09:24:44 +00:00
committed by Kieran Bingham
parent e9807f5b6a
commit dccdf87af3
31 changed files with 25951 additions and 1 deletions
+13
View File
@@ -58,4 +58,17 @@ controls:
official libcamera API support for per-stream controls in the future.
\sa ScalerCrop
- PispStatsOutput:
type: uint8_t
direction: out
size: [n]
description: |
Span of the PiSP Frontend ISP generated statistics for the current
frame. This is sent in the Request metadata if the StatsOutputEnable is
set to true. The statistics struct definition can be found in
https://github.com/raspberrypi/libpisp/blob/main/src/libpisp/frontend/pisp_statistics.h
\sa StatsOutputEnable
...