https://bugs.kde.org/show_bug.cgi?id=463849
Tobias Leupold <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Tobias Leupold <[email protected]> --- Hi BOF, thanks for the request! Sounds essentially like a good idea. I'll have to investigate this closer. But: You can't derive the view direction from a GPX track though, so this would have to be done by hand, for each and every picture taken, no? If there's a standardized Exif header for that, this could be doable. The problem to implement this is that KGeoTag doesn't mess with the Exif headers directly (which is, as you might have already thought, not so easy ;-), but uses KExiv2 to do the "dirty work". So, as long as KExiv2 doesn't support setting such information, the only thing we could do is to implement our own Exif header writer (and I'm pretty sure I don't want to do that :-P). So I think you should ask the KExiv2 guys to add the respective functionality first (or implement it yourself and create a MR of course!). As soon as KExiv2 support this, we can think about how to use it in KGeoTag. Cheers, Tobias -- You are receiving this mail because: You are watching all bug changes.
