Click or drag to resize
Accord.NET (logo)

XimeaVideoSourceFrameInterval Property

Time interval between frames.

Namespace:  Accord.Video.Ximea
Assembly:  Accord.Video.Ximea (in Accord.Video.Ximea.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 getting new frames from the camera. If the property is set to 100, then the desired frame rate should be about 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 200.

See Also