Skip to content

BurstInterval

property

Delphi
property BurstInterval: LongInt read GetBurstInterval write SetBurstInterval  default DEF_BurstInterval;
C++Builder
__property System::LongInt BurstInterval = {read=GetBurstInterval, write=SetBurstInterval, default=0};
C#
public int BurstInterval { get; set; }
VB.NET
Public Property BurstInterval As Integer
C++/Qt
int GetBurstInterval ();
void SetBurstInterval (int Value);

Sets or retrieves the number of frames to skip between 2 captured frames. A "0" value captures all the frames (no frame skipped). E.g.: BurstInterval = 20 means 1 frame captured every 20 frames.