VideoProcessing_GrayScale
Delphi
property VideoProcessing_GrayScale: Boolean read GetVideoProcessingGrayScale write SetVideoProcessingGrayScale default DEF_VideoProcessing_GrayScale;
C++Builder
__property bool VideoProcessing_GrayScale = {read=GetVideoProcessingGrayScale, write=SetVideoProcessingGrayScale, default=0};
C#
public bool VideoProcessing_GrayScale { get; set; }
VB.NET
Public Property VideoProcessing_GrayScale As Boolean
C++/Qt
BOOL GetVideoProcessing_GrayScale ();
void SetVideoProcessing_GrayScale (BOOL Value);
When enabled, changes colors to grayscale on the video stream on which the frame grabber is applied.