Use jetson-inference posenet rtsp network camera, The image is delayed for more than 2 seconds

use jetson-inference posenet rtsp network camera, The image is delayed for more than 2 seconds。
the command is

posenet rtsp://admin:hk123456@192.168.1.70/h264/ch1/main/av_stream 

Is there any way to improve the question

Hi,
Please apply this and give it a try:
jetson.utils.videoSource() and RTSP with low latency on Nano - is it possible? - #3 by dusty_nv

I try it use the mothed, but can not resolve the question.

use this code
ss << " latency=100 drop-on-latency=true ";
can resolve the question.

1 Like

There’s also an --input-rtsp-latency=N argument (where N is in milliseconds) that you can set from the command-line as well

(there is currently a change in the dev branch of jetson-inference that changes the default RTSP latency to 10ms)

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.