Which parts of deepstream-app should be modified to get metadata out and use msgconv and msgbroker functionalities. Can thr deepstream-app be configured to get meta out by enabling a type 6 sink?
HI,
deepstream test5 sample build on top of deepstream-app, to demonstrate how to:
- Use “nvmsgconv” and “nvmsgbroker” plugins in the pipeline.
- Create NVDS_EVENT_MSG_META type of meta and attach to buffer.
- Use NVDS_EVENT_MSG_META for different types of objects e.g. vehicle, person etc.
- Provide copy / free functions if meta data is extended through “extMsg” field.
You can enable type 6 for message conversion and sending.