編輯

共用方式為


WindowsMixedRealityCameraSettingsProfile.RenderFromPVCameraForMixedRealityCapture Property

Definition

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

public:
 property bool RenderFromPVCameraForMixedRealityCapture { bool get(); };
public bool RenderFromPVCameraForMixedRealityCapture { get; }
member this.RenderFromPVCameraForMixedRealityCapture : bool
Public ReadOnly Property RenderFromPVCameraForMixedRealityCapture As Boolean

Property Value

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.

Applies to