FixFlickerOrBlackCapture
Delphi
property FixFlickerOrBlackCapture: Boolean read GetFixFlickerOrBlackCapture write SetFixFlickerOrBlackCapture default DEF_FixFlickerOrBlackCapture;
C++Builder
__property bool FixFlickerOrBlackCapture = {read=GetFixFlickerOrBlackCapture, write=SetFixFlickerOrBlackCapture, default=0};
C#
public bool FixFlickerOrBlackCapture { get; set; }
VB.NET
Public Property FixFlickerOrBlackCapture As Boolean
C++/Qt
BOOL GetFixFlickerOrBlackCapture ();
void SetFixFlickerOrBlackCapture (BOOL Value);
Used to fix display problems with some video capture devices.
Remarks
This property is used to fix the possible following problems with some video capture devices:
- flickering, - black frame capture when invoking CaptureFrameTo, - excessive apparent frame rate.
Try to enable this property in case of this kind of problem. Enabling this property requires a bit more CPU, so it should be kept enabled only if it fixes these kind of problems.