Click or drag to resize
Accord.NET (logo)

KinectDepthCameraFramesReceived Property

Received frames count.

Namespace:  Accord.Video.Kinect
Assembly:  Accord.Video.Kinect (in Accord.Video.Kinect.dll) Version: 3.8.0
Syntax
public int FramesReceived { get; }
Request Example View Source

Property Value

Type: Int32

Implements

IVideoSourceFramesReceived
Remarks
Number of frames the video source provided from the moment of the last access to the property.
See Also