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