Received frames count.

Namespace:  AForge.Robotics.TeRK
Assembly:  AForge.Robotics.TeRK (in AForge.Robotics.TeRK.dll) Version: 2.2.3.0 (2.2.3.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