Sample Views
Available Views
Localization Mode Comparison
Feature
Single-Frame Mode
Multi-Frame Mode
Getting Started
Related
Last updated
Was this helpful?
This section provides detailed documentation for the sample views included in the MultiSet iOS SDK. These SwiftUI views demonstrate how to implement VPS localization and object tracking in your iOS application.
The entry point for the SDK demo application. Handles SDK initialization, authentication, mode selection, and navigation to either the AR localization view or the object tracking view.
Provides AR-based localization using either single-frame or multi-frame capture. Supports automatic localization, background localization, relocalization, GPS hints, and mesh visualization.
Provides AR-based object tracking. Detects and locates specific tracked objects (by object code) using the AR camera and places animated outline meshes over them in the real world.
Frames captured
1
4–6 (configurable)
Capture time
Instant
~2–3 seconds
Accuracy
Good
Better
Network usage
Lower
Higher
Movement during capture
Not required
Recommended
Best for
Quick localization
Precise positioning
Configure credentials and codes in SDKConfig.swift
Initialize the SDK in LandingView (tap Authenticate)
For localization: select a mode (Single-Frame or Multi-Frame) and tap Start Localization
For object tracking: tap Start Object Tracking
The respective AR view opens and begins automatically
See MultiSetConfig for all configuration options.
Last updated
Was this helpful?
Was this helpful?

