mirror of
https://github.com/rendies/People-Counting-in-Real-Time.git
synced 2025-05-14 09:59:29 +07:00
fix: use ffmpeg rtsp
This commit is contained in:
parent
cd7a2cdc57
commit
43d69f3bfd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user