t65k2cool:
After my recent testing, I found that when using [source0], [source1], [source2], the frame_meta->source_id values are also all 0. However, this issue does not occur when using the deepstream-app from DeepStream version 6.3.
This should be normal, all_bbox_generated is called after demux/tiler This means that the batch has been split. and the parameter guint index represents source_id.
Can you refer to this faq then get the pipeline dot file ?
5. [DS5.0GA_App] Generate GStreamer Pipeline Graph
Use one of below method according to your application type to generate the GST pipeline graph.
4.1 deepstream-app
run "export GST_DEBUG_DUMP_DOT_DIR=/tmp/" before deepstream-app command, e.g.
$ sudo apt-get install graphviz
$ export GST_DEBUG_DUMP_DOT_DIR=/tmp/
$ deepstream-app -c deepstream_app_config_yoloV2.txt
$ cd /tmp/
$ dot -Tpng 0.03.47.898178403-ds-app-playing.dot >~/0.03.47.898178403-ds-app-playing.png // png file includes th…