diff options
author | Milan Zamazal <mzamazal@redhat.com> | 2024-11-28 13:52:25 +0100 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2024-12-06 12:34:48 +0000 |
commit | 3930b9402110472ef2e8d4a997f4ebc4925e864b (patch) | |
tree | 0831ba12b58680f33c986319c816a470b17955e2 /src/ipa/simple/ipa_context.h | |
parent | 9135aacff1fa8aa6af1a44493c6ec8abfbde31a3 (diff) |
libcamera: software_isp: Add contrast control
This patch introduces support for applying runtime controls to software
ISP. It enables the contrast control as the first control that can be
used.
Signed-off-by: Milan Zamazal <mzamazal@redhat.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src/ipa/simple/ipa_context.h')
-rw-r--r-- | src/ipa/simple/ipa_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipa/simple/ipa_context.h b/src/ipa/simple/ipa_context.h index 3771b9f5..4af51306 100644 --- a/src/ipa/simple/ipa_context.h +++ b/src/ipa/simple/ipa_context.h @@ -69,6 +69,7 @@ struct IPAContext { IPASessionConfiguration configuration; IPAActiveState activeState; FCQueue<IPAFrameContext> frameContexts; + ControlInfoMap::Map ctrlMap; }; } /* namespace ipa::soft */ |