diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libcamera/stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libcamera/stream.h b/include/libcamera/stream.h index f502b359..bb47c390 100644 --- a/include/libcamera/stream.h +++ b/include/libcamera/stream.h @@ -59,8 +59,8 @@ private: }; enum StreamRole { + Raw, StillCapture, - StillCaptureRaw, VideoRecording, Viewfinder, }; |