ipa: rkisp1: Add manual color gains
Add support for manually controlling the color gains on the rkisp1 IPA. To that end, add and plumb the AwbEnable and ColourGains controls. As per-frame controls aren't supported yet in the rkisp1 IPA, simply apply and perform checks on the controls immediately. Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
committed by
Laurent Pinchart
parent
bf3dbaece9
commit
3200bb635c
@@ -55,6 +55,7 @@ struct IPAFrameContext {
|
||||
} gains;
|
||||
|
||||
double temperatureK;
|
||||
bool autoEnabled;
|
||||
} awb;
|
||||
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user