Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: Boolean
Remarks

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