Augmented Reality
Augmented Reality + Machine Learning = 🥰🥰🥰
Making Predictions in AR
// Get the ARCameraManager
ARCameraManager cameraManager = ...;
// Get the latest camera image
XRCpuImage image;
cameraManager.TryAcquireLatestCpuImage(out image);// Create an AR image feature
var imageFeature = new MLXRCpuImageFeature(image);Working with AR Depth
Last updated