From 43d69f3bfde0d22138ab692357d70d6479cc7685 Mon Sep 17 00:00:00 2001 From: rendies Date: Wed, 18 Jan 2023 17:00:16 +0700 Subject: [PATCH] fix: use ffmpeg rtsp --- RunCounting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RunCounting.py b/RunCounting.py index 0e9db70..ef64f85 100644 --- a/RunCounting.py +++ b/RunCounting.py @@ -126,7 +126,7 @@ def PeopleCounter(): if config.Thread: vs = thread.ThreadingClass(config.url) - ffmpeg_process = open_ffmpeg_stream_process(1920, 1080) + ffmpeg_process = open_ffmpeg_stream_process(1080, 1920) # loop over frames from the video stream while True: # grab the next frame and handle if we are reading from either