The initial offset does change every time the Capture module is
restarted. If you use our Python reader for files, you can access the
initial timestamp offset value like this:
$ my_aedat_file._name_info_map['events']['tsOffset']
That the measured real world difference is up to 100ms is possible in
theory, we try to query the system clock and assign the timestamp as
close as possible, but there can be unpredictable system delays.
Without special hardware support on host and USB it's very difficult if
not impossible to get high (microsecond-level) precision between device
and host timestamps.
Date: Mon, 31 Aug 2020 00:07:44 -0700
hi, now I have aligned the davis346b's timestamp with a camera's raw
image timestamp using a millisecond stopwatch and caculate a time-
offset between dvs-timestamp and camera-timestamp, but in deferent
video, the time-offset have nearly hundred millisecond difference,I am
tring to locate where the time-difference come, can you give me some
ideas? It's that possible that the initial offset that DVS using to
caculated the real time varies between different records? You said in
this group that "the infoNode stored in file recordings contains a
'tsOffset' attribute that records the initial offset" , can you tell me
where to get the tsOffset?
kind regrads
在2020年8月18日星期二 UTC+8 下午9:06:34<Luca Longinotti> 写道: