Modify

Opened 15 years ago

Closed 15 years ago

#5220 closed defect (fixed)

Timestamp and GPS tags fail to load from HTC Tattoo images

Reported by: Shish Owned by: team
Priority: normal Milestone:
Component: Core Version: latest
Keywords: Cc:

Description

I've tried loading from timestamps and correlating with a GPX file (the GPX was recorded using the phone too), but josm couldn't seem to find the timestamp data; then I turned on geotagging in the phone options, which seems to have added tags correctly, but josm doesn't recognise those either :(

[shish] on [sakura] Wed Jul 07 10:17:50 /media/usb/DCIM/100MEDIA
>exiv2 -pa IMAG0141.jpg
Exif.Image.Make                              Ascii       4  HTC
Exif.Image.Model                             Ascii      11  HTC Tattoo
Exif.Image.Orientation                       Short       1  left, bottom
Exif.Image.XResolution                       Rational    1  72
Exif.Image.YResolution                       Rational    1  72
Exif.Image.ResolutionUnit                    Short       1  inch
Exif.Image.Software                          Ascii      12  Android 1.6
Exif.Image.YCbCrPositioning                  Short       1  Centered
Exif.Image.ExifTag                           Long        1  174
Exif.Photo.ISOSpeedRatings                   Short       1  100
Exif.Photo.ExifVersion                       Undefined   4  2.20
Exif.Photo.DateTimeOriginal                  Ascii      17  2010:07:07 09:49
Exif.Photo.DateTimeDigitized                 Ascii      17  2010:07:07 09:49
Exif.Photo.ComponentsConfiguration           Undefined   4  YCbCr
Exif.Photo.Flash                             Short       1  No flash
Exif.Photo.FlashpixVersion                   Undefined   4  1.00
Exif.Photo.ColorSpace                        Short       1  sRGB
Exif.Photo.PixelXDimension                   Long        1  1536
Exif.Photo.PixelYDimension                   Long        1  2048
Exif.Photo.InteroperabilityTag               Long        1  359
Exif.Iop.InteroperabilityIndex               Ascii       4  R98
Exif.Iop.InteroperabilityVersion             Undefined   4  1.00
Exif.Photo.WhiteBalance                      Short       1  Auto
Exif.Image.GPSTag                            Long        1  390
Exif.GPSInfo.GPSLatitude                     Ascii      19  51.296067237854004
Exif.GPSInfo.GPSLongitude                    Ascii      18  1.067696213722229
Exif.GPSInfo.GPSAltitude                     Ascii       6  49 m
Exif.GPSInfo.GPSTimeStamp                    Ascii      17  2010:07:07 09:49
Exif.Thumbnail.Compression                   Short       1  JPEG (old-style)
Exif.Thumbnail.XResolution                   Rational    1  72
Exif.Thumbnail.YResolution                   Rational    1  72
Exif.Thumbnail.ResolutionUnit                Short       1  inch
Exif.Thumbnail.JPEGInterchangeFormat         Long        1  600
Exif.Thumbnail.JPEGInterchangeFormatLength   Long        1  4105

Attachments (0)

Change History (2)

comment:1 by bastiK, 15 years ago

(In [3365]) see #5220 - Timestamp and GPS tags fail to load from HTC Tattoo images

comment:2 by bastiK, 15 years ago

Resolution: fixed
Status: newclosed

Your time format doesn't have any seconds. Even if JOSM would accept this, if wouldn't be very helpful to have 1 min precision. If you still like to have, try fixing it with an external tool:

2010:07:07 09:49 -> 2010:07:07 09:49:00

The lat/lon information is in a non-standard format, I added support for this.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.