Unit of timestamps returned by yuv_frame.info()

Hi,

While running the streaming example - I am able to access the following metadata via yuv_frame.info()

dict_keys([‘format’, ‘yuv’, ‘has_errors’, ‘is_silent’, ‘ntp_timestamp’, ‘ntp_unskewed_timestamp’, ‘ntp_raw_timestamp’, ‘ntp_raw_unskewed_timestamp’, ‘play_timestamp’, ‘capture_timestamp’, ‘local_timestamp’, ‘metadata’])

However, the timestamps do not appear to be standard UNIX timestamp. Could you tell me how to convert them to unix timestamp ?
Thanks in advance!

This topic was automatically closed after 30 days. New replies are no longer allowed.