TVideoGrabber.FrameCaptureWithoutOverlay

Prev

Next

TVideoGrabber

Properties

 




































































































Specifies whether frame capture functions must capture unmodified frames when drawing over video frames.


Declaration
property FrameCaptureWithoutOverlay: Boolean read GetFrameCaptureWithoutOverlay write SetFrameCaptureWithoutOverlay default DEF_FrameCaptureWithoutOverlay;


__property bool FrameCaptureWithoutOverlay=read=GetFrameCaptureWithoutOverlay, write=SetFrameCaptureWithoutOverlay, default=0


Property FrameCaptureWithoutOverlay As Boolean

Description

Used to specify 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 concerns unmodified native frames.
In this case text, shapes, lines or bitmap drawn over video frames appear only on the preview window or recording files.


See Also
TAutoFileName TFrameCaptureDest TOnFrameCaptureCompleted BurstCount BurstInterval BurstMode BurstType CaptureFrameSyncTo CaptureFrameTo FrameCaptureHeight FrameCaptureWidth FrameCaptureZoomSize GetFrameInfoString GetLastFrameAsHBITMAP GetLastFrameAsTBitmap GetLastFrameBitmapBits GetLastFrameBitmapBits2 GetLastFrameWaitTimeoutMs JPEGPerformance JPEGProgressiveDisplay JPEGQuality Last_BurstFrameCapture_FileName Last_CaptureFrameTo_FileName OnDiskFull OnFrameBitmap SetFrameCaptureBounds StoragePath WebcamStillCaptureButton