MotionDetector_GreyScale
property
Delphi
property MotionDetector_GreyScale: Boolean read GetMotionDetector_GreyScale write SetMotionDetector_GreyScale default DEF_MotionDetector_GreyScale;
C++Builder
__property bool MotionDetector_GreyScale = {read=GetMotionDetector_GreyScale, write=SetMotionDetector_GreyScale, default=0};
C#
public bool MotionDetector_GreyScale { get; set; }
VB.NET
Public Property MotionDetector_GreyScale As Boolean
C++/Qt
BOOL GetMotionDetector_GreyScale ();
void SetMotionDetector_GreyScale (BOOL Value);
Enables / disables motion detection on a greyscale basis, instead of the default RGB basis. In this case, the MotionDetector_CompareRed, MotionDetector_CompareBlue and MotionDetector_CompareGreen properties are ignored.