From 80aaa6049be55bbe3e112e1f4c7554d1b17f6d41 Mon Sep 17 00:00:00 2001
From: chenshijun <csj_sky@126.com>
Date: 星期一, 15 四月 2019 17:16:32 +0800
Subject: [PATCH] 增加一些注释

---
 QiaoJiaSystem/StructureApp/AppPipeController.cpp |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/QiaoJiaSystem/StructureApp/AppPipeController.cpp b/QiaoJiaSystem/StructureApp/AppPipeController.cpp
index 320f461..aa0cbf5 100644
--- a/QiaoJiaSystem/StructureApp/AppPipeController.cpp
+++ b/QiaoJiaSystem/StructureApp/AppPipeController.cpp
@@ -87,7 +87,7 @@
     perHubElement(ruleMap[PerHubSdk]),
     leftJudgment(ruleMap[KeepRightSdk]),
     rightJudgment(ruleMap[KeepRightSdk]),
-    bRecordVideoEnable(RecordVideoEnable),
+//    bRecordVideoEnable(RecordVideoEnable),
     m_sdkRuleMap(ruleMap),
     m_bSetWH(false) {
     DBG("camId" << camId);
@@ -256,9 +256,8 @@
     videoCaptureElement.registerConnector([&] {
 
         std::string imgKey;
-        m_hiredisTool.listRpop(m_camId,imgKey);
-        if(imgKey.empty())
-        {
+        m_hiredisTool.listRpop(m_camId, imgKey);
+        if (imgKey.empty()) {
 //            ERR("CamId  "<<m_camId<<" No ImgKey");
             return;
         }

--
Gitblit v1.8.0