chenshijun
2019-04-16 f946a62d3921e86b44ff8e2973138304b9cd53cd
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([&] {