FrameCaptureWithoutOverlay
Delphi
property FrameCaptureWithoutOverlay: Boolean read GetFrameCaptureWithoutOverlay write SetFrameCaptureWithoutOverlay default DEF_FrameCaptureWithoutOverlay;
C++Builder
__property bool FrameCaptureWithoutOverlay = {read=GetFrameCaptureWithoutOverlay, write=SetFrameCaptureWithoutOverlay, default=0};
C#
public bool FrameCaptureWithoutOverlay { get; set; }
VB.NET
Public Property FrameCaptureWithoutOverlay As Boolean
C++/Qt
BOOL GetFrameCaptureWithoutOverlay ();
void SetFrameCaptureWithoutOverlay (BOOL Value);
Specifies whether frame capture must be performed before drawing over video frames (unmodified video frames) or after drawing over video frames (modified video frames). If FrameCaptureBeforeDrawing is disabled (default), frame overlay affects the captured frames as well as preview and recording files. If FrameCaptureBeforeDrawing is enabled, the frames captured by CaptureFrameTo or in burst mode concern unmodified native frames; in this case, text, shapes, lines or bitmaps drawn over video frames appear only on the preview window or recording files.