This commit is contained in:
Mann Patel
2024-07-09 09:29:15 -06:00
parent 06382e5fdf
commit e3ffaa4f87
6 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 355 KiB

After

Width:  |  Height:  |  Size: 355 KiB

View File

@@ -92,7 +92,7 @@ def main():
ball = None ball = None
# Load and process the video # Load and process the video
video_path = "/Test2.mp4" video_path = "/Users/mannpatel/Desktop/Project/Computer Vision/Test2.mp4"
cap = cv2.VideoCapture(video_path) cap = cv2.VideoCapture(video_path)
while cap.isOpened(): while cap.isOpened():

0
GUI/GUI.py Normal file
View File