Starting with version 2.7.0, Holographic Remoting supports coordinate system synchronization.
Use coordinate system synchronization to synchronize spatial data between a custom player app and a custom remote app. With coordinate system synchronization, it’s possible to express spatial data within a common space even across different player and remote runtimes.
An example for the coordinate system synchronization is to align content that was rendered by the player app with the content rendered by the remote app. Furthermore, coordinate system synchronization allows the custom remote app to correctly align sensor data from the player device. Sensor data can be retrieved, for example, by HoloLens2ForCV.
In general, the coordinate system synchronization consists of two parts:
[!NOTE] Coordinate system synchronization supports only a single coordinate system. To synchronize data from multiple coordinate systems, you can transform the data into the user coordinate system.