forked from PulseFocusPlatform/PulseFocusPlatform
“修改”
This commit is contained in:
parent
0f9083381f
commit
bf79a5c298
1
main.py
1
main.py
|
@ -222,7 +222,6 @@ class mywindow(QtWidgets.QMainWindow, Ui_MainWindow):
|
||||||
self.frame_count = self.cap.get(cv2.CAP_PROP_FRAME_COUNT)
|
self.frame_count = self.cap.get(cv2.CAP_PROP_FRAME_COUNT)
|
||||||
th2 = threading.Thread(target=self.Split)
|
th2 = threading.Thread(target=self.Split)
|
||||||
th2.start()
|
th2.start()
|
||||||
# self.th = threading.Thread(target=self.Display)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue