HolographicFramePrediction.CameraPoses 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.
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.