From c402412da9e89c4927ac12b82ca2d8b7a4e0296b Mon Sep 17 00:00:00 2001 From: zhuanglj <545382438@qq.com> Date: 星期二, 29 四月 2025 11:05:54 +0800 Subject: [PATCH] 添加推流分辨率参数 --- PreProcessFn.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PreProcessFn.h b/PreProcessFn.h index 6df5410..ded2222 100644 --- a/PreProcessFn.h +++ b/PreProcessFn.h @@ -74,7 +74,7 @@ void fnPushVideo(queue<Mat>& queJC2, string ipccode); - void fnPushVideoToUrl(queue<Mat>& queJC2,string toRtsp, string fps,string ipccode); + void fnPushVideoToUrl(queue<Mat>& queJC2,string toRtsp, string fps,string video_size,string ipccode); }; -- Gitblit v1.8.0