libcamera: Provide a Request object

Implement a Request object used by applications to queue image capture
requests to a camera.

Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
Jacopo Mondi
2019-02-04 16:33:01 +01:00
committed by Laurent Pinchart
parent 1d7b6297f2
commit 5aef825764
7 changed files with 177 additions and 0 deletions

View File

@@ -97,6 +97,11 @@ const std::string &Camera::name() const
return name_;
}
/**
* \var Camera::requestCompleted
* \brief Signal emitted when a request queued to the camera has completed
*/
/**
* \var Camera::disconnected
* \brief Signal emitted when the camera is disconnected from the system