diff options
author | Naushir Patuck <naush@raspberrypi.com> | 2023-10-13 08:48:29 +0100 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2023-10-18 11:01:22 +0100 |
commit | 56ca5091debff3a74a9ff146ee6a15eda47047bc (patch) | |
tree | d636fa5ccec55e8279a33a3ac550a2c3573cd58c /src/ipa/rpi/controller/controller.h | |
parent | 11c939a200dd501b074d3dd11111dac26dd8fb4d (diff) |
ipa: rpi: Add PiSP definitions to the Controller hardware description
Add an entry to Controller::HardwareConfig describing the PiSP hardware
for the IPA and controller algorithms to use.
Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: David Plowman <david.plowman@raspberrypi.com>
Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src/ipa/rpi/controller/controller.h')
-rw-r--r-- | src/ipa/rpi/controller/controller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipa/rpi/controller/controller.h b/src/ipa/rpi/controller/controller.h index a8bc6188..6e5f5952 100644 --- a/src/ipa/rpi/controller/controller.h +++ b/src/ipa/rpi/controller/controller.h @@ -41,6 +41,7 @@ public: libcamera::Size agcRegions; libcamera::Size agcZoneWeights; libcamera::Size awbRegions; + libcamera::Size cacRegions; libcamera::Size focusRegions; unsigned int numHistogramBins; unsigned int numGammaPoints; |