Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) • DeepStream Version • JetPack Version (valid for Jetson only) • TensorRT Version • NVIDIA GPU Driver Version (valid for GPU only) • Issue Type( questions, new requirements, bugs) • How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing) • Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
Hello I want to disable show for saving compute units,and I want to show with ourself method, so I create the pipeline,
like this : rtspsrc->streammux->pgie->NULL, and add probe for nvinfer, but get an error :
nvinfer gstnvinfer.cpp:2288: gst_nvinfer_output_loop: error: streaming stopped reason not-linked(-1)
thanks, i link fakesink now, and it works, but I got a new problem now ,I add probe pgie sink pad, want to convert NV12 to BGR image ,but failed! I cant get the right image .code like this: