【问题标题】:How does the HoloLens recognize the space ? Is there any limit to the number of spaces that a HoloLens can remember?HoloLens 如何识别空间? HoloLens 可以记住的空间数量是否有限制?
【发布时间】:2020-11-05 17:48:04
【问题描述】:

有谁知道 Hololens 是如何识别它去过的环境的吗?当我们使用空间映射时,我发现我们第一次扫描环境时会花费一些时间来映射它。但从第二次开始,它会识别出该空间并立即将地图与其关联。

此外,我知道 HoloLens 存储与 wifi 相关的环境数据。它可以存储的空间数量是否有限制?

【问题讨论】:

    标签: unity3d hololens


    【解决方案1】:

    它可以存储的空间数量是否有限制?

    限制取决于您的硬盘预算。 HoloLens 将不断地向磁盘读/写卷,以确保将设备附近的卷加载到磁盘,从而使全息图遮挡工作良好。并且只有在达到卷存储的磁盘预算时才删除空间。

    有人知道 Hololens 是如何识别它去过的环境的吗?

    HoloLens 会在空间数据库中搜索与当前空间相连的地图数据,判断设备是否在新空间。如果我们失去跟踪并且设备认为它在一个新的空间中,我们将启动一个新的网格并将该数据重新合并到我们的地图中,如果我们稍后发现它们已连接。

    【讨论】:

    • The limit depends on your hard drive budget. 一张地图的文件大小是否有已知限制,或者我们可以无限映射一个空间? HoloLens will search the map data connected with the current space in the spatial database to determine whether the device is in a new space. If we lose tracking and the device thinks it's in a new space, we will start a new mesh and merge that data back into our map if we later find that they are connected. 有没有办法强制 HoloLens 加载/识别空间,例如给它一个 Id?
    • 不,两者都没有。实际上,您不需要关心如何管理地图。 HoloLens 映射物理空间的过程是一个黑匣子,我们尽最大努力使其智能地完成这些任务,而无需客户的额外干预。
    猜你喜欢
    • 2020-08-24
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多