prominenceai / deepstream-services-library

A shared library of on-demand DeepStream Pipeline Services for Python and C/C++
MIT License
288 stars 67 forks source link

Add IoT Message Meta Action must add the Trigger Name in the NvDsEventMsgMeta to identify the event source. #1298

Closed rjhowell44 closed 3 weeks ago

rjhowell44 commented 3 weeks ago

Since multiple ODE Triggers can use the same Add Message Meta Action, the event message must include the Trigger's name to identify the source of the event.

The implementation will use the extMsg and extMsgSize fields in the NvDsEventMsgMeta structure.