Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) : GTX1080TI
• DeepStream Version: 5.0
• TensorRT Version : 7.0
• NVIDIA GPU Driver Version (valid for GPU only) : 440.33
• Issue Type( questions, new requirements, bugs) : Question
Hi
I am working with python binding in the sample 4 (deepstream_test_4) but it only sends the metadata of the first object that find each 30 frames to cloud. I would like to send all the metadata found in that frame, not only one. I tried changing some code lines in the function generate_event_msg_meta
but I dont really know how exactly.
Can you suggest me how to do it? thanks in advance.