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 unique relative time at which the frame was captured.
Syntax
public:
property TimeSpan RelativeTime {
TimeSpan get ();
}
public TimeSpan RelativeTime { get; }
var relativeTime = frameCapturedEventArgs.relativeTime;
Property value
[C++]
[C#]
[JavaScript]
Type: TimeSpan
Type: TimeSpan
Type: Number
The timestamp of the captured frame.
Requirements
Namespace: WindowsPreview.Kinect
Metadata: windowspreview.kinect.winmd
See also
Reference
FrameCapturedEventArgs Class
WindowsPreview.Kinect Namespace