Can deepstream-test3 print the results separately?

Hi,

env: DS5.0

We are running deepstream-test3 with Multiple videos. It prints the sum of Person Count and Number of objects , however, we want it shows the detection results for each video. We want to know how to do it.

Thank you!

You may need to modify the deepstream-test3 app source codes to implement it. The different video stream will be marked unique “source_id” in NvDsFrameMeta.

In deepstream-test3 app source codes, the Person and Vehicle number are statistic in tiler_src_pad_buffer_probe() function with check object class id. If add source id check here, the count can be calculated based on different video streams.

NvDsFrameMeta structure definition can be found in /opt/nvidia/deepstream/deepstream-5.0/sources/includes/nvdsmeta.h