From e9a9541f70351b2cf7a33b7862dd6481c0730df0 Mon Sep 17 00:00:00 2001 From: admin <zzjincn@163.com> Date: 星期日, 27 四月 2025 17:57:45 +0800 Subject: [PATCH] 配置文件 --- PreProcessFn.h | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PreProcessFn.h b/PreProcessFn.h index e09831b..6df5410 100644 --- a/PreProcessFn.h +++ b/PreProcessFn.h @@ -48,10 +48,10 @@ string rabbitport = "";//rabblitMQ绔彛 string rabbituser = "";//rabblitMQ鐢ㄦ埛鍚� string rabbitpass = "";//rabblitMQ瀵嗙爜 - + std::vector<std::vector<int>> c_list; bool asyncStop = false; - long deley = 50;//鍙栧抚寤惰繜 + long skipN = 50;//鍙栧抚寤惰繜 int recordtime = 20;//鎶ヨ褰曞埗鏃堕暱 int RecIntervalime = 100;//褰曞儚闂撮殧鏃堕棿 @@ -74,5 +74,7 @@ void fnPushVideo(queue<Mat>& queJC2, string ipccode); + void fnPushVideoToUrl(queue<Mat>& queJC2,string toRtsp, string fps,string ipccode); + }; -- Gitblit v1.8.0