Ways for Real Time Processing of Video via RTSP stream in Browser/API with low latency
For an RTSP stream, I want to process it using a python based model, the problem is the latency, for a real time processing there aren’t many economically viable options, those are restricts because of latency issue.
Unique and Interesting way is Browser inferencing using roboflow.js but the conversion of RTSP to another format, so that stream can be taken in use, creates another problem for me.
Entire Streaming of processed result needs to be showed on UI
Given that RTSP stream needs to be processed in real time using python utilities, what are the best options?