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