Received frames count.

Namespace:  AForge.Video.Kinect
Assembly:  AForge.Video.Kinect (in AForge.Video.Kinect.dll) Version: 2.2.4.0 (2.2.4.0)

Syntax

C#
public int FramesReceived { get; }

Implements

IVideoSource..::.FramesReceived

Remarks

Number of frames the video source provided from the moment of the last access to the property.

See Also