Add the option to save all selected captures at once

* The filename selected is used as a base, then -frameXYZ is appended to each
  capture.
This commit is contained in:
baldurk
2019-02-11 12:33:14 +00:00
parent d438adb701
commit 02abe02fe8
4 changed files with 74 additions and 49 deletions
+2
View File
@@ -452,6 +452,8 @@ struct NewCaptureData
DOCUMENT("An identifier to use to refer to this capture.");
uint32_t captureId = 0;
DOCUMENT("The frame number that this capture came from.");
uint32_t frameNumber = 0;
DOCUMENT("The time the capture was created, as a unix timestamp in UTC.");
uint64_t timestamp = 0;
DOCUMENT("The raw bytes that contain the capture thumbnail, as RGB8 data.");