Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
GPU
• DeepStream Version
7.1
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
new requirements
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
I am currently working with the DeepStream Python API , specifically with the NvDsFrameMeta class. I noticed that the documentation lacks specific information about the time units for two important parameters:
- buf_pts (presentation timestamp)
- ntp_timestamp (network time protocol timestamp)
While the documentation states that both parameters are of type ‘int’, it would be very helpful if the documentation could specify the time units used (seconds, milliseconds, or nanoseconds) for each parameter.
Could you please update the documentation to include this information? This clarification would help developers work more accurately with timing-related features.
Documentation reference:
https://docs.nvidia.com/metropolis/deepstream/dev-guide/python-api/PYTHON_API/NvDsMeta/NvDsFrameMeta.html
Thank you for your attention to this matter.