- Microsoft HoloLens Developer's Guide
- Dennis Vroegop
- 266字
- 2021-07-02 19:07:56
Overview of the portal
In the HoloLens device portal main screen, you can see the main screen of the device portal. There is quite a lot of information here that will tell you all sorts of things you need to know about the device. However, the first question is, How do we get here?

The device portal is switched off by default. You have to explicitly enable this option by going to the settings screen; once there, select the Update option and you have the option to choose the For Developers page. Here, you can switch the Developer Mode on, which is a necessity if you want to deploy apps from your development environment to the device. You can pair devices; again, you need this to deploy apps and debug them, and you enable or disable the device portal.
If you set up your device correctly and have it hooked up to a network, you can retrieve the IP address of the device by going to the settings screen, selecting Network, and then selecting the Advanced settings option. Here, you will see all network settings, including the IP address the device currently uses.
When you enter that IP address in a browser, you will be greeted with a security warning that the certificate that the device uses is not trusted by default. This is something we will fix later on.
The first time you use the portal, you will need to identify yourself. The device is protected by a username/password combination to prevent other users from messing with your device.
- 自然語言處理實戰:預訓練模型應用及其產品化
- Java程序設計實戰教程
- 自己動手寫搜索引擎
- PHP程序設計(慕課版)
- Android 9 Development Cookbook(Third Edition)
- INSTANT Weka How-to
- Vue.js 3.0源碼解析(微課視頻版)
- Bootstrap 4:Responsive Web Design
- 青少年Python編程入門
- Modern JavaScript Applications
- PHP 7+MySQL 8動態網站開發從入門到精通(視頻教學版)
- 微服務架構深度解析:原理、實踐與進階
- C#開發案例精粹
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- Serverless工程實踐:從入門到進階