Click or drag to resize
Accord.NET (logo)

ScreenCaptureStreamFrameInterval Property

Time interval between making screen shots, ms.

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 specifies time interval in milliseconds between consequent screen captures. Expected frame rate of the stream should be approximately 1000/FrameInteval.

If the property is set to 0, then the stream will capture screen as fast as the system allows.

Default value is set to 100.

See Also