From f4bedfe12a099da62cc1e8b0eca67ee2bad2cc4a Mon Sep 17 00:00:00 2001 From: pansen <pansen626@sina.com> Date: 星期三, 03 四月 2019 14:45:42 +0800 Subject: [PATCH] VideoAnalysFromHC 中修改sdkrule的处理等同于编辑摄像机 --- QiaoJiaSystem/VideoToImageMulth/RtspAnalysManager.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/QiaoJiaSystem/VideoToImageMulth/RtspAnalysManager.cpp b/QiaoJiaSystem/VideoToImageMulth/RtspAnalysManager.cpp index e00b34e..746b804 100644 --- a/QiaoJiaSystem/VideoToImageMulth/RtspAnalysManager.cpp +++ b/QiaoJiaSystem/VideoToImageMulth/RtspAnalysManager.cpp @@ -78,7 +78,7 @@ item.second->SetVideoMinMaxSeconds(cut_min_duration, cut_max_duration); } } - } else if (itor_json.name() == "cam_edit") { + } else if (itor_json.name() == "cam_edit" ) { string cam_idx = cfg_val["str_cam_dev_id"].asString(); if (pthis->m_GB28181_Enable) { if (pthis->m_controllers_videoCapElem.find(cam_idx) != -- Gitblit v1.8.0