Click or drag to resize
Accord.NET (logo)

IVideoSourceFramesReceived Property

Received frames count.

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

Property Value

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