You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Record a movie with GoPro Hero11 lasting long enough to have an automatic file split
Use the following command to extract photos from the videos: mapillary_tools video_process MY_VIDEO_DIR MY_SAMPLES --video_sample_distance 5
Check the EXIF time of the last photo extracted from the first and second video. Compare EXIF times of photos extracted from both videos.
Expected behavior
The EXIF time of the first photo extracted from the second video should be equal to the EXIF time+~1sec of the last photo extracted from the first video.
Actual behavior
The time of the last photos from both videos is the same. As a result, the EXIF time of the photos extracted from the second video is already in use in the photos extracted from the first video.
This becomes a problem when synchronising GPS position with a GPX file in geosetter.
Corresponding data
sample images
...
Additional information
...
Exif time of the last photo exported from the first video is 8:27:21 :
Exif time of the last photo exported from the second video is 8:27:20 :
The text was updated successfully, but these errors were encountered:
Both video track have the same creation time indeed. Would merging the video track into a single long track (before extracting) help to avoid timestamp problems?
The plan was to find all video segments in a folder (by name pattern) and calculate the video time shift. No need to combine videos (which is expensive).
Thanks for the feedback. Let's track the updates in #505
Basic information
mapillary_tools version 0.10.0
Windows WSL2 Linux
GoPro Hero 11
Steps to reproduce behavior
Expected behavior
The EXIF time of the first photo extracted from the second video should be equal to the EXIF time+~1sec of the last photo extracted from the first video.
Actual behavior
The time of the last photos from both videos is the same. As a result, the EXIF time of the photos extracted from the second video is already in use in the photos extracted from the first video.
This becomes a problem when synchronising GPS position with a GPX file in geosetter.
Corresponding data
...
Additional information
...
Exif time of the last photo exported from the first video is 8:27:21 :
Exif time of the last photo exported from the second video is 8:27:20 :
The text was updated successfully, but these errors were encountered: