HolographicFramePrediction.CameraPoses Property

Definition

Gets the camera poses that correspond with the time specified by Timestamp.

public:
 property IVectorView<HolographicCameraPose ^> ^ CameraPoses { IVectorView<HolographicCameraPose ^> ^ get(); };
IVectorView<HolographicCameraPose> CameraPoses();
public IReadOnlyList<HolographicCameraPose> CameraPoses { get; }
var iVectorView = holographicFramePrediction.cameraPoses;
Public ReadOnly Property CameraPoses As IReadOnlyList(Of HolographicCameraPose)

Property Value

The camera poses.

Applies to