[libcamera-devel] [PATCH v3 6/9] ipa: ipu3: convert AWB to the new algorithm interface
Kieran Bingham
kieran.bingham at ideasonboard.com
Wed Aug 18 23:50:54 CEST 2021
On 18/08/2021 22:39, Kieran Bingham wrote:
> On 18/08/2021 16:54, Jean-Michel Hautbois wrote:
>> -void IPU3Awb::initialise(ipu3_uapi_params ¶ms, const Size &bdsOutputSize, struct ipu3_uapi_grid_config &bdsGrid)
>> +IPU3Awb::~IPU3Awb()
>> {
>> - params.use.acc_awb = 1;
>> - params.acc_param.awb.config = imguCssAwbDefaults;
>> -
>> - awbGrid_ = bdsGrid;
>> - params.acc_param.awb.config.grid = awbGrid_;
>
> I don't think I see acc_param.awb.config.grid
>
Sorry - I forgot to remove this comment after I found it ;-) Please
ignore that line.
--
Regards
--
Kieran
More information about the libcamera-devel
mailing list