libcamera/src/ipa/ipu3/algorithms
Jean-Michel Hautbois a0734f72d4 ipa: ipu3: awb: Add support for color temperature
The AWB estimates the color temperature, but it is not used at all. It
can be useful for debug purpose at least, but also for lux estimation
later, to be able to know the temperature estimated for a given frame.

Add a new member to the IPAFrameContext::awb for this purpose, and
update the value in AWB.

Signed-off-by: Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
2021-11-15 11:00:05 +01:00
..
agc.cpp ipa: ipu3: agc: Store exposure in units of time 2021-11-15 11:00:05 +01:00
agc.h ipa: ipu3: agc: Store exposure in units of time 2021-11-15 11:00:05 +01:00
algorithm.cpp ipa: ipu3: Add the functions to the Algorithm class 2021-08-20 12:11:28 +02:00
algorithm.h ipa: ipu3: Add the functions to the Algorithm class 2021-08-20 12:11:28 +02:00
awb.cpp ipa: ipu3: awb: Add support for color temperature 2021-11-15 11:00:05 +01:00
awb.h ipa: ipu3: algorithms: awb: Privatize internal structures 2021-10-26 14:08:33 +02:00
blc.cpp ipa: ipu3: awb: Introduce Black Level Correction 2021-10-06 17:58:17 +02:00
blc.h ipa: ipu3: awb: Introduce Black Level Correction 2021-10-06 17:58:17 +02:00
meson.build ipa: ipu3: awb: Introduce Black Level Correction 2021-10-06 17:58:17 +02:00
tone_mapping.cpp ipa: ipu3: tonemapping: Add the documentation for ToneMapping 2021-10-26 14:03:37 +02:00
tone_mapping.h ipa: ipu3: tonemapping: Implement configure call 2021-10-26 14:02:43 +02:00