MPMoviePlayerController 中的 360 度视频

发布于 2024-11-27 13:20:39 字数 194 浏览 1 评论 0原文

我正在尝试开发一个 iPhone 应用程序,需要显示 360 度视频,例如 one< /a> 并根据手机移动旋转视频。我该怎么做?使用普通的 MPMovieplayer 控制器可以做到这一点吗?

I am trying to develop an iphone application which needs to show a 360 degree video like the one and rotate the video as per the phone movement. How can i do this? Is it possible to do this with normal MPMovieplayer controller?

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

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

发布评论

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

评论(1

小忆控 2024-12-04 13:20:39

我认为您无法使用普通的 MPMoviePlayerController 来实现此目的,但有几个库可以实现此目的。看看这里:

它们与 OpenGL 配合使用,您可以将它们嵌入到 Objective-C 代码中。

编辑:
正如 @Mangesh Vyas 善意指出的那样,这些仅适用于固定图像。但是,如果您相应地修改代码,它们也可能是嵌入视频的合适起点。他们已经完成了方向、加速度计等的处理,因此您不必自己实现所有这些。

I don't think you can do this with a normal MPMoviePlayerController, but there are several libraries out there to achieve this. Have a look here:

They work with OpenGL and you can embed them in your Objective-C code.

EDIT:
As @Mangesh Vyas kindly pointed out those are intended to use with fixed images only. However they might be a suitable starting point for embedding video as well, if you modify the code accordingly. They already do the handling of direction, accelerometer etc. so you don't have to implement all that yourself.

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