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.
This commit is contained in:
parent
9816ba339f
commit
ce4a326b24
|
@ -254,6 +254,7 @@ bool rdConf(shared_t *share)
|
||||||
}
|
}
|
||||||
|
|
||||||
createDirTree(cleanDir(share->buffDir));
|
createDirTree(cleanDir(share->buffDir));
|
||||||
|
createDirTree(share->outDir);
|
||||||
|
|
||||||
share->retCode = 0;
|
share->retCode = 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,7 +36,7 @@ using namespace cv;
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace std::filesystem;
|
using namespace std::filesystem;
|
||||||
|
|
||||||
#define APP_VER "1.5.t1"
|
#define APP_VER "1.5.t2"
|
||||||
#define APP_NAME "Motion Watch"
|
#define APP_NAME "Motion Watch"
|
||||||
|
|
||||||
struct shared_t
|
struct shared_t
|
||||||
|
|
Loading…
Reference in New Issue
Block a user