Grabber::getCountOfFramesDropped Method

Returns the number of frames that were dropped by the video capture device.
Syntax:
long getCountOfFramesDropped() const;
Return value:

The number of dropped frames. This may be 0, if the device does not support this feature.

Information:

Introduced in version 2.0

See also: Grabber, Grabber::hasCountOfFrames, Grabber::getCountOfFramesNotDropped

<< Grabber