|
AsyncVideoSourceSkipFramesIfBusy Property
|
Specifies if the object should skip frames from the nested video source when it is busy.
Namespace:
Accord.Video
Assembly:
Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax public bool SkipFramesIfBusy { get; set; }
Public Property SkipFramesIfBusy As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
BooleanRemarks Specifies if the object should skip frames from the nested video source
in the case if it is still busy processing the previous video frame in its own thread.
Default value is set to .
See Also