[libcamera-devel] [RFC PATCH 10/14] FULL: pipeline: ipu3: Set MaxLatency ControlInfo
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Mon Jun 28 03:52:53 CEST 2021
Hi Paul,
Thank you for the patch.
On Fri, Jun 18, 2021 at 07:33:47PM +0900, Paul Elder wrote:
> Set the MaxLatency ControlInfo in IPU3, to satisfy CTS FULL
> requirements.
>
> Bug: https://bugs.libcamera.org/show_bug.cgi?id=50
> Signed-off-by: Paul Elder <paul.elder at ideasonboard.com>
> ---
> src/libcamera/pipeline/ipu3/ipu3.cpp | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/libcamera/pipeline/ipu3/ipu3.cpp b/src/libcamera/pipeline/ipu3/ipu3.cpp
> index 6c93bc6d..1899f389 100644
> --- a/src/libcamera/pipeline/ipu3/ipu3.cpp
> +++ b/src/libcamera/pipeline/ipu3/ipu3.cpp
> @@ -48,6 +48,7 @@ static constexpr unsigned int IMGU_OUTPUT_HEIGHT_MARGIN = 32;
> static constexpr Size IPU3ViewfinderSize(1280, 720);
>
> static const ControlInfoMap::Map IPU3Controls = {
> + { &controls::draft::MaxLatency, ControlInfo(0, 0, 0) },
It's a bit of a future promise of course, but it's the right goal :-)
Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
> { &controls::draft::PipelineDepth, ControlInfo(2, 3) },
> };
>
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list