“修改”

This commit is contained in:
p02945817 2022-06-22 19:46:24 +08:00
parent 9bf14dae80
commit 9ca4085c6a
1 changed files with 1 additions and 2 deletions

View File

@ -75,8 +75,7 @@ class mywindow(QtWidgets.QMainWindow, Ui_MainWindow):
# print(self.path1+'video_output/'+self.Video_fname.split('/')[-1]) # print(self.path1+'video_output/'+self.Video_fname.split('/')[-1])
# self.cap = cv2.VideoCapture( # self.cap = cv2.VideoCapture(
# self.path1+'video_output/'+self.Video_fname.split('/')[-1]) # self.path1+'video_output/'+self.Video_fname.split('/')[-1])
# self.framRate = self.cap.get(cv2.CAP_PROP_FPS) # self.framRate = self.cap.get(cv2.CAP_PROP_FPS
# th = threading.Thread(target=self.Display) # th = threading.Thread(target=self.Display)
def Images_Display(self): def Images_Display(self):