]> git.street.me.uk Git - andy/viking.git/blame - doc/GEOCODED-PHOTOS
Refactoring: use a GObject model to implement MapSource hierarchy tree
[andy/viking.git] / doc / GEOCODED-PHOTOS
CommitLineData
50a14534
EB
1HOWTO GEOCODE YOUR PHOTOS AND SEE THEM IN VIKING
2
31) Synchronize your camera's clock with your GPS clock. If your camera's clock doesn't have a seconds value you can change, you might try setting the minute value just when the minute changes.
4
52) Activate the track log on your GPS.
6
73) Get outside and take some pictures with your camera while making sure your GPS has reception. If you forgot to turn your GPS on or forgot to bring it when you took a picture but you know where you took the picture, you can make a waypoint with a name of the format "YYMMDDhhmm", representing the time the picture was taken, to record where you were at that time.
8
94) Get home and download your pictures and GPS data. You can download the GPS data several ways. The first is using gpspoint to download from a Garmin GPS:
10
11gpspoint -p /dev/ttyS0 -dw -dt -of 2004-04-02-trip1
12
13Where /dev/ttyS0 is the serial port the GPS is connected to.
14If you don't have a Garmin GPS, or if you don't feel like install gpspoint, you can use my version of gpsbabel with support for gpspoint files. You can use gpsbabel to either translate the GPS data from a format you already have the data in or download it directly from your GPS reciever. A typical command line would something like this:
15
16gpsbabel -i garmin -f /dev/ttyS0 -o gpspoint -F 2004-04-02-trip1
17
185) Launch GPSPhoto.
19
206) You must now bring your photos into GPSPhoto. Either drag them (or the directory containing them) from your favorite file manager to the list on the left of the GPSPhoto window, or use the buttons below the list to find them.
21
227) Do the same for your GPS data file(s), dragging them to the list on the right of the GPSPhoto Window.
23
248) Click the "Execute" button, and choose a location to save the gpspoint file containing the waypoints for your photos. Then click OK to write the waypoints to this file.
25
269) Open Viking and open both your original GPS data file and your image waypoint file just created.