Log video metadata in Harp binary format #110
Labels
bug
Something isn't working
feature
New planned feature
quality control
Data check to ensure integrity or quality of data
Milestone
Currently the video metadata is saved in text CSV format, including Harp timestamp, frame counter and hardware frame counter. However, we have observed loss of precision in timestamp logging during this conversion in some epochs of the dataset.
It doesn't seem to affect alignment in practice, but since the values are not exactly matching due to rounding it makes it harder to stitch metadata and tracking datasets together (workaround is to use
pd.merge_asof
).The text was updated successfully, but these errors were encountered: