派生自 development/c++

chenshijun
2019-01-24 114e9783e9b7ad0e12fe24415fe34d75ee4b4af7
QiaoJiaSystem/VideoAnalysFromHC/main.cpp
@@ -42,8 +42,8 @@
static void startRtspAnalysElement(LDBTool *_dbTool) {
    RtspAnalysElement rtspAnalysElement(_dbTool);
    NewEncodeVideoManager  newEncodeVideoManager;
    newEncodeVideoManager.start();
//    NewEncodeVideoManager  newEncodeVideoManager;
//    newEncodeVideoManager.start();
    while (1) {
        sleep(1 * 60 * 60 * 12);
    }
@@ -129,7 +129,7 @@
    appPref.setStringData("fxDevID", rec.dev_id.toStdString());
    appPref.setStringData("fxDevNAME", rec.dev_name.toStdString());
    appPref.setStringData("user.loop.absolute.path", appConfig.getStringProperty("cutPath"));
    appPref.setStringData("clusterID", appConfig.getStringProperty("clusterID"));
    bool loopRet = true;
    while (loopRet) {