Creating "artificial" NvDsObjMeta and adding it to NvDsFrameMeta

I need to create a NvDsObjMeta and add it to an existing NvDsFrameMeta object.
The NvDsObjMeta is a rectangle that covers the full frame.
How should I do it? I see that we have a nvds_remove_obj_meta_from_frame method, but no nvds_add_obj_meta_to_frame.

If you want to add your own parameter, we suggest you use the user metadata. Please refer to the sample:\sources\apps\sample_apps\deepstream-user-metadata-test in the source code.

Do we have it for Python?

And also, please give me the full path if you can.

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

The full path:

opt\nvidia\deepstream\deepstream\sources\apps\sample_apps\deepstream-user-metadata-test

You can refer to deepstream_test_4.py to learn how to use that in python.

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