MLXRCpuDepthFeature
class MLXRCpuDepthFeature : MLDepthFeature
Creating the Feature
/// <summary>
/// Create an AR depth image feature.
/// </summary>
/// <param name="image">Augmented reality image.</param>
/// <param name="camera">AR session camera.</param>
/// <param name="orientation">Image orientation. If `Unknown`, this will default to the screen orientation.</param>
MLXRCpuDepthFeature (XRCpuImage image, Camera camera, ScreenOrientation orientation = 0);Inspecting the Feature
Feature Type
/// <summary>
/// Feature type.
/// </summary>
MLFeatureType type { get; }Depth Map Width
Depth Map Height
Sampling Pixel Depth
Projecting to 3D Space
Last updated