[libcamera-devel] [PATCH v2 08/18] libcamera: software_isp: Add SwStatsCpu class
Andrei Konovalov
andrey.konovalov.ynk at gmail.com
Sun Jan 14 18:26:50 CET 2024
Hi All,
On 14.01.2024 19:52, Pavel Machek wrote:
> Hi!
>
>> Add a CPU based SwStats implementation for SoftwareISP / SoftIPA use.
>>
>
>> +/* for brightness values in the 0 to 255 range: */
>> +static const unsigned int BRIGHT_LVL = 200U << 8;
>> +static const unsigned int TOO_BRIGHT_LVL = 240U << 8;
>
> I believe these two are unused?
Right. These are left-overs from the initial implementation of the AE/AGC algorithm.
I am sure I've noticed that earlier, but completely forgot to report that sigh...
Thanks,
Andrey
> Pavel
More information about the libcamera-devel
mailing list