ICImagingControl.DeBayerStartPattern Property

This property controls how the automatic de-bayering of BY8 image data should treat the pixel data.
Syntax:
Public DeBayerStartPattern As DeBayerStartPatterns
Remarks:

You have to select the value that matches the layout of the camera's mosaic filter in front of the CCD. In general, this has to be found out by trial and error, because this information may be hard to find in the camera's documentation.

Information:

Introduced in IC Imaging Control 3.0

Example:

The following code fragment shows how to open a bayer camera, set the bayer video format BY8 and set the parameters for automatic de-bayering:

See also: ICImagingControl, DeBayerStartPatterns, DeBayerModes, Debayering

<< ICImagingControl