Replies: 2 comments 1 reply
-
If I use the clean function, everything works at excellent speed:
I came up with this option, it displays what I need. But the video display is slow. I realized he's not slowing down. It shows every third frame. I have three streams in the file and it turns out that it processes not all frames in the stream, but one by one in each. I'm even more confused( I still really need help with this:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Solved |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I was able to implement a project on in-zone detection, counting and further processing. This works great with a single rtsp stream. Unfortunately, I encountered the fact that if I try to use two threads, everything freezes.
I read that yolo8 can be used for multiple threads
Can I involve supervision in this?
How can i make that all streams have their own zones and have their own counting?
Ultimately, I need to do the following: this is a video wall with 4-8 cameras, each of which defines its own zones and counts objects in these zones.
I chose Django to display the final image in realtime. I can show the code of what works for me with one thread if that helps.
This is where I am now. Now I'm stuck.
I can't figure out how to extend the detection, counting and tracking logic to all streams from a file
I also have a function for one stream, but I think it is not needed if using sources.list.
Beta Was this translation helpful? Give feedback.
All reactions