ICImagingControl.DeBayerActive Property

Returns whether automatic de-bayering of BY8 image data is enabled.
Syntax:
[C#]
public bool DeBayerActive;
Limitations:

Ready only, run time only.

Remarks:

When this property returns True, ICImagingControl.DeBayerStartPattern and ICImagingControl.DeBayerMode can be used to configure the de-bayering algorithm.

Information:

Introduced in version 3.0

See also: ICImagingControl, Debayering

<< ICImagingControl