Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I am not aware of existing Django plugins for viewing 360 pano images.</p> <p>The page you link to uses the PTViewer java app by Helmut Dersch (see <a href="http://www.all-in-one.ee/~dersch/" rel="noreferrer">http://www.all-in-one.ee/~dersch/</a>) There are a variety of other viewers available; see <a href="http://wiki.panotools.org/Panorama_Viewers#Flash_or_Shockwave_based_Viewers" rel="noreferrer">http://wiki.panotools.org/Panorama_Viewers#Flash_or_Shockwave_based_Viewers</a> ; you can try out various viewers at <a href="http://www.panoramaphotographer.com/comparisons/" rel="noreferrer">http://www.panoramaphotographer.com/comparisons/</a></p> <p>It should not be difficult to create an appropriate Django view; looking at <a href="http://360vr.com/2010/01/2010-times-square-midnight-krpflv/index.html" rel="noreferrer">http://360vr.com/2010/01/2010-times-square-midnight-krpflv/index.html</a> for hints:</p> <ol> <li>The page has a div in which the player will appear</li> <li>It uses the krpano flash-based player to do the actual display. krpano is very nice, very flexible, and unfortunately not free.</li> <li>It uses javascript to dynamically insert the player code; this allows it to (a) avoid flash-blockers, (b) use an alternative javascript/CSS-based player for display on iPhones, (c) make it really easy to modify later / use the same code for different-sized / dynamically-resizing views. See <a href="http://krpano.com/docu/html/" rel="noreferrer">http://krpano.com/docu/html/</a></li> </ol> <p>Hope that helps.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload