[GIS] n opensource way of making ‘streetview’ panoramas

google-street-viewopenstreetmappanoramaphotosweb-mapping

I'm interested in making streetview panoramas and am curious if there are any opensource approaches that I should consider for both making and publishing these panoramas.

I've been playing with the Android functionality on my phone to make Android Photospheres (using a camera app SDK – here for the curious). These can be published in a streetview-like panorama via Google. This works, and is nifty but it requires Google to approval the panorama for it to be published online.

Another approach is to generate my own tiled grid of photos and use the google stretview api:
https://developers.google.com/maps/documentation/javascript/streetview#StreetViewOverlays

I'd much rather produce these using some opensource tools, so I'm not completely locked into Google. In this interview with Steve Coast from OpenStreetMap, he refers to a device you can put on your phone which will result in streetview like imagery. Is there a recommended way for this imagery be collected, stored, stitched together and shared?

Best Answer

Well AFAIK there is currently no single Open Source solution for both of the steps to create an free Google Streetview replacement. But IMHO there are a few approaches that try to create some building blocks for crowdsourced/VGI approach on that topic:

  1. Recording
    This includes the camera hardware, camera control and panorama stitching:

  2. Sharing
    If a crowd wants to share the results, you need a central platform that supports single steps (requesting, sharing single fotos, importing fotos, stitching panoramas, ...).

Related Question