libcamera/Documentation/guides
Niklas Söderlund 8992b3ffbb libcamera: pipeline_handler: Remove Camera argument from request handling
There is no need to pass the Camera pointer to queueRequest(),
completeBuffer() and completeRequest() as the Request also passed
contains the same information. Remove the Camera argument to avoid
situations where the information in the Request and the argument differ.

There is no functional change and no public API change as the interface
is only used between the Camera and PipelineHandler.

Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2020-12-28 14:02:13 +01: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_handler: Remove Camera argument from request handling 2020-12-28 14:02:13 +01:00
tracing.rst Documentation: tracing: Add tracing guide 2020-11-03 11:35:16 +09:00