RScopio / Terminator-Vision

Code sample for Terminator Vision article on Building Apps for Windows: https://blogs.windows.com/buildingapps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terminator Vision

This is a hololens application that uses the Microsoft Computer Vision API and overlays the result in a style similar to the movie Terminator. It can detect objects, faces, and OCR text.

See the Windows Blog post for more information

Screenshot

Some setup instructions

(When you open the project in Unity the first time, you are probably going to see errors like HoloToolkit cannot be found or File type unknown. Here's how you're going to fix that.)

  1. Import the HoloToolkit package into your project

  2. Open the Build Settings dialog (File | Build Settings)

  3. Click on Add Open Scenes to add the main scene to your build

  4. Use the following Build Settings options:

    • Platform = Windows Store
    • SDK = Universal 10
    • Target = Any device
    • UWP Build Type = D3D
    • Copy References = true
  5. Create a WindowsStoreApp folder in your project root directory and Build to it

  6. Errors should be gone now, but if they aren't just shut down and re-open your Unity project

  7. Sign up for a Cognitive Services account and generate a subscription key for the Computer Vision API

  8. Copy your guid key into the Scripts/Hud.cs script where you see the following code:

    string _subscriptionKey = "< Computer Vision Key goes here !!!>";

About

Code sample for Terminator Vision article on Building Apps for Windows: https://blogs.windows.com/buildingapps


Languages

Language:ShaderLab 52.2%Language:C# 46.2%Language:HLSL 1.6%