From bf79a5c298369e6edcd20ec290778998505c30b9 Mon Sep 17 00:00:00 2001 From: p02945817 <2995487295@qq.com> Date: Mon, 13 Jun 2022 22:45:17 +0800 Subject: [PATCH] =?UTF-8?q?=E2=80=9C=E4=BF=AE=E6=94=B9=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index c946e71..a03f671 100644 --- a/main.py +++ b/main.py @@ -222,7 +222,6 @@ class mywindow(QtWidgets.QMainWindow, Ui_MainWindow): self.frame_count = self.cap.get(cv2.CAP_PROP_FRAME_COUNT) th2 = threading.Thread(target=self.Split) th2.start() - # self.th = threading.Thread(target=self.Display)