[libcamera-devel] [PATCH 2/2] ipa: ipu3: Set output frame duration metadata

Jacopo Mondi jacopo at jmondi.org
Fri May 21 13:55:14 CEST 2021


Hi Paul,

On Fri, May 21, 2021 at 07:55:34PM +0900, Paul Elder wrote:
> The sensor frame duration should be set by the IPA. Hardcode it for now.
>
> Signed-off-by: Paul Elder <paul.elder at ideasonboard.com>

With a \todo

Reviewed-by: Jacopo Mondi <jacopo at jmondi.org>

Thanks
   j

> ---
>  src/ipa/ipu3/ipu3.cpp | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/src/ipa/ipu3/ipu3.cpp b/src/ipa/ipu3/ipu3.cpp
> index f5343547..35c24052 100644
> --- a/src/ipa/ipu3/ipu3.cpp
> +++ b/src/ipa/ipu3/ipu3.cpp
> @@ -269,6 +269,10 @@ void IPAIPU3::parseStatistics(unsigned int frame,
>  	if (agcAlgo_->updateControls())
>  		setControls(frame);
>
> +	ctrls.set(controls::FrameDurations,
> +		  { static_cast<int64_t>(33334),
> +		    static_cast<int64_t>(33334) });
> +
>  	IPU3Action op;
>  	op.op = ActionMetadataReady;
>  	op.controls = ctrls;
> --
> 2.27.0
>


More information about the libcamera-devel mailing list