1使用 Windows + I 快捷键打开「设置」——「更新和安全」——「针对开发人员」——勾选启用「开发人员模式」 2在「启用设备门」选项下打开「启用通过局域网连接进行远程诊断的功能」 3在「启用设备门」选项下打开「身份验证」 4为 Device Portal 设置一个用于登录的账户和密码后点击「应用」 注意:Device Portal...
在Input text中输入内容,然后点击Send按钮来发送内容到当前应用。 设备控制台Rest API's Device Portal REST API's 设备控制台里的所有内容都是基于REST API制作的,你可以利用它们通过编程来自定义访问数据和控制你的设备。
可以在PC端的IE浏览器上输入https://xxx.xxx.xxx.xxx/devicesecurity.htm,然后按照提示重新设置就好了。 xxx.xxx.xxx.xxx代表你HoloLens的IP 再次输入地址,整个世界清静了. 关于Device Portal的具体使用,后面会单独写一篇教程。 至少对导出照片视频来说,直接切换到Mixed Reality Capture选项卡,就可以轻松的保存文件...
Device Portal 使用 DNS-SD 公布其存在于本地网络上。 所有 Device Portal 实例都将在“WDP._wdp._tcp.local”下公布,无论其设备类型如何。 服务实例的 TXT 记录提供以下信息: 展开表 键类型说明 SintDevice Portal 的安全端口。 如果为 0(零),则表示 Device Portal 不侦听 HTTPS 连接。
也可以将 Device Portal 与仿真器结合使用。 若要连接到设备门户,请使用工具栏。 选择以下图标:打开设备门户: 在模拟器中打开 HoloLens OS 的 Windows 设备门户。创建用户名和密码设置对 Windows 设备门户的访问首次连接到 HoloLens 上的设备门户时,需要创建用户名和密码。
你可以从 3 种方法中选择一种方法连接到 Device Portal:USB、本地主机和通过本地网络(包括 VPN 和网络共享)。 连接到设备门户 在浏览器中,针对使用的连接类型输入地址,如下所示。 USB:http://127.0.0.1:10080 当手机通过 USB 连接连接到电脑时,使用此地址。 两台设备必须具有版本 1511 或更高版本的 Windows...
From the Settings app (press Windows+I), navigate to the Update & security | For developers page, and select the Developer mode radio button. When the Developer Mode package installation is complete, check the Enable Device Portal checkbox, set credentials as desired, and browse to the ...
Device Portal 是在每一台 Windows 设备上嵌的一个小型的 web 服务器,当你打开开发者模式的时候你能开启它。我们把 Device Portal 作为新一代的 Windows 诊断工具——一个运行于你所有设备上的工具,并不仅仅在桌面电脑上。 我们最近在 GitHub 上发布了我们的 Device Portal Wrapper 项目并添加进 NuGet 里。
sealed partial class App : Application { private BackgroundTaskDeferral taskDeferral; private DevicePortalConnection devicePortalConnection; private static Uri statusUri = new Uri("/myapp/API/status", UriKind.Relative); 接下來,覆寫應用程式,具現化 DevicePortalConnection 以及...
(In case you skipped the WDP introduction mentioned earlier, you may also need to install the Developer Mode package now to ensure WDP is available). This can be done by toggling the Enable Device Portal checkbox from the Settings app’s Update & security | For developers page. However, I...