Add Folder check and Folder creation
This commit is contained in:
@@ -26,6 +26,7 @@ public:
|
||||
virtual std::string Video(ctpl::thread_pool* pThreadPool, const std::string& ffmpeg) override;
|
||||
|
||||
private:
|
||||
static std::string GetFolderName(const Settings& settings);
|
||||
static std::string GetFileName(const Settings& settings, const std::string& extension, const std::string& dateTimeString, int imageIndex);
|
||||
static void Snapshots(const std::string& ffmpeg, const Settings& settings, std::string dateTimeString, int numberOfImages);
|
||||
static void Snapshot(const std::string& ffmpeg, const Settings& settings, const filesystem::path& fileName);
|
||||
|
||||
Reference in New Issue
Block a user