January 21, 20169 yr Hello I'm inserting photographs from the inbuilt iPad camera but regardless of my camera "location services" settings I don't seem to get and location metadata. Im trying to get Latitude and Longitude by using GetContainerAttribute ( image ; "Latitude" ) & GetContainerAttribute ( image ; "Longitude" ) Location services are working for the iPad as I can import an independently taken shot and get the coordinates. Any thoughts or other workarounds?
January 22, 20169 yr GetContainerAttribute ( image ; "Latitude" ) & GetContainerAttribute ( image ; "Longitude" ) dont use proper for the attribute name use lowercase. GetContainerAttribute ( image ; "latitude" ) Per FM documentation sometimes youi just dont get Lat and Long Description Some attributes may not return a result. For example, the values for the latitude and longitude of a photo may not be available, or some audio metadata like album art may not be available because the metadata is stored outside the audio file. Some individual attributes in the group attribute all may not be applicable in some circumstances. Edited January 22, 20169 yr by Kris M
Create an account or sign in to comment