User Tools

Site Tools


photos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

photos [2010/10/17 11:57] – created 92.195.97.236photos [2010/10/17 12:58] (current) 92.195.97.236
Line 3: Line 3:
 The problem: you return home from a vacation and took a lot of pictures. But not with a single camera. But you now want all images in one place, in chronological order. Here is what to do. The problem: you return home from a vacation and took a lot of pictures. But not with a single camera. But you now want all images in one place, in chronological order. Here is what to do.
  
-  - Get the images from the cameras using PTP or MassStorage copying. Store the photos into separate directories (''sony'' and ''canon''+===== Download the images ===== 
 + 
 +  - Get the images from the cameras using PTP or MassStorage copying. Store the photos into separate directories (''sony'' and ''canon''
 + 
 +===== Merge Chronological ===== 
   - photograph the clock of the more precise camera (Sony) with the other camera (Canon)   - photograph the clock of the more precise camera (Sony) with the other camera (Canon)
   - Use exiftool to read the EXIF date of that picture and compare it with the photographed time   - Use exiftool to read the EXIF date of that picture and compare it with the photographed time
Line 20: Line 25:
 </code> </code>
  
 +===== GeoTag =====
 +
 +  - Get the Tracklog from the GPS's card and convert NMEA to GPX: <code>
 +nmea2gpx.pl gpx/*.TXT
 +</code>
 +  - Take a photo of the GPS clock with the default date camera (sony)
 +  - Use exiftool to read the EXIF date of that picture and compare it with the photographed time
 +  - Geotag the photos, optionally also set some clear text location tags: <code>
 +# Camera is 2 hours and 2 seconds ahead of GPS's GMT
 +for GPX in gpx/*.gpx
 +do
 +  gpsPhoto.pl --dir out --gpsfile $GPX --city 'Rome' --country 'Italy' --timeoffset 7202
 +done
 +</code>
  
  
photos.1287316628.txt.gz · Last modified: 2010/10/17 11:57 by 92.195.97.236