日本語翻訳ドキュメントはサポートを終了しました

MRTK 2.6 以降のドキュメントについては、公式の Microsoft ドキュメント を参照してください。

    Show / Hide Table of Contents

    Class WindowsMixedRealityCameraSettingsProfile

    Configuration profile for the Windows Mixed Reality camera settings provider.

    Inheritance
    Object
    WindowsMixedRealityCameraSettingsProfile
    Namespace: Microsoft.MixedReality.Toolkit.WindowsMixedReality
    Assembly: cs.temp.dll.dll
    Syntax
    [MixedRealityServiceProfile(typeof(BaseWindowsMixedRealityCameraSettings), null)]
    public class WindowsMixedRealityCameraSettingsProfile : 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.

    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.

    Back to top Generated by DocFX