mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class WindowsMixedRealityCameraSettingsProfile

    Configuration profile for the Windows Mixed Reality Camera settings provider.

    Inheritance
    Object
    WindowsMixedRealityCameraSettingsProfile
    Implements
    BaseCameraSettingsProfile
    Namespace: Microsoft.MixedReality.Toolkit.WindowsMixedReality
    Assembly: cs.temp.dll.dll
    Syntax
    public class WindowsMixedRealityCameraSettingsProfile : BaseCameraSettingsProfile, BaseCameraSettingsProfile

    Properties

    RenderFromPVCameraForMixedRealityCapture

    Whether to use photo/video camera rendering for Mixed Reality Capture on Windows.

    Declaration
    public bool RenderFromPVCameraForMixedRealityCapture { get; }
    Property Value
    Type Description
    Boolean
    Remarks

    If true, the platform will provide an additional HolographicCamera to the app when a mixed reality capture photo or video is taken. This HolographicCamera provides view matrices corresponding to the photo/video camera location, and it provides projection matrices using the photo/video camera field of view.

    RenderFromPVCameraForMixedRealityCapture

    Whether to use photo/video camera rendering for Mixed Reality Capture on Windows.

    Declaration
    public bool RenderFromPVCameraForMixedRealityCapture { get; }
    Property Value
    Type Description
    Boolean
    Remarks

    If true, the platform will provide an additional HolographicCamera to the app when a mixed reality capture photo or video is taken. This HolographicCamera provides view matrices corresponding to the photo/video camera location, and it provides projection matrices using the photo/video camera field of view.

    ReprojectionMethod

    Specifies the default reprojection method for HoloLens 2.

    Declaration
    public HolographicDepthReprojectionMethod ReprojectionMethod { get; }
    Property Value
    Type Description
    HolographicDepthReprojectionMethod
    Remarks

    AutoPlanar requires the DotNetWinRT adapter. DepthReprojection is the default if the adapter isn't present.

    ReprojectionMethod

    Specifies the default reprojection method for HoloLens 2.

    Declaration
    public HolographicDepthReprojectionMethod ReprojectionMethod { get; }
    Property Value
    Type Description
    HolographicDepthReprojectionMethod
    Remarks

    AutoPlanar requires the DotNetWinRT adapter. DepthReprojection is the default if the adapter isn't present.

    Implements

    BaseCameraSettingsProfile
    In This Article
    • Properties
      • RenderFromPVCameraForMixedRealityCapture
      • RenderFromPVCameraForMixedRealityCapture
      • ReprojectionMethod
      • ReprojectionMethod
    • Implements
    Back to top Generated by DocFX