mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-23 08:35:07 +03:00
libcamera: stream: Add StillCaptureRaw role
Add a role for capturing high resolution, low frame rate, still images in RAW format. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
parent
2fbab8b077
commit
e9206124cc
2 changed files with 4 additions and 0 deletions
|
@ -58,6 +58,7 @@ private:
|
|||
|
||||
enum StreamRole {
|
||||
StillCapture,
|
||||
StillCaptureRaw,
|
||||
VideoRecording,
|
||||
Viewfinder,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue