Page 1 of 1

nvcom.exe -T doesn't show whole timestamps

Posted: Mon Nov 25, 2019 4:25 am
by shmihara
I tried the following commands but I could not see the details of timestamps because the timestamps were displayed as an exponential notation and the number of digits was too short.

<Windows 10 console>
nvcom.exe -T -n -w output_directory
Fps: 0.00; output queue: 0
1.48324e+09
1.48324e+09
1.48324e+09
1.48324e+09
...

How can I print the whole timestamps to the console?

Re: nvcom.exe -T doesn't show whole timestamps

Posted: Mon Nov 25, 2019 9:45 am
by k.schauwecker
You are right. The reason for the high time stamps is that the time is measured in Unix time (seconds since 1 January 1970). If you capture a frame, NVCom creates a timestamps.txt file with very accurate timestamps for each frame. We'll increase the accuracy for the console output as well for the next release.