GPS4CAM and Linux

GPS4CAM is a wonderful tool for geotagging photos taken with a camera without GPS support. You just install an app on our iPhone or Android device and then start a new trip. At the end of your trip you take a photo of one or more QRcode containing all your trip data. The Desktop App will later recognize those QRcodes and adds geotags to the photos.

The only thing I miss is desktop support for Linux. First of all I tried to start gps4cam with wine, but I didn’t get it to work as Java Libraries could not be found. Inspired by this error message I figured out gps4cam.exe as a self-extracting Jar file that could be run on Linux Desktops by typing

java -jar gps4cam.exe

gps4cam_start

Now gps4cam is running kind of natively on Linux. The next thing was to integrate all the tools gps4cam needs as everything was preconfigured expection tools in Windows Pathes. First of all you need to install dcraw and the perl based tool exiftool.

On Arch Linux type:

pacman -S dcraw perl-image-exiftool

On Debian or Ubuntu based systems type:

apt-get install dcraw libimage-exiftool-perl

Next step is to change the pathes in Preferences in gps4cam. On Arch Linux it looks like that:

gps4cam_preferences

Maybe you need to find the binaries on your system and adjust the locations.

Now you’ll be able to geotag your photos on Linux based systems, too. Enjoy!

 

Ein Kommentar

  • Tim

    Thank you very much. Might be worse a note that the „Check…“ buttons in the second screenshot won’t work (well at least in my case). The rest works like a charm.

Schreibe einen Kommentar zu Tim Antworten abbrechen

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert