From 25f94726888e19d6efed7b393217d9f56a0ca767 Mon Sep 17 00:00:00 2001 From: chenshijun <chenshijun@aiotlink.com> Date: 星期五, 15 三月 2019 18:44:46 +0800 Subject: [PATCH] Merge branch 'yw.1.2.fixbug' of ssh://192.168.1.226:29418/development/c++ into yw.1.2.fixbug --- QiaoJiaSystem/RapidStructureApp/RapidAppPipeController.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/QiaoJiaSystem/RapidStructureApp/RapidAppPipeController.cpp b/QiaoJiaSystem/RapidStructureApp/RapidAppPipeController.cpp index 599012f..45d27ea 100644 --- a/QiaoJiaSystem/RapidStructureApp/RapidAppPipeController.cpp +++ b/QiaoJiaSystem/RapidStructureApp/RapidAppPipeController.cpp @@ -6,7 +6,7 @@ #include <algorithm> RapidAppPipeController::RapidAppPipeController(int index, const Json::Value &json, const std::string &outPath) : - videoCaptureElement(json["rtsp"].asString(), outPath, 25, -1, 0),//appPref.getLongData("gpu.index") + videoCaptureElement(json["rtsp"].asString(), outPath, 25, -1, 0),//appPref.getIntData("gpu.index") index(index), bUp(false), m_json(json), /*yoloRpcElement(to_string(index)+"yoloRpc"),*/triggerElement(0, 3) { videoCaptureElement.registerConnector([&] { -- Gitblit v1.8.0