From a01457b5471049edc3d8302c0d978cb8b53e79c9 Mon Sep 17 00:00:00 2001 From: admin <zzjincn@163.com> Date: 星期五, 25 四月 2025 14:54:15 +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