Is there a way to continue sending messages when no object is detected (deepstream-test5)

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) Jetson Orin
• DeepStream Version 6.1.1
• JetPack Version (valid for Jetson only) 5.0.2
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• 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)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Hi,

When using deepstream-test5, by setting msg-conv-payload-type=1, I can get one message every frame when object is detected in the image. (using kafka)
But when there is no object in the image, no message will be send to kafka server.
I wonder if I can still get some message just like:
{"version":"4.0","id":"919","timestamp":"2022-10-19T13:08:51.419Z","sensorId":"","objects":[]}
Which means, id and timestamp is increasing, and objects is null.
I have tried to edit some parameters in config file, but still can not do this.

Thank you.

You need to modify the test5 source code. Please modify the “bbox_generated_probe_after_analytics” func to fit your need.

Hi @yuweiw ,

Thanks for your information.

I tried to generate a blank msg when frame_meta->obj_meta_list is NULL.

And now I can get message like:

20221026112233

Objects is not NULL, but Unknown is also OK for my next step processing.

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

Glad to hear that. If there are other problems, you can open a new topic. Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.