Single Frame Localization
Single Frame Localization scene is a fundamental demonstration of how the platform performs localization within a mapped environment. This scene provides developers with a clear visualization of the SDK's core components. It showcases essential SDK prefabs, including the MultiSet SDK Manager which handles authentication, and the Map Localization Manager which manages the localization process.
This scene uses a single camera frame to localize against the map, ideal for situations where you want a quick response from localization API (~3 seconds) and don't require precise accuracy

Auto Localize: Automatic start localization at the start of the AR session
Relocalization: Trigger Localization request when AR session tracking is lost/limited; also trigger localization when the app comes from background.
Confidence Check: Enable this option to add a filter on localization response, higher confidence value will result in better accuracy but may reduce the number of successful localization attempts.
Confidence Threshold: if Confidence Check if enabled this.
Last updated
Was this helpful?