Click or drag to resize
Accord.NET (logo)

JPEGStreamFrameInterval Property

Frame interval.

Namespace:  Accord.Video
Assembly:  Accord.Video (in Accord.Video.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 betwen frames. If the property is set to 100, then the desired frame rate will be 10 frames per second. Default value is 0 - get new frames as fast as possible.
See Also