Deepstream test 5 eventmsg

Hello

I need to know how to edit a eventmsg in deepstream test5
eg. now the deepstream test5 send via kafka like this
“analyticsModule” : {
“id” : “XYZ_1”,
“description” : “Vehicle Detection and License Plate Recognition”,
“source” : “OpenALR”,
“version” : “1.0”,
“confidence” : 0.0
},
“object” : {
“id” : “0”,
“speed” : 0.0,
“direction” : 0.0,

and I need to delete or choos only what I want to send to kafka producer

Hey, could you share your setup with us?

maybe you need edit source file:

sources/libs/nvmsgconv/nvmsgconv.cpp

Thank you @PhongNT you save my day