APM GPS to EXIF data

Hello

Im using exiftool to geotag directly from terminal cli GPX generated logs, but I'm having this error, question is, is the apm GPX able to be used in this tool?

ISSUED COMMANDS :

exiftool -geotag "log.gpx" "C:\geotag\IMG_0051.jpg"
or

exiftool -geotag "log.gpx" "-geotime<${DateTimeOriginal}-03:00" *.jpg

ERROR

Warning: Invalid track file 'log.gpx' in File:Geotag (ValueConvInv)

You need to be a member of diydrones to add comments!

Join diydrones

Email me when people reply –

Replies

  • Hi, there is a feature to directly geo-tag images from the APM mission planner. I am not sure how it works but there was a recent post about this on DIYDRONES. 

    Another thing to look at when using exiftool is that gpx file needs to be formatted exactly correct. I've had trouble with the timestamp entry the most. Here is a quick snippet of code that will generate a correct gpx file for reference. 

    https://gist.github.com/2763012

This reply was deleted.

Activity