Property VLDSCapture.TVLDSCapture.CaptureFromPreview
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLDSCapture
Contents |
Syntax
Delphi:
property CaptureFromPreview : Boolean read FCaptureFromPreview write FCaptureFromPreview default False;
C++ Builder:
__property bool CaptureFromPreview = { read=FCaptureFromPreview, write=FCaptureFromPreview, default=False };
Summary
Specifies if the video capture will be from a preview (Dropping some frames).
Description
Set this property to True to specify that the capture will be
from preview, allowing some frames to be dropped if the
process is too slow.
This mode is useful when the application want to capture without a delay, but some frames dropping is allowed.