I am trying to run deepstream-app on source1_csi_dec_infer_resnet_int8.txt
so that I get the detections from a csi camera. I then want to pass the detections to another script using kafka. I have added this sink:
[sink1]
enable=1
type=6
msg-conv-config=/opt/nvidia/deepstream/deepstream-5.0/sources/apps/sample_apps/deepstream-test5/configs/dstest5_msgconv_sample_config.txt
msg-conv-payload-type=0
msg-broker-proto-lib=/opt/nvidia/deepstream/deepstream-5.0/lib/libnvds_kafka_proto.so
msg-broker-conn-str=127.0.0.1;9092;ds_data
topic=ds_data
although it is running and I can see the detections on screen display, no new topic is created at kafka with the results.