From e9206124ccadc730e3fdc4ef401beda0467a856e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20S=C3=B6derlund?= Date: Thu, 27 Feb 2020 17:24:51 +0100 Subject: libcamera: stream: Add StillCaptureRaw role MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a role for capturing high resolution, low frame rate, still images in RAW format. Signed-off-by: Niklas Söderlund Reviewed-by: Laurent Pinchart Reviewed-by: Jacopo Mondi --- include/libcamera/stream.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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, }; -- cgit v1.2.1