deepstream_python_nvdsanalytics_to_kafka
deepstream_python_nvdsanalytics_to_kafka copied to clipboard
Add string variable
trafficstars
Hi, I want to pass the base64 string in the analytics module. Instead of guint, I have added gchar* and string in the nvdsmeta_schema.h and deepstream_schema.h. I wanted to ask that do I need to allocate the memory for the base64 string the way you do in the generate_event_msg_meta?
How shall I proceed