Planetside Software Forums

General => Open Discussion => Topic started by: PabloMack on March 24, 2015, 10:31:26 AM

Title: Reading Photo Metadata taken from Digital Cameras
Post by: PabloMack on March 24, 2015, 10:31:26 AM
Can anyone recommend a free Windows app that reads and displays photo metadata? In particular I am interested in using the GPS in an Android tablet to track where we go on vacation. My wife and I are participating in a professionally led tour to Bulgaria. This is a first for us as we have never used such a service before on any of our trips. A downside of such tours often comes with a lack of being informed about where we are at all times. I suppose it comes from being led around like a heard of cattle.

I have found a program called GeoSetter <http://www.geosetter.de/en>. Any comments and/or suggestions are appreciated.
Title: Re: Reading Photo Metadata taken from Digital Cameras
Post by: mhall on March 24, 2015, 11:59:39 PM
You might look at Exif Tool, it's a free utility:

http://www.sno.phy.queensu.ca/~phil/exiftool/

I use it to extract out basic camera/exposure data and import it into our database, but it looks to have full GPS support:

http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/GPS.html

Runs on Windows, Mac or as a Perl library.

~Micheal

Edit:

I was looking at the Exif Tools page and it turns at the program you mentioned, GeoSetter, actually makes use of the Exif Tool libs.
Title: Re: Reading Photo Metadata taken from Digital Cameras
Post by: bigben on March 25, 2015, 01:45:22 AM
And especially geotagging.... http://www.sno.phy.queensu.ca/~phil/exiftool/geotag.html (http://www.sno.phy.queensu.ca/~phil/exiftool/geotag.html) Add data to images from GPX tracks, or create GPX/KML from GPS metadata in images.

A number of applications use EXIFTool to handle metadata and geotagging and sorting images into folders by date and .....  Synchronise the times between camera and tablet, and may pay to check power draininge on tablet from having GPS tracking on.
Title: Re: Reading Photo Metadata taken from Digital Cameras
Post by: PabloMack on March 26, 2015, 08:49:08 AM
Quote from: mhall on March 24, 2015, 11:59:39 PMYou might look at Exif Tool, it's a free utility:

Exiftool actually came with GeoSetter. The link you gave will provide additional information. Thanks.