GeekAlexis / FastMOT

High-performance multiple object tracking based on YOLO, Deep SORT, and KLT 🚀
MIT License
1.12k stars 256 forks source link

UDP stream (h.264) #239

Closed arielkantorovich closed 1 year ago

arielkantorovich commented 2 years ago

Hello everyone, I have seen the uses that can open RTSP stream by use this command: --input-uri rtsp://user>:<password>@<ip:/ My question is can I run FastMOT on UDP stream h.264. Perhaps the obvious question is how this can be done?

arielkantorovich commented 1 year ago

Hi, did you add the option of using the H264 stream?

GeekAlexis commented 1 year ago

Hi, did you add the option of using the H264 stream?

H264 is supported over RTSP stream. If you want to use udp, you can customize the gstreamer pipeline in VideoIO.