Hi again
I'm doing other tests and I want to use the inference.py script to detect persons in a stream via rtsp.
I’m using the command “ ./inference.py yolov8s-coco-onnx ‘rtsp….’ --pipe gst --frame-rate 0 --rtsp-latency 0 --show-stream-timing”.
With the command ‘--show-stream-timing’ I get a latency of almost 2000 ms.
I'd like to know if this latency is just in the stream or if it involves the inference time and what I can do to have the stream in real time.
Thank you!

