Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU): GeForce 4090 • DeepStream Version: 6.4 • JetPack Version (valid for Jetson only): NA • TensorRT Version: 8.6 • NVIDIA GPU Driver Version (valid for GPU only): 535 • Issue Type( questions, new requirements, bugs): question • 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): please see, below, the details • Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description): NA
I try to collect latency using GStreamer tracing subsystem (GST_TRACERS="latency(flags=pipeline+element)" GST_DEBUG=GST_TRACER:7) for deepstream-image-meta-test sample app, but the pipeline blocks indefinitely. I replace nveglglessink with fakesink and the pipeline doesn’t block anymore. The modified code is bellow (please change the file extension from .txt to .c):
I found this topic that mentions that nveglglessink is deprecated from DeepStream 6.2, what is the new plugin that replace nveglglessink? May be it works with GStreamer tracing subsystem.
When I use GStreamer tracing subsystem, I have to replace nveglglessink is replaced with fakesink, otherwise, the pipeline will block indefinitely. In diff to enable latency measurement from the link you shared, nveglglessink is also replaced with fakesink, does that mean nvds_measure_buffer_latency also doesn’t support nveglglessink?