@usmanmalik291 So now you are able to sent frames (full image) to Kafka without saving in the disk? Please confirm the same.
generate_event_msg_meta this function is responsible for generating metadata (along with frames). I am wondering where it is sending the message to Kafka?
No, the frames are being saved to disk. My objective is still to send them over Kafka. As a quick workaround, I am sending the path I am saving them at.
The function nvds_obj_enc_process doesn’t return the frame, but only writes it to disk.
Now looking into getting a base64 image to send over Kafka.
If you have installed DeepStream correctly, REAME is located at /opt/nvidia/deepstream/deepstream/sources/apps/sample_apps/deepstream-test4/README, and the code is open source
Please open a new topic for your question, do not reply to closed questions