共用方式為


HolographicFramePrediction.CameraPoses 屬性

定義

取得與 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)

屬性值

相機姿勢。

適用於