Book Image

Microsoft HoloLens Developer???s Guide

By : Dennis Vroegop
Book Image

Microsoft HoloLens Developer???s Guide

By: Dennis Vroegop

Overview of this book

HoloLens, Microsoft’s innovative augmented reality headset, overlaps holograms into a user’s vision of their environment. Your ideas are closer to becoming real when you can create and work with holograms in relation to the world around you. If you are dreaming beyond virtual worlds, beyond screens, beyond pixels, and want to take a big leap in the world of augmented reality, then this is the book you want. Starting off with brainstorming and the design process, you will take your first steps in creating your application for HoloLens. You will learn to add gestures and write an app that responds to verbal commands before gradually moving on creating sounds in the app and placing them in a 3D space. You will then communicate between devices in the boundaries of the UWP model.
Table of Contents (16 chapters)
Title Page
Credits
About the Author
Acknowledgments
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Sharing scenarios


Everything we have in our app can be shared. Data, holograms, coordinate systems, you name it. But there are different ways we can set this up. Of course, it all depends on the scenario and what it is you want to achieve. Let us have a look at some of these along with the way to set up networking.

First, we can load data from an external server. This is something we have been doing for ages, but it is a good starting point. A lot of data resides in a cloud solution somewhere and it would be nice to have access to that.

Things get a bit more interesting if we want to talk to another HoloLens. We have two choices here:

  • Use a hub or centralized server
  • Connect directly to the device

Again, what you choose depends on your needs.

If you need to have multiple devices sharing data, I suggest you go the hub route. This scales much better and you have much better control over the life cycle of the data flow. Remember, Holographic apps are UWP apps and therefore they may suspend and resume...