forked from PulseFocusPlatform/PulseFocusPlatform
“修改”
This commit is contained in:
parent
9bf14dae80
commit
9ca4085c6a
3
main.py
3
main.py
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue