From d5ae54ceb9770963fbe88aa0170c08d0ae648b05 Mon Sep 17 00:00:00 2001 From: chenshijun <csj_sky@126.com> Date: 星期一, 22 四月 2019 16:21:56 +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