diff --git a/rope/VideoManager.py b/rope/VideoManager.py index 45727d39..3d072671 100644 --- a/rope/VideoManager.py +++ b/rope/VideoManager.py @@ -339,7 +339,6 @@ def play_video(self, command): # Initialize self.timer = time.time() frame_width = int(self.capture.get(3)) - frame_width = int(self.capture.get(3)) frame_height = int(self.capture.get(4)) self.start_time = float(self.capture.get(cv2.CAP_PROP_POS_FRAMES) / float(self.fps))