dfandrich / gpscorrelate

C program to match GPS tracks to photographs, and store the matches in the EXIF data in the photographs.
https://dfandrich.github.io/gpscorrelate/
GNU General Public License v2.0
28 stars 8 forks source link

Take data from EXIF field SubSecTimeOriginal into account #15

Open bluepup opened 3 years ago

bluepup commented 3 years ago

The EXIF specification allows to tag an image with a time of finer resolution than just seconds. With GPS receivers allowing position updates of several positions per second and compasses or IMUs even higher update rates it makes sense to use SubSecTimeOriginal to match with the gps data.

dfandrich commented 3 years ago

That's on my personal TODO list. Once I merge the direction feature, I'll probably look at that.

reubot commented 2 years ago

Once I merge the direction feature

Any updates on this?