mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-23 08:35:07 +03:00
libcamera: stream: Rename StillCaptureRaw to Raw
With the buffer copy removed from all pipelines for raw capture rename StillCaptureRaw to Raw to better describe the role. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: David Plowman <david.plowman@raspberrypi.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
This commit is contained in:
parent
b83ee94fe2
commit
dbe8d271e7
7 changed files with 10 additions and 11 deletions
|
@ -59,8 +59,8 @@ private:
|
|||
};
|
||||
|
||||
enum StreamRole {
|
||||
Raw,
|
||||
StillCapture,
|
||||
StillCaptureRaw,
|
||||
VideoRecording,
|
||||
Viewfinder,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue