record3d icon indicating copy to clipboard operation
record3d copied to clipboard

How to obtain the absolute shoot time

Open Yuxi-Zhang opened this issue 1 year ago • 1 comments
trafficstars

Thanks for the great project. I tried to export it as EXR format and am able to read the relative shoot time of each frame using the key "frameTimestamps" in the JSON file. I wonder if it is possible to obtain the absolute shoot time of each frame. Thank you very much.

Yuxi-Zhang avatar Jan 18 '24 23:01 Yuxi-Zhang

Hi,

thank you for using Record3D :)! The frame timestamps provided by Record3D are relative to the timestamp of first frame provided by the camera, which itself is relative to the time since device startup. Unfortunately, I was unable to find a way how to relate the absolute ("real") time to the device's boot time.

If anyone reading this has any idea how to do this correctly (i.e. obtain the absolute/real time of device's start-up) please let me know and I will try to implement it into Record3D.

marek-simonik avatar Jan 20 '24 03:01 marek-simonik