Skip to content

Commit e259693

Browse files
committed
Improve gpicsync instructions
1 parent 8fc564c commit e259693

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

Apps.page

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)