HolographicFramePrediction
HolographicFramePrediction
HolographicFramePrediction
HolographicFramePrediction
Class
Definition
Represents the poses for each holographic camera at the time that they're predicted to be displayed.
public : sealed class HolographicFramePrediction : IHolographicFramePredictionpublic sealed class HolographicFramePrediction : IHolographicFramePredictionPublic NotInheritable Class HolographicFramePrediction Implements IHolographicFramePrediction// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v2)
|
Properties
CameraPoses CameraPoses CameraPoses CameraPoses
Gets the camera poses that correspond with the time specified by Timestamp.
public : IVectorView<HolographicCameraPose> CameraPoses { get; }public IReadOnlyList<HolographicCameraPose> CameraPoses { get; }Public ReadOnly Property CameraPoses As IReadOnlyList<HolographicCameraPose>// You can use this property in JavaScript.
- Value
- IVectorView<HolographicCameraPose> IReadOnlyList<HolographicCameraPose> IReadOnlyList<HolographicCameraPose> IReadOnlyList<HolographicCameraPose>
The camera poses.
Timestamp Timestamp Timestamp Timestamp
Gets the time when the camera poses are predicted to be displayed.
public : PerceptionTimestamp Timestamp { get; }public PerceptionTimestamp Timestamp { get; }Public ReadOnly Property Timestamp As PerceptionTimestamp// You can use this property in JavaScript.
The timestamp.