In test3 add nvtracker, . I add quene part in the front of nvtraker , Run
live image stuck, how can i do ,please.
Hardware Platform (Jetson / GPU) jetson
• DeepStream Version 6.1
• JetPack Version (valid for Jetson only) 5.1
In test3 add nvtracker, . I add quene part in the front of nvtraker , Run
live image stuck, how can i do ,please.
Hardware Platform (Jetson / GPU) jetson
• DeepStream Version 6.1
• JetPack Version (valid for Jetson only) 5.1
Can you provide your pipeline graph (method of creating it can be found here: DeepStream SDK FAQ - Intelligent Video Analytics / DeepStream SDK - NVIDIA Developer Forums) and full log?
my pipeline graph is
gst_bin_add_many (GST_BIN (pipeline), queue1, pgie, queue6, nvtracker, queue2, tiler, queue3,
nvvidconv, queue4, nvosd, queue5, transform, sink, NULL);
/* we link the elements together
* nvstreammux → nvinfer → nvtiler → nvvidconv → nvosd → video-renderer */
if (!gst_element_link_many (streammux, queue1, pgie, queue6, nvtracker, queue2, tiler, queue3,
nvvidconv, queue4, nvosd, queue5, transform, sink, NULL)) {
g_printerr (“Elements could not be linked. Exiting.\n”);
return -1;
}
please
please refer to deepstream-test2, which has nvtracker and will not stick.
I use test2‘s mothed to add to test3, but test3 use many source live rstp, the pipeline add many queues,.
sink is add qos’s setting g_object_set (G_OBJECT (sink), “qos”, 0, NULL);
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks
can you narrow down this issue by simplifying pipeline and code? for example, which line code will cause this issue?