In the example , object metadata for the first object in the frame is sent to the mqtt message broker, but a more typical use case would be to send all object data per frame.
Are there examples , where e.g. ALL the objects (irrespective of a specific class) in the frame are sent to mqtt?
deepstream-test4 code is opensource. you can remove is_first_object in code , then rebuild. the code path is in /opt/nvidia/deepstream/deepstream/sources/apps/sample_apps/deepstream-test4/.
at default, one message includes one object. python binding and nvmsgcov plugin are opensource. please refer to C version deeptream-test4, you can pack all object information to NvDsCustomMsgInfo, then add NVDS_CUSTOM_MSG_BLOB type usermeta.
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