From ce4a326b246f96a9d7de42755d6b8c9d3c30d8ba Mon Sep 17 00:00:00 2001 From: Maurice ONeal Date: Sun, 4 Dec 2022 20:07:20 -0500 Subject: [PATCH] v1.5.t2 The camera folder will now be auto created and eventually will cause the app to auto create the webroot regardless if motion was detected or not. --- src/common.cpp | 1 + src/common.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common.cpp b/src/common.cpp index 5ed3569..5f30676 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -254,6 +254,7 @@ bool rdConf(shared_t *share) } createDirTree(cleanDir(share->buffDir)); + createDirTree(share->outDir); share->retCode = 0; } diff --git a/src/common.h b/src/common.h index 42e6378..675779c 100644 --- a/src/common.h +++ b/src/common.h @@ -36,7 +36,7 @@ using namespace cv; using namespace std; using namespace std::filesystem; -#define APP_VER "1.5.t1" +#define APP_VER "1.5.t2" #define APP_NAME "Motion Watch" struct shared_t