📄️ AR Dataset
AR Dataset is a VLSDK sub-package that handles AR-specific datasets recording device screen and movement. Since VLSDK includes logic to improve location estimation accuracy based on actual device movement, developing with AR Dataset allows you to work in an environment similar to using an actual device.
📄️ PoseTracker Architecture
What is PoseTracker?
📄️ Implementing a Custom PoseTracker
VLSDK natively supports ARFoundation and ARDataset. However, if the platform does not support ARFoundation or you want to test using a method other than ARDataset, you can create and use your own PoseTracker.