DroneMapper
 lvl.4
Flight distance : 6880 ft
United States
Offline
|
This is just a guess but it sounds like there is a bug in the firmware and the creation of the geotags. If you have a way to access the actual flight logs, you can use the flight log timestamp to recreate the geotags. For example, if you have a flight log with the timestamp, lat, lon and elevation ... that data can be used to match against each image timestamp to provide new accurate geotags as a workaround.
You could use exiftool to complete this task, details here: http://u88.n24.queensu.ca/exiftool/forum/index.php?topic=5996.0
You'd need a log file with this format in CSV:
GPSDateTime,GPSLatitude,GPSLongitude,GPSAltitude
Link to exiftool: https://www.sno.phy.queensu.ca/~phil/exiftool/
You can also use a tool like GeoSetter which has geotagging functions.
Thanks,
DroneMapper
|
|