Modification in Deepstream test4 python binding

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 6.2
• JetPack Version (valid for Jetson only) 5.1.1
• 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)

I am testing deepstream test4 python binding example with Azure. It is sending the information correctly to Azure IOT Explorer. By default it is sending bounding box, frame number, object id, object make, type and so on. I want to modify the data to be send by deepstream test 4 example to Azure IOT Explorer. How can I do that?

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

as you know, deepstream sdk is a C lib, python use deepstream lib by python binding. nvmsgcov is responsible for packet message, and it is opensource. you can modify the code to customize, please refer to generate_dsmeta_message_minimal and generate_dsmeta_message_protobuf in \opt\nvidia\deepstream\deepstream-6.2\sources\libs\nvmsgconv\deepstream_schema.

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