View Single Post
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#142
Originally Posted by MikeCC View Post
Hi Nicolai,
is there any chance to increase the GPS accuracy in the EXIF header?
see https://bugs.maemo.org/show_bug.cgi?id=11934 and https://bugs.maemo.org/show_bug.cgi?id=6584
Not from this application. Both camera-ui deliver the right gps data.
It is a gstreamer component (metadatamux) which truncates
the seconds when converting the gsttag to an exif tag
gst-plugins-bad0.10-0.10.14-git265/ext/metadata/metadataexif.c:

Code:
          /* SS - seconds */
          rt->numerator = (gulong) (0.5 + v * 3600.0);
          rt->denominator = 1;
But this code is open, so maybe it can be fixed as part of
the community SSU.

regards
Nicolai
 

The Following 2 Users Say Thank You to nicolai For This Useful Post: