Hololens入门之使用Vuforia

Hololens入门之使用Vuforia

Hololens中使用Vuforia的教程已经一堆了,之前没有时间,项目中也没这个需求要用到Vuforia进行开发,所以一直没去研究过,昨天得空,参考网上一些教程构建了一个最简单的demo,写篇文章记录下流程。

1、去官网上创建一个license 

Hololens入门之使用Vuforia_第1张图片

Hololens入门之使用Vuforia_第2张图片

Hololens入门之使用Vuforia_第3张图片


2、创建数据库

Hololens入门之使用Vuforia_第4张图片


3、在数据库中添加要识别的对象,本文以二维图片作为识别对象

Hololens入门之使用Vuforia_第5张图片

Hololens入门之使用Vuforia_第6张图片


4、添加完成后,下载刚才创建的数据库到本地

Hololens入门之使用Vuforia_第7张图片

5、下载Vuforia Sdk

Hololens入门之使用Vuforia_第8张图片

6、导入资源,将下载的Vuforia SDK,数据库,以及识别图片后生成的模型资源导入到新建的工程

Hololens入门之使用Vuforia_第9张图片


7、找到ARCamera 以及ImageTarget Prefab,将Prefab拖到面板中

Hololens入门之使用Vuforia_第10张图片

8、修改VuforiaConfiguration

1)添加第一步中创建的AppLicenseKey

2)在DigitalEyewear 中将EyewearType 选择为Optical See-Through

3)将See Through Config 选择为Hololens

4)勾选Load HoloVuforiaDB Database 、 Activate 、Enable video background

Hololens入门之使用Vuforia_第11张图片

9、修改ImageTarget

1) Database 选择导入的DB

2)选择Image Target

3)勾选Enable Extended Tracking

Hololens入门之使用Vuforia_第12张图片

10、修改图片类型,以及将识别图片后显示的模型添加到ImageTarget下

Hololens入门之使用Vuforia_第13张图片


11、发布运行,导入Vuforia的时候需要的网络,摄像头等权限都已经添加,选择运行的平台,生成发布运行就可以了


12、测试结果

Hololens入门之使用Vuforia_第14张图片

Hololens入门之使用Vuforia_第15张图片

你可能感兴趣的:(Hololens开发,Hololens开发入门)