Closed johan12345 closed 3 years ago
:exclamation: No coverage uploaded for pull request base (
develop@a103046
). Click here to learn what that means. The diff coverage isn/a
.
@@ Coverage Diff @@
## develop #122 +/- ##
==========================================
Coverage ? 86.47%
==========================================
Files ? 10
Lines ? 710
Branches ? 0
==========================================
Hits ? 614
Misses ? 96
Partials ? 0
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update a103046...1f1dd81. Read the comment docs.
Thanks a lot for the PR!
The system timestamps in nanoseconds are available from the C SDK using the
k4a_image_get_system_timestamp_nsec()
function. These correspond quite well to Python'stime.perf_counter_ns()
, so I suppose they should be useful in Python as well (e.g. for synchronization with other cameras).