视频纹理:Android 增强现实框架
哪些框架有这个功能? 视频 我想为 Android 实现一些功能。已经有方法了吗?不幸的是,QCAR(高通 AR SDK)还没有这个功能:(
Which frameworks have this feature? Video I would like to implement something for Android. Are there already approaches? QCAR (Qualcomm AR SDK) has this feature not yet, unfortunately :(
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
据我所知,Android 版 QCAR SDK 1.5 Beta 仅允许您使用摄像头视频作为纹理。这与发布的视频不同,该视频显示电影纹理正在几何平面上加载。
Metaio Mobile SDK 3.0 允许您在与视频匹配的几何体上设置电影纹理。
http://docs.metaio.com/bin/view/Main/AdvancedContentExample#Movie_textures
To my knowledge, the QCAR SDK 1.5 Beta for Android only allows you to use the camera video as a texture. This differs from the posted video which shows a movie texture being loaded on a geometrical plane.
The Metaio Mobile SDK 3.0 does allow you to set movie textures on a geometry that matches the video.
http://docs.metaio.com/bin/view/Main/AdvancedContentExample#Movie_textures
适用于 Android 的 QCAR SDK 1.5 Beta 现在提供了一种访问视频背景纹理的简单且简化的方法。开发人员现在可以使用强大的着色器编写自定义特效,从而获得更加令人兴奋的应用程序体验。 :)
编辑: 现在 Vuforia 有了视频播放示例。 API 级别 14 (Android 4.0) 的设备支持纹理上的视频。其他设备将以全屏模式播放视频。
The QCAR SDK 1.5 Beta for Android now provides a simple and streamlined way of accessing the video background texture. Developers can now write custom special effects using powerful shaders resulting in far more exciting application experiences. :)
Edit: Now Vuforia has the Video Playback sample. Devices from API-Level 14 (Android 4.0) support video on texture. Other devices will play the video in full screen mode.