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([&] {