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?
nvcom.exe -T doesn't show whole timestamps
-
- Posts: 125
- Joined: Mon Mar 25, 2019 1:12 pm
Re: nvcom.exe -T doesn't show whole timestamps
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.