- HoloLens Blueprints
- Abhijit Jana Manish Sharma Mallikarjuna Rao
- 264字
- 2021-07-02 22:09:32
Interacting with holograms
There are basically five ways that you can interact with holograms and HoloLens. Using your Gaze, Gesture, and Voice and with Spatial Audio and Spatial Mapping. Spatial Mapping provides a detailed illustration of the real-world surfaces in the environment around HoloLens. This allows developers to understand the digitalized real environments and mix holograms into the world around you. Gaze is the most usual and common one, and we start the interaction with it. At any time, HoloLens would know what you are looking at using Gaze. Based on that, the device can take further decisions on the gesture and voice that should be targeted. Spatial Audio is the sound coming out from HoloLens and we use spatial audio to inflate the MR experience beyond the visual.

So, here are the five key elements for HoloLens interaction:
- Gaze: Indicates where the user is currently focusing
- Gesture: A user action performed on any of the gazed items
- Voice: Executing commands based on your Voice Commands
- Spatial Mapping: Understands your real environment and helps mix your holograms to the real surface
- Spatial Audio: Spatial Audio to expand the MR experience beyond our visual senses
Before we go into more detail on all these interaction models, we can consider Gaze, Gesture, and Voice, to make it more logical, as input for HoloLens from users, whereas Spatial Mapping takes inputs from the environments to understand your real environment. On the other hand, Spatial Audio can be considered as an output interaction for HoloLens.
Let's explore them in detail.
- Java程序設計實戰教程
- 軟件界面交互設計基礎
- 樂高機器人設計技巧:EV3結構設計與編程指導
- Podman實戰
- Hands-On RESTful Web Services with Go
- Linux:Embedded Development
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- Android移動開發案例教程:基于Android Studio開發環境
- JavaScript腳本特效編程給力起飛
- Webpack實戰:入門、進階與調優(第2版)
- Java Hibernate Cookbook
- Tableau Dashboard Cookbook
- Java程序設計教程
- 一步一步學Spring Boot:微服務項目實戰(第2版)
- 每個人的Python:數學、算法和游戲編程訓練營