初始化写一半了

This commit is contained in:
2025-11-21 14:27:36 +08:00
parent bd8b42adb1
commit 4fe804aaec
20 changed files with 12217 additions and 18 deletions

Binary file not shown.

View File

@@ -559,6 +559,7 @@ void mainLoop(VideoCapture &cap, FILE *pipe)
if (cv::waitKey(1) == 'q')
{
cout << "用户请求退出" << endl;
alertWorkerRunning = false;
break;
}
}