enum DepthFeatures (Niantic.ARDK.AR.Configuration.DepthFeatures)

Overview

enum DepthFeatures {
    None       = 0,
    Depth      = 1,
    PointCloud = 2,
};

Detailed Documentation

Enum Values

Depth

Basic depth estimation. Will result in a DisparityBuffer provided alongside ARFrame objects.

PointCloud

Transforms DisparityBuffer frames into a set of world space points, stored in ARFrame.