Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the relative time of this frame.
Syntax
public:
property TimeSpan RelativeTime {
TimeSpan get ();
}
public TimeSpan RelativeTime { get; }
var relativeTime = highDefinitionFaceFrame.relativeTime;
Property value
[C++]
[C#]
[JavaScript]
Type: TimeSpan
Type: TimeSpan
Type: Number
The relative time of this frame.
Requirements
Namespace: Microsoft.Kinect.Face
Assembly: Microsoft.Kinect.Face (in microsoft.kinect.face.dll)
See also
Reference
HighDefinitionFaceFrame Class
Microsoft.Kinect.Face Namespace