I want to print on the OSD of different frames in a batch

Please provide complete information as applicable to your setup.

**• Hardware Platform (Jetson / GPU)e Jetson Nano
• DeepStream Version 5.1
• JetPack Version (valid for Jetson only) 4.5
• TensorRT Version 7.1
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs) Question
• 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)

I want to print different text on all the frames in a batch. How can I achieve that? Right now I am able to print same text on all the frames . I am using deepstream-test3 as reference application.

Sorry for the late response, is this still an issue to support?

Thanks

Hello,
I have solved the issue, I do it by distinguishing frame by using NvdsFrameMeta’s source_id property.
Thank you.

Glad to know issue resolved, thanks for the update!

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