summaryrefslogtreecommitdiff
path: root/include/libcamera/stream.h
diff options
context:
space:
mode:
authorNiklas Söderlund <niklas.soderlund@ragnatech.se>2020-02-27 17:24:51 +0100
committerNiklas Söderlund <niklas.soderlund@ragnatech.se>2020-03-27 16:27:28 +0100
commite9206124ccadc730e3fdc4ef401beda0467a856e (patch)
treebf0dd7e8d5ca48a9a24675048218fa72c9dc93a8 /include/libcamera/stream.h
parent2fbab8b07748b790b5896c24a0aa09444ca48f97 (diff)
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>
Diffstat (limited to 'include/libcamera/stream.h')
-rw-r--r--include/libcamera/stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libcamera/stream.h b/include/libcamera/stream.h
index b1441f8e..18142dc9 100644
--- a/include/libcamera/stream.h
+++ b/include/libcamera/stream.h
@@ -58,6 +58,7 @@ private:
enum StreamRole {
StillCapture,
+ StillCaptureRaw,
VideoRecording,
Viewfinder,
};