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:
committed by
Laurent Pinchart
parent
1d7b6297f2
commit
5aef825764
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user