ipa: rkisp1: algorithms: awb: Fix wrong colour temperature reporting
In commitb60bd37b1a
("ipa: rkisp1: Move calculation of RGB means into own function") the output of the current measured colour temperature as metadata was incorrectly added. Remove it. Fixes:b60bd37b1a
("ipa: rkisp1: Move calculation of RGB means into own function") Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
This commit is contained in:
parent
5010b65a08
commit
3fcc6b06c3
1 changed files with 0 additions and 3 deletions
|
@ -318,9 +318,6 @@ void Awb::process(IPAContext &context,
|
|||
|
||||
activeState.awb.temperatureK = awbResult.colourTemperature;
|
||||
|
||||
/* Metadata shall contain the up to date measurement */
|
||||
metadata.set(controls::ColourTemperature, activeState.awb.temperatureK);
|
||||
|
||||
/*
|
||||
* Clamp the gain values to the hardware, which expresses gains as Q2.8
|
||||
* unsigned integer values. Set the minimum just above zero to avoid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue