Share via


SkeletonFrame.FrameNumber Property

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Gets or sets the frame number.

Syntax

public int FrameNumber { get; set; }
'Declaration
Public Property FrameNumber As Integer 

Property Value

Type: Int32
The frame number.

Remarks

Each frame returned from a Kinect has a unique frame number, which you can use to uniquely identify a frame.

Requirements

Namespace: Microsoft.Kinect

Assembly: Microsoft.Kinect (in microsoft.kinect.dll)

See Also

Reference

SkeletonFrame Class
SkeletonFrame Members
Microsoft.Kinect Namespace