diff --git a/tracker.py b/tracker.py index b75f80b..03f9c01 100644 --- a/tracker.py +++ b/tracker.py @@ -22,7 +22,7 @@ latest_frames = {} def process_stream(stream_id, url): print(f"PROCESS STREAM {stream_id} from {url}") - line_orientation = "vertical" + line_orientation = "horizontal" counter = Counter(stream_id, line_orientation, metrics) cap = cv2.VideoCapture(url)