libcamera: software_isp: lut: Make contrast available in debayer params

Provide the contrast used in IPA to Bayer parameters. Similar to the
calculated Gamma value we will pass this value into the debayer fragment
shader for further consumption.

Reviewed-by: Milan Zamazal <mzamazal@redhat.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Bryan O'Donoghue
2025-12-11 23:22:45 +00:00
committed by Kieran Bingham
parent 5bfb96661f
commit 5f51e2e545
3 changed files with 7 additions and 0 deletions
+5
View File
@@ -115,6 +115,11 @@ namespace libcamera {
* \brief Gamma value for the GPUISP
*/
/**
* \var DebayerParams::contrast
* \brief Contrast value for GPUISP
*/
/**
* \class Debayer
* \brief Base debayering class