[PATCH RFC 1/3] ipa: core: add IPASensorDelays structure
Mikhail Rudenko
mike.rudenko at gmail.com
Thu Oct 31 14:39:02 CET 2024
Hi Milan,
On 2024-10-31 at 11:08 +01, Milan Zamazal <mzamazal at redhat.com> wrote:
> Mikhail Rudenko <mike.rudenko at gmail.com> writes:
>
>> Add struct IPASensorDelays for passing sensor delays from
>> a CameraSensorHelper to a pipeline handler at initialization
>> time. Distinct member variables instead of a map ensure at compile
>> time that all delays required by the pipeline handler are defined.
>>
>> Signed-off-by: Mikhail Rudenko <mike.rudenko at gmail.com>
>> ---
>> include/libcamera/ipa/core.mojom | 35 ++++++++++++++++++++++++++++++++
>> 1 file changed, 35 insertions(+)
>>
>> diff --git a/include/libcamera/ipa/core.mojom b/include/libcamera/ipa/core.mojom
>> index bce79724..c95cce4b 100644
>> --- a/include/libcamera/ipa/core.mojom
>> +++ b/include/libcamera/ipa/core.mojom
>> @@ -341,3 +341,38 @@ struct IPAStream {
>> uint32 pixelFormat;
>> Size size;
>> };
>> +
>> +/**
>> + * \struct IPASensorDelays
>> + * \brief Sensor control delays for the IPA interface
>> + *
>> + * The IPASensorDelays structure is used to pass sensoer control delays from
>
> sensoer -> sensor
Good catch, thanks!
--
Best regards,
Mikhail Rudenko
More information about the libcamera-devel
mailing list