Hi,
I have mp4 recorded by Parrot Anafi. I have created some C code in linux environment to read session and frame metadata with libvideo-metadata.
I can read coordinates, speed, battery % etc… but I didn’t find frame capture timestamp in UTC time. There is vmeta_frame_get_frame_timestamp() in API but it doesn’t return UTC timestamp. Returned value seems to be microseconds from some startpoint.
Can I get UTC time of the frame somehow?
Thanks in advance,
AL