forked from PulseFocusPlatform/PulseFocusPlatform
“更新”
This commit is contained in:
parent
6eae96e22c
commit
34554ff5d5
2
main.py
2
main.py
|
@ -73,9 +73,7 @@ class mywindow(QtWidgets.QMainWindow, Ui_MainWindow):
|
|||
# self.cap = cv2.VideoCapture(
|
||||
# self.path1+'video_output/'+self.Video_fname.split('/')[-1])
|
||||
# self.framRate = self.cap.get(cv2.CAP_PROP_FPS)
|
||||
|
||||
# th = threading.Thread(target=self.Display)
|
||||
# th.start()
|
||||
|
||||
def Images_Display(self):
|
||||
img_list=[]
|
||||
|
|
Loading…
Reference in New Issue