From ed7186f89434ff9a19a5abdce8252d69460677ee Mon Sep 17 00:00:00 2001
From: chenshijun <chenshijun@aiotlink.com>
Date: 星期五, 15 三月 2019 13:50:04 +0800
Subject: [PATCH] 将算法的进程以多进程方式启动

---
 QiaoJiaSystem/DataManagerServer/demo.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/QiaoJiaSystem/DataManagerServer/demo.cpp b/QiaoJiaSystem/DataManagerServer/demo.cpp
index 8907a69..4217194 100644
--- a/QiaoJiaSystem/DataManagerServer/demo.cpp
+++ b/QiaoJiaSystem/DataManagerServer/demo.cpp
@@ -12,7 +12,7 @@
 //    json["rtsp"] = "rtsp://admin:a1234567@192.168.1.201:554/h264/ch1/main/av_stream";
 //
 //    std::string publish_basepath = "rtmp://localhost:1934/live/cam" + std::to_string(554);
-//    appPref.setLongData("gpu.index", 0);
+//    appPref.setIntData("gpu.index", 0);
 //    appPref.setStringData("publish.basepath", publish_basepath);
 //    appPref.setIntData("pulish.width", 640);
 //    appPref.setIntData("pulish.height", 360);

--
Gitblit v1.8.0