Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU):Jetson
• DeepStream Version:5.0
• JetPack Version (valid for Jetson only):4.4
• TensorRT Version:7.1.3
I was trying to build a customized gstreamer pipeline by excuting command gst-launch-1.0. It looks like I cannot add pad probe to the pipeline built by gst-launch-1.0. In other words, I want to create one src pad probe for nvdstracker and a sink pad probe for nvdsosd, but it cannot be realized by simply excuting gst-launch-1.0 command because this probe can only be achieved by programing in source code based application.
Is there anyways to display any customized OSD with gst-launch-1.0 command?