I'm currently at the very beginning of developing an Augmented Reality App that's supposed to run on Surface Pro devices. I should probably mention that this is the first time I ever dealt with AR.
我目前正处于开发一款应该在Surface Pro设备上运行的增强现实应用程序的初期。我应该提一下,这是我第一次处理AR。
While most solutions seem to favor iOS, Andoid or the Unity platform, I have also stumbled across Windows Mixed Reality.
虽然大多数解决方案似乎都支持iOS,Andoid或Unity平台,但我也偶然发现了Windows混合现实。
I'm aware that the website explicity says that it's only for use with headsets. However, I have Microsoft's "Mixed Reality Viewer" on my Surface Book which includes pretty much the functionality I want to deliver myself and I think the name and background suggest, that the two belong together.
我知道网站明确表示它只适用于耳机。但是,我在Surface Book上有微软的“混合现实查看器”,其中包括我想要自己提供的功能,我认为名称和背景暗示两者属于一起。
Does anyone know any more about this? Ideally straight up if it could be useful for my purposes.
有谁知道更多关于这个?如果它对我的目的有用,理想情况下是直接的。
Thanks a lot!
非常感谢!
2 个解决方案
#1
0
I think what you are looking for is Vuforia, a VR/AR SDK that is now integrated into Unity. You create apps in Unity with C#, and then deploy them to UWP (Universal Windows Platform), which can run on Surface devices and use the cameras for AR. Vuforia lets you do image and object recognition and alter the virtual parts of your app based on the real world environment - if you don't need those features, you can use Unity on its own to create virtual models, UI, etc.
我认为您正在寻找的是Vuforia,一个现已集成到Unity中的VR / AR SDK。您可以使用C#在Unity中创建应用程序,然后将它们部署到UWP(通用Windows平台),该平台可以在Surface设备上运行并使用相机进行AR。 Vuforia允许您根据现实环境进行图像和对象识别并更改应用程序的虚拟部分 - 如果您不需要这些功能,您可以单独使用Unity创建虚拟模型,UI等。
#2
0
So interested to hear more about the "Mixed Reality Viewer" application you have on your Windows 10 -- did you have the Microsoft Insider "Skip Ahead" version of Windows installed?
有兴趣了解有关Windows 10上的“混合现实查看器”应用程序的更多信息 - 您是否安装了Microsoft Insider“Skip Ahead”版本的Windows?
https://winbuzzer.com/2017/09/06/microsofts-new-windows-10-mixed-reality-viewer-app-leaks-online-xcxwbn/
I'm on the "Slow Ring" for Windows Insider and already have the Fall Creators Edition installed - and no "Mixed Reality Viewer" - just "View 3D" - which sounds like it will morph into MRV
我正在使用Windows Insider的“Slow Ring”并且已经安装了Fall Creators Edition - 并且没有“混合现实查看器” - 只是“查看3D” - 听起来它会变成MRV
Either way -- you will likely want to do all of your development in Unity -- which can be used to not only make Hololens application, but also application for the new Mixed Reality Headsets. Going to guarantee that this will also be the case for MRV when it is generally released.
无论哪种方式 - 您可能希望在Unity中进行所有开发 - 这不仅可以用于Hololens应用程序,还可以用于新的混合现实耳机。要保证MRV在通常发布时也是如此。
Love to hear more about what you are seeing - and know any time you spend looking at Unity development will be time well spent. :)
喜欢听到更多关于你所看到的内容 - 并且知道你花在查看Unity开发上的任何时候都会花时间。 :)
#1
0
I think what you are looking for is Vuforia, a VR/AR SDK that is now integrated into Unity. You create apps in Unity with C#, and then deploy them to UWP (Universal Windows Platform), which can run on Surface devices and use the cameras for AR. Vuforia lets you do image and object recognition and alter the virtual parts of your app based on the real world environment - if you don't need those features, you can use Unity on its own to create virtual models, UI, etc.
我认为您正在寻找的是Vuforia,一个现已集成到Unity中的VR / AR SDK。您可以使用C#在Unity中创建应用程序,然后将它们部署到UWP(通用Windows平台),该平台可以在Surface设备上运行并使用相机进行AR。 Vuforia允许您根据现实环境进行图像和对象识别并更改应用程序的虚拟部分 - 如果您不需要这些功能,您可以单独使用Unity创建虚拟模型,UI等。
#2
0
So interested to hear more about the "Mixed Reality Viewer" application you have on your Windows 10 -- did you have the Microsoft Insider "Skip Ahead" version of Windows installed?
有兴趣了解有关Windows 10上的“混合现实查看器”应用程序的更多信息 - 您是否安装了Microsoft Insider“Skip Ahead”版本的Windows?
https://winbuzzer.com/2017/09/06/microsofts-new-windows-10-mixed-reality-viewer-app-leaks-online-xcxwbn/
I'm on the "Slow Ring" for Windows Insider and already have the Fall Creators Edition installed - and no "Mixed Reality Viewer" - just "View 3D" - which sounds like it will morph into MRV
我正在使用Windows Insider的“Slow Ring”并且已经安装了Fall Creators Edition - 并且没有“混合现实查看器” - 只是“查看3D” - 听起来它会变成MRV
Either way -- you will likely want to do all of your development in Unity -- which can be used to not only make Hololens application, but also application for the new Mixed Reality Headsets. Going to guarantee that this will also be the case for MRV when it is generally released.
无论哪种方式 - 您可能希望在Unity中进行所有开发 - 这不仅可以用于Hololens应用程序,还可以用于新的混合现实耳机。要保证MRV在通常发布时也是如此。
Love to hear more about what you are seeing - and know any time you spend looking at Unity development will be time well spent. :)
喜欢听到更多关于你所看到的内容 - 并且知道你花在查看Unity开发上的任何时候都会花时间。 :)