refenum.DeBayerStartPatterns

Enumeration containing all possible bayer start patterns of the first row of the image data.
Name Description
DEBAYERPATTERN_BG The first two pixels of the pattern are interpreted as blue and green.
DEBAYERPATTERN_GB The first two pixels of the pattern are interpreted as green and blue.
DEBAYERPATTERN_GR The first two pixels of the pattern are interpreted as green and red.
DEBAYERPATTERN_RG The first two pixels of the pattern are interpreted as red and green.

<< Enumerations