In nvidia document An introduction to deepstream sdk. I learn that [b]RTSP stream with primary object
detection + tracking + secondary classification labels + OnScreen Display can using following method[/b]:
gst-launch-1.0 uridecodebin uri=rtsp://10.24.1.1/video0 ! nvinfer ! queue ! nvtracker ! queue ! nvinfer ! queue ! nvosd ! nveglglessink
I just want to have a try through above command line,but I do not know how to present <primary-infer-
properties>, and . Anybody have an example for that? Thank
you very much.