diff options
author | Niklas Söderlund <niklas.soderlund@ragnatech.se> | 2020-04-29 16:59:15 +0200 |
---|---|---|
committer | Niklas Söderlund <niklas.soderlund@ragnatech.se> | 2020-05-02 14:46:20 +0200 |
commit | b20eb8ffb5f91788a1412928058cbc9304b8144b (patch) | |
tree | 6e351a0ed5835773425ec3e9e5f20448feeab4b6 /src/qcam/assets/feathericons | |
parent | db7235b7141aa4e2922827b4678e25da4faa8c5d (diff) |
qcam: Add RAW capture support
Add a toolbar button that captures RAW data to disk. The button is only
enabled if the camera is configured to provide a raw stream to the
application.
Only when the capture action is triggered will a request with a raw
buffer be queued to the camera.
Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/qcam/assets/feathericons')
-rw-r--r-- | src/qcam/assets/feathericons/feathericons.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qcam/assets/feathericons/feathericons.qrc b/src/qcam/assets/feathericons/feathericons.qrc index c4eb7a0b..fc821392 100644 --- a/src/qcam/assets/feathericons/feathericons.qrc +++ b/src/qcam/assets/feathericons/feathericons.qrc @@ -1,5 +1,6 @@ <!DOCTYPE RCC><RCC version="1.0"> <qresource> +<file>./aperture.svg</file> <file>./camera-off.svg</file> <file>./play-circle.svg</file> <file>./save.svg</file> |