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.
This commit is contained in:
Maurice ONeal 2022-12-04 20:07:20 -05:00
parent 9816ba339f
commit ce4a326b24
2 changed files with 2 additions and 1 deletions

View File

@ -254,6 +254,7 @@ bool rdConf(shared_t *share)
}
createDirTree(cleanDir(share->buffDir));
createDirTree(share->outDir);
share->retCode = 0;
}

View File

@ -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