Modify

Opened 10 years ago

Last modified 3 years ago

#10235 assigned enhancement

Write GPSImgDirection based on direction of track

Reported by: mvexel Owned by: Don-vip
Priority: normal Milestone:
Component: Plugin photo_geotagging Version:
Keywords: Cc: holgermappt, lists@…

Description

It would be really nice if the geotagging plugin could calculate the compass direction from the GPS track and write that information to the GPSImgDirection tag of the EXIF spec.

(This tag is required to be present by Mapillary for uploading images.)

Attachments (0)

Change History (15)

comment:1 by bastiK, 10 years ago

How does the direction of the GPS track correspond to direction of the image? Usually you would turn left and right to capture the houses along the street rather than the road straight ahead.

comment:2 by mvexel, 10 years ago

Good point. The use case would be sequences of images taken from a car or bike, where the heading of the camera relative to the driving direction would be constant. See my diary entry for more background.

Last edited 10 years ago by mvexel (previous) (diff)

comment:3 by bastiK, 10 years ago

Ok, thanks for the feedback. I think this is still a rather special use case. I will keep this feature request in mind, but don't expect anything in near future.

comment:4 by mvexel, 10 years ago

I am not :) Thanks for considering it. I just wanted to bring it to your attention. If I find some time, I will look into it myself.

comment:5 by StephaneP, 10 years ago

Hello !

I'd like to ask a very close feature : The possibility to add and edit the gpsimgdirection.

Why ?

  • Sometimes, the direction is wrong and I'd like to correct it before sending the pictures on the mapillary website.
  • I have a lot of pictures captured with osmtracker, without the direction and I'd like to add it and then send these to the mapillary website.

comment:6 by hjart, 10 years ago

This EXIF tag is no longer required for uploading images to Mapillary and Mapillary now also has functions that points the direction of images to the next image in sequences (basically everything mvexel asks for here).

in reply to:  5 comment:7 by holgermappt, 9 years ago

Cc: holgermappt added

Replying to StephaneP:

I'd like to ask a very close feature : The possibility to add and edit the gpsimgdirection.

I'm working on this in the photoadjust plugin. Some patches are needed to make this usable, so it might take some time until that feature is released.

comment:8 by Aun Johnsen <lists@…>, 9 years ago

Cc: lists@… added

comment:9 by StephaneP, 8 years ago

Now i'm using the photoadjust plugin to add or edit the picture's direction (thank you holgermappt) , but I would be really useful to be able to add the imgdirection from the "correlate from gpx" window with 2 choices and 1 input box:
Choice :

  • add imgdirection : point to the next node in the gpx
  • add imgdirection : point to the next picture

Input box : Offset to the gpx direction (0 to 359)

Version 1, edited 8 years ago by StephaneP (previous) (next) (diff)

in reply to:  6 comment:10 by ale.barbio@…, 6 years ago

Any progress here? I badly need it for 10k images.

Replying to hjart:

This EXIF tag is no longer required for uploading images to Mapillary and Mapillary now also has functions that points the direction of images to the next image in sequences (basically everything mvexel asks for here).

It's not the same when the sequence have holes in it

comment:11 by Don-vip, 6 years ago

Owner: changed from bastiK to team

comment:12 by StephaneP, 4 years ago

Last edited 4 years ago by StephaneP (previous) (diff)

comment:13 by anonymous, 4 years ago

Note that osmand now supports to track the heading in an "extension": (Needs to be explicitly enabled in the settings of the tracker plugin)

      <trkpt lat="4X.XXXXXXX" lon="1X.XXXXXXX">
        <ele>XXX.XXX</ele>
        <time>2020-04-03T13:03:47Z</time>
        <hdop>7.504</hdop>
        <extensions>
          <speed>1.24</speed>
          <heading>233</heading>
        </extensions>
      </trkpt>

It would be really cool if the GPSImgDirection could be taken (and/or interpolated) from this data point.

Last edited 3 years ago by Don-vip (previous) (diff)

comment:14 by Don-vip, 3 years ago

Owner: changed from team to Don-vip
Status: newassigned

in reply to:  13 comment:15 by anonymous, 3 years ago

Replying to anonym:

Note that osmand now supports to track the heading in an "extension": (Needs to be explicitly enabled in the settings of the tracker plugin)
It would be really cool if the GPSImgDirection could be taken (and/or interpolated) from this data point.

And also, it would be nice to have a possibility to enter an offset angle, depending on how the phone is mounted in respect to the camera.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as assigned The owner will remain Don-vip.
as The resolution will be set. Next status will be 'closed'.
to The owner will be changed from Don-vip to the specified user. Next status will be 'new'.
Next status will be 'needinfo'. The owner will be changed from Don-vip to mvexel.
as duplicate The resolution will be set to duplicate. Next status will be 'closed'. The specified ticket will be cross-referenced with this ticket.

Add Comment


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