From 4fa59c3cde0fc0ad5d015c91b186d564894fb321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Tue, 26 Jul 2016 10:20:22 +0200 Subject: [PATCH] sdlog2 README: describe geotagging.py script --- Tools/sdlog2/README.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Tools/sdlog2/README.txt b/Tools/sdlog2/README.txt index 84682fea6b..e407c0936f 100644 --- a/Tools/sdlog2/README.txt +++ b/Tools/sdlog2/README.txt @@ -14,4 +14,8 @@ geo_tag_images.py: Use this script to geotag a set of images. It uses GPS time a python geo_tag_images.py --logfile=mylog.bin --input=images/ --output=tagged/ -Python can be downloaded from http://python.org, but is available as default on Mac OS and Linux. \ No newline at end of file +geotagging.py: Use this script to geotag a set of images. It uses the CAM trigger data from the log file for image association. + + python geotagging.py --logfile=mylog.bin --input=images/ --output=tagged/ + +Python can be downloaded from http://python.org, but is available as default on Mac OS and Linux.