Inspiration

A photo captures a moment in time but seeing the photo at the actual location lets us link that moment to a place. I think it's a really poignant experience and not only makes the photos more meaningful but lets us appreciate the passing of time.

I have made a number of prototypes that use AR to place historical photographs at the location where they were taken. Geotagged photos combined with the Google Geospatial API allows this process to be automatic.

What it does

This app creates a geolocated AR photo gallery, showing photos where they were actually taken.

How we built it

The app uses the Flickr API to search for geotagged photos close to the user. It then uses the Geospatial API to place the photos at their geotagged location.

I made a similar AR gallery using the very first version of the Google Geospatial API but completely remade it with various improvements for this hackathon.

Challenges we ran into

The main problems we encountered were how to make the photos viewable at distance. We can search for photos up to 500 metres away from the user so making the photos far from the user visible required some attention. To solve this I created a function which keeps the photos at a standard size regardless of the distance from the camera.

Accomplishments that we're proud of

I feel the best feature of the app is converting the Flickr geotagging into Google Geospatial pose.

What's next for Geospatial Photo Gallery

I would like to expand this concept to more photo APIs, improve the UX and add the ability to select photos via the minimap and save favourite photos.

Share this project:

Updates