BayerPattern Enumeration

CVB.Net Documentation
Bayer pattern of the sensor used to acquire the image to be converted. The enums refer to the top left pixel and the pixel next to it.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public enum BayerPattern
Members

  Member nameValueDescription
GreenBlue0 left top pixels are green and blue
BlueGreen1 left top pixels are blue and green
RedGreen2 left top pixels are red and green
GreenRed3 left top pixels are green and red
See Also

Reference