FrameCaptureHeight
Delphi
property FrameCaptureHeight: LongInt read GetFrameCaptureHeight write SetFrameCaptureHeight default DEF_FrameCaptureHeight;
C++Builder
__property System::LongInt FrameCaptureHeight = {read=GetFrameCaptureHeight, write=SetFrameCaptureHeight, default=-1};
C#
public int FrameCaptureHeight { get; set; }
VB.NET
Public Property FrameCaptureHeight As Integer
C++/Qt
int GetFrameCaptureHeight ();
void SetFrameCaptureHeight (int Value);
Used to specify a height 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 height, otherwise the height of the video frame will be used.