I want to get location information from images taken with Olympus Air.

Asked 2 years ago, Updated 2 years ago, 76 views

When I took a picture with Olympus Air, I was able to set the location information of my smartphone in the Exif of the photographed image in the OLYCamera class setGeolocation().

Next, I wanted to get the location information when I downloaded the photographed image containing the location information from Olympus Air, so I got the Exif information from the OLYCamera class requireContentInformation(), but the TAG that is included seems to be related to location information. ·LocationStatus
·Location
Yes,
LocationStatus can retrieve whether Exif contains location information and
Location was always set to "0x00".

The latitude and longitude set by setGeolocation() have been checked in the Exif viewer and have been checked in the Windows file properties details.

If there is any other way to obtain latitude and longitude, please let me know.

The operating system is Android 4.4.4.

Thank you for your cooperation.

android olympus-camerakit gps exif

2022-09-30 19:12

1 Answers

I have tried various things with the SDK for iOS, and I think the Android version is the same, but I think I have no choice but to download the smallest image using downloadImage(path, resize, callback) and read the Exif (GPS IFD) by myself.

2015-07-28 Additional
All EXIF information is likely to be available, not downloadContentThumbnail() or downloadContentScreennail() but DownloadImage() DownloadImageCallback


2022-09-30 19:12

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.