FrameCaptureWidth
Delphi
property FrameCaptureWidth: LongInt read GetFrameCaptureWidth write SetFrameCaptureWidth default DEF_FrameCaptureWidth;
C++Builder
__property System::LongInt FrameCaptureWidth = {read=GetFrameCaptureWidth, write=SetFrameCaptureWidth, default=-1};
C#
public int FrameCaptureWidth { get; set; }
VB.NET
Public Property FrameCaptureWidth As Integer
C++/Qt
int GetFrameCaptureWidth ();
void SetFrameCaptureWidth (int Value);
Specifies a width for the captured frame when capturing frames with CaptureFrameTo or the burst mode.
Default value = -1 (disabled)
If a value > 0 is specified, the captured frame will be stretched to the specified width, otherwise the width of the video frame will be used.