XGODY 12" 4K Dashcam - extracting GPS, vibration data from MP$

Started by Engineer_GLTECH, July 15, 2024, 02:36:07 PM

Previous topic - Next topic

Phil Harvey

Correct.  Speed is in km/h.  I was assuming the stored time stored was UTC (zulu), but let me know if it is otherwise.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

Phil Harvey

I've just looked at your screen captures.  You might consider using this command to extract the data in CSV format:

exiftool -ee -n -p "$GPSDateTime,$GPSLatitude,$GPSLongitude,$GPSSpeed,$GPSTrack,$Accelerometer" FILE
- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).