Getting 0 for frame_meta.ntp_timestamp. Please help

I am using Deepstream Python. Input is an RTSP stream. I want to get frame timestamp so that I can send metadata to a kafka topic. How can I get the timestamp? Please help. I will appreciate any ideas or suggestions.

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

• Hardware Platform (Jetson / GPU) : GTX 1050
• DeepStream Version : 6.0
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs) : Questions
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

GstBuffer 's timestamp is “pts”. Gst.Buffer - Structures - Gst 1.0 (lazka.github.io)

Please study gstreamer and gst-python by yourself.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.