fjlopezs / mytracks

Automatically exported from code.google.com/p/mytracks
0 stars 0 forks source link

Display GPS time/date to help with photo geotagging #106

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if mytracks had a screen that displayed the GPS time/date.  
This is helpful if you're geotagging photos, since you can take a photo of this 
screen to match up the GPS time with the camera's time.  For details of this 
workflow, see: 
http://geosquan.blogspot.com/2010/03/geotag-photos-with-android-phone-and.html

You can download the "GPS test" app to do this, but it would be nice to have 
this included as part of mytracks.  

If you're a developer, are you willing to implement this yourself?  Yes 
(theoretically, since I don't know if I'd ever have time.)

Original issue reported on code.google.com by k...@google.com on 12 Jul 2010 at 11:14

GoogleCodeExporter commented 9 years ago
Nice. I've been using a similar workflow with Apple's Aperture.

I'm not sure what you'd like though - the GPS date/time is basically the same 
as the phone's, in UTC timezone. AFAIK this is specially true if your phone is 
GSM, as GSM synchronizes TDMA slots with the GPS clock.

Original comment by rdama...@google.com on 25 Aug 2010 at 2:07

GoogleCodeExporter commented 9 years ago
I think with more and more phones getting better and better cameras, it would 
be great for mytracks to automatically add photos taken while tracking to the 
recorded path. I'm not sure that all formats would support this, but I think it 
should be fairly easy in KML. For any format that doesn't support it mytracks 
could just report that by choosing to export to that format photos will not be 
associated with the track, but that they will still remain on the phone.

Original comment by dblanch...@gmail.com on 25 Aug 2010 at 4:11

GoogleCodeExporter commented 9 years ago
I think this is a perfect fit for a separate app which talks to the mytracks 
service - e.g. a camera application which calls mytracks every time it takes a 
picture. Not sure if there's an easy way to detect that the main camera app 
took a picture, I'd need to check.

Original comment by rdama...@google.com on 25 Aug 2010 at 2:07

GoogleCodeExporter commented 9 years ago
The approach I took when I started 
http://code.google.com/p/mytracks/issues/detail?id=17 was to have taking a 
picture part of the my tracks app.  IMHO it worked pretty well.  The only 
blocking issue was getting the upload to picasa working properly.

Original comment by sandordo...@google.com on 25 Aug 2010 at 3:48

GoogleCodeExporter commented 9 years ago
The use case I'm thinking of is when the phone's clock is inaccurate.  In this 
case, seeing the GPS clock helps synchronize with the external camera's time.

This use case comes up in a few cases:
a) When I was traveling to a foreign country and didn't have a phone plan, so I 
wasn't getting the phone network time.
b) When the phone network time is wrong, which does happen.
c) When the phone is set manually - menu > settings > date & time settings > 
uncheck automatic.

But maybe this is a corner case...

Original comment by k...@google.com on 25 Aug 2010 at 5:04

GoogleCodeExporter commented 9 years ago
Right. Makes sense, but it is indeed an uncommon usage, so how about this being 
an optionally-displayed field in the customizable stats screen (meaning this 
would be the same as issue 24)? If you think that wouldn't be good enough let 
us know.

Original comment by rdama...@google.com on 25 Aug 2010 at 5:18