Click or drag to resize
Accord.NET (logo)

AVIFileVideoSourceFrameInterval Property

Frame interval.

Namespace:  Accord.Video.VFW
Assembly:  Accord.Video.VFW (in Accord.Video.VFW.dll) Version: 3.8.0
Syntax
public int FrameInterval { get; set; }
Request Example View Source

Property Value

Type: Int32
Remarks

The property sets the interval in milliseconds between frames. If the property is set to 100, then the desired frame rate will be 10 frames per second.

Note Note
Setting this property to 0 leads to no delay between video frames - frames are read as fast as possible.

Default value is set to 0.

See Also