Grabber::getDeBayerTransform Method

Returns a pointer to a DeBayerTransform object. If a BY8 Bayer video format is selected, the image data will be debayered automatically. The DeBayerTransform class allows the debayering to be checked.
Syntax:
smart_ptr<DeBayerTransform> getDeBayerTransform() const;
Return value:

A pointer to the DeBayerTransform.

Remarks:

This method returns a valid pointer even, if no debayering is applied to the video data. In this case, the method DeBayerTransform::isActive returns false.

Information:

Introduced in version 3.0

Sample:

Debayering

See also: Grabber, DeBayerTransform, Debayering

<< Grabber