MotionDetector_CompareGreen
Delphi
property MotionDetector_CompareGreen: Boolean read GetMotionDetector_CompareGreen write SetMotionDetector_CompareGreen default DEF_MotionDetector_CompareGreen;
C++Builder
__property bool MotionDetector_CompareGreen = {read=GetMotionDetector_CompareGreen, write=SetMotionDetector_CompareGreen, default=1};
C#
public bool MotionDetector_CompareGreen { get; set; }
VB.NET
Public Property MotionDetector_CompareGreen As Boolean
C++/Qt
BOOL GetMotionDetector_CompareGreen ();
void SetMotionDetector_CompareGreen (BOOL Value);
Used to enable/disable the use of the green color to detect motion.
If MotionDetector_GreyScale is enabled this property is ignored.