Time interval between making screen shots, ms.
Namespace:
AForge.VideoAssembly: AForge.Video (in AForge.Video.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
C# |
---|
public int FrameInterval { get; set; } |
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.