📄️ PoseTracker Architecture
What is PoseTracker?
📄️ Creating ARFrame
ARFrame is a type of frame data that can be used by the PoseTracker. By passing an ARFrame to the PoseTracker for each frame, the logic of VLSDK is executed. In the case of ARFoundationPoseTracker, which uses ARFoundation, ARFrame is created as follows:
📄️ 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.
📄️ Apply Custom PoseTracker
To use the created Custom PoseTracker, you need to use the CustomPoseTrackerAdaptor component.