django:360 度全景照片

发布于 2024-10-09 13:55:43 字数 472 浏览 2 评论 0原文

我正在寻找 django 360 全景应用程序。有什么建议吗?示例:http://www.0-360.com/(在右侧)。

更新:相关问题

flash/JavaScript:非 360 (部分)全景查看器

https://stackoverflow.com/questions/4850958/django-滚轮闪光失败

I'm searching for django 360 panorama app. any suggestions? sample: http://www.0-360.com/ (on the right side).

UPDATE: Related questions

flash/JavaScript: non 360 (partial) panorama viewer

https://stackoverflow.com/questions/4850958/django-flash-with-scrollwheel-fail

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

守不住的情 2024-10-16 13:55:44

我不知道现有的 Django 插件可用于查看 360 度全景图像。

您链接到的页面使用 Helmut Dersch 开发的 PTViewer java 应用程序(请参阅 http://www. all-in-one.ee/~dersch/) 还有多种其他查看器可供使用;请参阅http://wiki.panotools.org/Panorama_Viewers#Flash_or_Shockwave_based_Viewers;您可以在 http://www.panoramaphotographer.com/comparisons/ 尝试各种查看器

。很难创建合适的 Django 视图;查看 http://360vr.com/2010/01 /2010-times-square-midnight-krpflv/index.html 提示:

  1. 该页面有一个 div,其中将出现播放器
  2. 它使用基于 krpano flash 的播放器进行实际显示。 krpano 非常好,非常灵活,但不幸的是不是免费的。
  3. 它使用javascript动态插入播放器代码;这使得它能够 (a) 避免 Flash 拦截器,(b) 使用替代的基于 javascript/CSS 的播放器在 iPhone 上显示,(c) 使以后修改变得非常容易/对不同大小/动态使用相同的代码- 调整视图大小。请参阅 http://krpano.com/docu/html/

希望有所帮助。

I am not aware of existing Django plugins for viewing 360 pano images.

The page you link to uses the PTViewer java app by Helmut Dersch (see http://www.all-in-one.ee/~dersch/) There are a variety of other viewers available; see http://wiki.panotools.org/Panorama_Viewers#Flash_or_Shockwave_based_Viewers ; you can try out various viewers at http://www.panoramaphotographer.com/comparisons/

It should not be difficult to create an appropriate Django view; looking at http://360vr.com/2010/01/2010-times-square-midnight-krpflv/index.html for hints:

  1. The page has a div in which the player will appear
  2. It uses the krpano flash-based player to do the actual display. krpano is very nice, very flexible, and unfortunately not free.
  3. 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 http://krpano.com/docu/html/

Hope that helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文