Frame interval.
Namespace:
AForge.Robotics.SurveyorAssembly: AForge.Robotics.Surveyor (in AForge.Robotics.Surveyor.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
| C# |
|---|
public int FrameInterval { get; set; } |
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 set to 0 - get new frames as fast as possible.