From 6540a2a9d69432c4cc475e3b32eae11e9e0ace73 Mon Sep 17 00:00:00 2001
From: chenshijun <csj_sky@126.com>
Date: 星期四, 11 四月 2019 20:28:10 +0800
Subject: [PATCH] 1.srs的分辨率在config.json配置 2.单播推流控制,国标摄像机差一个关闭测试 3. 底库字段添加

---
 QiaoJiaSystem/StructureApp/PersonElement.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/QiaoJiaSystem/StructureApp/PersonElement.cpp b/QiaoJiaSystem/StructureApp/PersonElement.cpp
index 6509449..5a73369 100644
--- a/QiaoJiaSystem/StructureApp/PersonElement.cpp
+++ b/QiaoJiaSystem/StructureApp/PersonElement.cpp
@@ -91,7 +91,8 @@
 //                    faceRpcElement.setProperty("frame_number", frame_number);
                     t_json["picDate"] = obj.properties["time"];
                     t_json["content"] = "wait todo";
-                    t_json["viType"] = "2";//鍙湁4绉嶇被鍨� 1:personface 2:personbody 3:car 4:bicycle 5:none 鏈煡绫诲瀷
+                    t_json["sdkType"] = std::to_string(m_sdkRule.nSdkType);
+                    //t_json["viType"] = "2";//鍙湁4绉嶇被鍨� 1:personface 2:personbody 3:car 4:bicycle 5:none 鏈煡绫诲瀷
                     t_json["personIsHub"] = "4";//1: 鎶ヨ  2: 鍙枒  3: 瀹夊叏  4: 鏈煡
                     t_json["videoIp"] = getProperty("local_ip");//褰撳墠鏈嶅姟鍣↖P鍦板潃
 

--
Gitblit v1.8.0