Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU): Xavier NX
• DeepStream Version: 5.0.1
• JetPack Version (valid for Jetson only): 4.4
• TensorRT Version: 10.2
• Issue Type( questions, new requirements, bugs): Question
Hi, based on test5, I’ve added both analytics and a custom plugin based on gst-dsexample. However, I realized that the obj_meta create in the gst-dsexample is not shown in bbox_generated_probe_after_analytics
in test5. From what I can tell is it should be due to the fact that the gst-dsexample is added as the last element in deepstream_app.c
.
Do I need to manually modify deepstream_app.c
? If so how should I link the pipeline as I’m not very sure of it.