Extract metadata from submitted photos?

225
1
11-27-2017 02:32 PM
NathanKota
New Contributor II

Can App Studio be configured to pull metadata from images submitted through the app and store those metadata as attributes of a point feature, such as a photo's date-time and location? 

0 Kudos
1 Reply
nakulmanocha
Esri Regular Contributor

Yes definitely possible. AppFramework (AppStudio's Framework) provides a ExifInfo QML type, which can be used to extract metadata from images. And you can even write some data into images. This info can easily be written into Feature layer attributes using ArcGIS Runtime or using REST API for Feature service.

ExifInfo QML Type | AppFramework 1.0 

0 Kudos