Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Add additional information around marker visual detection #233

Merged
merged 2 commits into from
Oct 2, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/SpectatorView.Unity/Assets/SpatialAlignment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ Spatial alignment based on marker visuals and marker detection allows spectator

8. The SpatialCoordinate locations found on both devices are then shared with one another, which allows for the scene to be aligned.

> Note: For the best results when detecting marker visuals, mobile devices displaying marker visuals should have their camera uncovered, viewing the world. Mobile devices will indicate to the user when they lose tracking. But, if a mobile device has lost tracking when its marker is detected, a less accurate transform will be used for spatial alignment.
chrisfromwork marked this conversation as resolved.
Show resolved Hide resolved

### Physical Marker Detection (QR Codes and ArUco Markers)

Spatial alignment based on physical marker detection allows a spectator HoloLens device to align with a user HoloLens device. Again, different marker detectors may be used in this experience, but the application flow is the following:
Expand Down