Difference between revisions of "Kinomap"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
The [www.kinomap.com Kinomap] website allows people to share videos with gps track information. The Kinomap uploader application (windows only) requires an NMEA log file and the video file. Converting the paparazzi log file to nmea is currently done using a perl script in SVN: sw/in_progress/log_parser | The [www.kinomap.com Kinomap] website allows people to share videos with gps track information. The Kinomap uploader application (windows only) requires an NMEA log file and the video file. Converting the paparazzi log file to nmea is currently done using a perl script in SVN: sw/in_progress/log_parser | ||
Examples of paparazzi kinomap tracks: | |||
: 1. [http://www.kinomap.com/#kms-882qyb UAV Show Europe 2010] Camp de Souge near Bordeaux. Funjet | |||
: 2. [http://www.kinomap.com/ Aerotop 2010] Poitier Airport. Funjet | |||
==Steps to prepare:== | ==Steps to prepare:== |
Revision as of 05:55, 29 September 2010
The [www.kinomap.com Kinomap] website allows people to share videos with gps track information. The Kinomap uploader application (windows only) requires an NMEA log file and the video file. Converting the paparazzi log file to nmea is currently done using a perl script in SVN: sw/in_progress/log_parser
Examples of paparazzi kinomap tracks:
- 1. UAV Show Europe 2010 Camp de Souge near Bordeaux. Funjet
- 2. Aerotop 2010 Poitier Airport. Funjet
Steps to prepare:
Install gpsbabel:
sudo apt-get install gpsbabel
or
download tar.gz from gpsbabel.org (I got 1.4.1) and compile
Install perl and necessary libraries:
sudo apt-get install perl libgeo-coordinates-utm-perl
Steps to do the conversion:
> cp logfile.data sw/in_progress/log_parser > cd sw/in_progress/log_parser > ./log2nmea logfile
At this point you can also run nmea2kml.sh to get a 3d kml file for viewing in google-earth
>./nmea2kml logfile.nmea
Notes
Before importing into the uploader application, pass the nmea file through the kinomap gps file fixer application.