MetaData generation

In deepstream 5.0 (and 4.0), deepstream-test4 attach user meta-data in the probe. Is this acceptable behavior or is there a better way to attach this?

In the deepstream-test4 this comment is left here:

/*
* Ideally NVDS_EVENT_MSG_META should be attached to buffer by the
* component implementing detection / recognition logic.
* Here it demonstrates how to use / attach that meta data.
*/

So does nvinfer not have the ability to do this?

This is an example to attach event message meta as user metadata. User can generate and attach metadata in the plugin or the probe depending on your use case. Any component can attach user metadata

1 Like