File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -2210,18 +2210,17 @@ Geotagging Photos from your DSLR Camera
22102210 to GPX XML
22112211- Run:
22122212
2213+ # one-time
22132214 sudo port install p5-image-exiftool
22142215 pip install pytz
22152216 sudo ln -s ` which exiftool-5.16 ` /opt/local/bin/exiftool
2216-
22172217 git clone
[email protected] : yang /GPicSync.git
2218- cd GPicSync/src
22192218
2220- python gpicsync.py -g PATH.gpx -d PHOTOSDIR -z US/Pacific
2221- # compare camera and real time
2222- python gpicsync.py -g PATH.gpx -d PHOTOSDIR -z US/Pacific --tcam 07:04:00 --tgps 07:10:00
2223- # if your camera's time is slow by an 01h15m
2224- python gpicsync.py -g PATH.gpx -d PHOTOSDIR -z US/Pacific --tgps 01:15 :00
2219+ cd ~ /Pictures/...
2220+ # check current time on camera and your phone. if camera and GPS times are the same (or very close):
2221+ python ~ /proj/GPicSync/src/ gpicsync.py -g PATH.gpx -d PHOTOSDIR -z US/Pacific --time-range 36000
2222+ # if they're different, then specify both camera and GPS times, and it will calculate the difference
2223+ python ~ /proj/GPicSync/src/ gpicsync.py -g PATH.gpx -d PHOTOSDIR -z US/Pacific --time-range 36000 --tcam 07:04:00 -- tgps 07:10 :00
22252224
22262225- Review the results in GeoTag. If any are still missing, that may be due to
22272226 sparsity in your location data. gpicsync only takes locations within an hour
You can’t perform that action at this time.
0 commit comments