libcamera/Documentation/guides
Naushir Patuck a62b35b8c0 libcamera: pipeline: Pass libcamera controls into pipeline_handler::start()
Applications now have the ability to pass in controls that need to be
applied on startup, rather than doing it through Request where there might
be some frames of delay in getting the controls applied.

This commit adds the ability to pass in a set of libcamera controls into
the pipeline handlers through the pipeline_handler::start() method. These
controls are provided by the application through the camera::start()
public API.

Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: David Plowman <david.plowman@raspberrypi.com>
Tested-by: David Plowman <david.plowman@raspberrypi.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2020-12-08 14:28:51 +02:00
..
application-developer.rst Documentation: Guides: Application Writer's Guide 2020-08-20 16:56:13 +01:00
introduction.rst Documentation: Guides: Developer's Guide to libcamera 2020-08-20 16:56:07 +01:00
pipeline-handler.rst libcamera: pipeline: Pass libcamera controls into pipeline_handler::start() 2020-12-08 14:28:51 +02:00
tracing.rst Documentation: tracing: Add tracing guide 2020-11-03 11:35:16 +09:00