Grabber::getCountOfFramesNotDropped Method

Returns the number of frames that were delivered by the device.
Syntax:
long getCountOfFramesNotDropped() const;
Return value:

The number of frames that were delivered successfully by the video capture device. This may be 0, if the device does not support this feature.

Remarks:

Please note that frames that were delivered successfully by the video capture device can still be dropped along the way. The return value just counts the number of frames successfully delivered by the device.

Information:

Introduced in version 2.0

See also: Grabber, Grabber::hasCountOfFrames, Grabber::getCountOfFramesDropped

<< Grabber