AsyncVideoSourceFramesProcessed Property |
Namespace: Accord.Video
The property keeps the number of processed video frames since the last access to this property.
The value of this property equals to FramesReceived in most cases if the SkipFramesIfBusy property is set to - every received frame gets processed sooner or later. However, if the SkipFramesIfBusy property is set to , then value of this property may be lower than the value of the FramesReceived property, which means that nested video source performs acquisition faster than client perform processing of the received frame and some frame are skipped from processing.