|
From: | Eduardo lavratti |
Subject: | Re: [Paparazzi-devel] geolocation of photos taken |
Date: | Wed, 20 Feb 2013 21:50:55 -0300 |
Hello Stephen,
I do some tests with canon some time ago. I hacked sx200 to get console connection. With this connection i canwill get the picture number/name and set any parameter i want. My ideia is to write the geoposition + picture name in the sdcard to use in photoscan. Another option is the use GPX file generated from logfile to write geoposition to EXIF. I generate a TXT file with pitch/roll/yaw/time/lat/lot. After this i need a script to sinc the photo lat/lon with this TXT file and put the picture name in the TXT file using photo time. Can you help with script ? my ideia is the get the photo lat/lon using exiftool or similar and search for the same lat/lon in the TXT file. If found put the picture name in this entry. This is a perfect and simple solution. Date: Wed, 20 Feb 2013 15:22:20 -0700 From: address@hidden To: address@hidden Subject: Re: [Paparazzi-devel] geolocation of photos taken Hello, We also address this problem in a similar manner to TUDelft option #2. Our setup is as follows:
This method is decent but still not ideal. If you can trigger your camera using the modules, it probably simplifies things. I know a number of people have had success with CHDK if you have a Canon. The key part is to have the datalogger onboard with will eliminate any dropped packets for the DC_SHOT messages. Very useful. In addition, the software probably needs good bundle adjustment to handle to the errors in all measurements, not the least of which is due to the time delays everywhere. Most have this I think. Extracting DC_SHOT messages from the logs is generally very easy, and reformatting into say xml or similar is also easy.
Hope that helps. Thanks, -Stephen Dwyer On Wed, Feb 20, 2013 at 6:07 AM, evan igor <address@hidden> wrote:
_______________________________________________ Paparazzi-devel mailing list address@hidden https://lists.nongnu.org/mailman/listinfo/paparazzi-devel |
[Prev in Thread] | Current Thread | [Next in Thread] |