WindowsMixedRealityCameraSettingsProfile.RenderFromPVCameraForMixedRealityCapture Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.