From e4c9b5bfb1d9000c08d84f2f044cd0c3605a2945 Mon Sep 17 00:00:00 2001
From: miyanhui <dennismi1024@gmail.com>
Date: 星期三, 13 二月 2019 14:17:13 +0800
Subject: [PATCH] 修复检测结果ImgKey不对应的问题

---
 QiaoJiaSystem/StructureApp/AppPipeControllerTest.cpp |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/QiaoJiaSystem/StructureApp/AppPipeControllerTest.cpp b/QiaoJiaSystem/StructureApp/AppPipeControllerTest.cpp
index c4b75b3..2bc4af0 100644
--- a/QiaoJiaSystem/StructureApp/AppPipeControllerTest.cpp
+++ b/QiaoJiaSystem/StructureApp/AppPipeControllerTest.cpp
@@ -60,13 +60,13 @@
     json["face.enable"] = "1";
     json["yolo.enable"] = "1";
 
-    AppPipeController appPipeController(0, json);
-    appPipeController.resetVideoCapturePath(
-        "/home/bsk/development/c++/Qt/QiaoJiaSystem/build/load/123456/33/201808/27/123456-33-201808-20180827093100/2018-08-27 09:31:00.mp4");
-    appPipeController.start();
-    getchar();
-    appPipeController.stop();
-    appPipeController.wait();
+//    AppPipeController appPipeController(0, json);
+//    appPipeController.resetVideoCapturePath(
+//        "/home/bsk/development/c++/Qt/QiaoJiaSystem/build/load/123456/33/201808/27/123456-33-201808-20180827093100/2018-08-27 09:31:00.mp4");
+//    appPipeController.start();
+//    getchar();
+//    appPipeController.stop();
+//    appPipeController.wait();
     return 0;
 }
 
@@ -90,4 +90,4 @@
         cout << postResponseStr << endl;
 //    system("pause");
     return 0;
-}
\ No newline at end of file
+}

--
Gitblit v1.8.0