Capturing GPS location when using declarative camera
-
Using the standard declarative camera example, and Qt 5.4, I'm wondering if there is a way to store the location (GPS) of the image in the EXIF data when the camera captures an image.
Right now, I'm just using the command:
camera.imageCapture.captureToLocation(capture_location)It does not store the GPS or location data in the EXIF portion of the file on Android.
Taking a picture (without adjusting any settings) using the normal camera app records the location.Hoping there might be some sort of attribute or method I'm missing.
Thanks,
Erik