Book Image

HoloLens Blueprints

By : Abhijit Jana, Manish Sharma, Mallikarjuna Rao
Book Image

HoloLens Blueprints

By: Abhijit Jana, Manish Sharma, Mallikarjuna Rao

Overview of this book

Do you want to create stunning applications with HoloLens? Are you a developer who is fascinated with Microsoft HoloLens and its capabilities? If so, this is the book for you. This book introduces and demystifies the HoloLens platform and shows you different ways of interaction with computers (mixed-reality). You will start your mixed-reality journey by understanding different types of digital reality. You will learn to build your first holographic app. Also, you will understand holographic application integration possibilities within Line of Business Applications using Azure. Moving ahead, you will create Integrated Solutions using IoT with HoloLens. Gradually you'll learn how to create and deploy apps on a device. You will learn to publish application to the store; if you are an enterprise developer, you will also manage and distribute applications for enterprise-enabled or domain-joined HoloLens. Finally, you will develop an end-to-end realistic holographic app, ranging from scenario identification to sketching, development, deployment, and, finally, production.
Table of Contents (20 chapters)
Title Page
Credits
About the Authors
Acknowledgments
About the Reviewer
Disclaimer
Customer Feedback
www.PacktPub.com
Dedication
Preface
7
Build End-to-End Retail Solution - Scenario Identification and Sketching

Solution development


This is going to be an IoT solution, which receives data from connected devices, stores the data and makes it available for consumption by the holographic application. So, in this section, you will first learn to set up the backend infrastructure--where you will have a simulated device--which connects with a Cloud Gateway. Data received by the Cloud Gateway is stored within persistent storage, and finally, this data will be made available to the holographic application through Web APIs.

Logical design diagram

The following is the logical design diagram for the overall solution, which is built on the same architecture design explained in the preceding chapter:

Logical architecture for remote monitoring of devices

Note

In this solution architecture, we use Event Hubs as a Cloud Gateway for event data ingress coming from the sensor. This is useful when there is only device-to-cloud data ingression flow. You can also use Azure IoT Hub; however, it is more appropriate when you...