Holovision is an example for use of Microsoft Computer Visopn API with Hololens
Instructions:
-
You will need a Microsoft Cognitive Services account and a subscription key for the Computer Vision API. If you already have an Azure account you can skip this step. Setup a Computer Vision App directly in your Azure subscription. To do that go directly to the Azure portal.
-
Clone this repository
-
Open the main scene, which you kind find in the root of the Assets folder
-
Select the myInfo Script and enter following information from your Azure Portal: o Computer Vision key Computer Vision Endpoint
-
Set the project settings using the Mixed Reality Toolkit menu Configure - Apply Mixed Reality Project Settings.
-
Open the Build Settings dialog File | Build Settings. Click on Add Open Scenes to add the main scene to your build.
-
Build the UWP app from the Build Settings dialog.
-
Open the solution in the Builds folder with Visual Studio.
-
Set the configuration in the top bar to Debug and x86. Select Device if your Hololens is connected with a cable, Remote Machine if it's connected over WiFi or the Hololens Emulator.
-
Build the solution in Visual Studio and deploy to your Hololens.