Pixel formats

Last modified by Lev Andronov on 2024/11/03 16:48

What is a pixel format

A Pixel Format refers to the structure of the image data transmitted by the camera. Different pixel formats exist depending on the camera model and whether it is a color or monochrome type.

  • Monochrome camera uses one of the mono pixel formats and outputs 8, 10, 12, 14 or 16 bits of data per pixel.
  • Color camera equipped with a Bayer color filter and can output color image using Bayer pixel formats in 8, 10, 12, 14 or 16 bits of data per pixel, with each pixel filtered to capture only one of the primary colors — red, green, or blue.

Color pixel data is not processed or interpolated and is often referred to as 'raw' output. The specific Bayer formats available depend on the camera model. Converting a Bayer-coded image into RGB is called 'Demosaic' or 'Debayer' process.

Pixel format table

Pixel FormatPFNCPixelFormat codeBitsBytesGenICam 32-bit value (hex)
Mono8Mono80x0101810x01080001
Mono10Mono100x01021020x01100003
Mono12Mono120x01031220x01100005
Mono14Mono140x0104142 
Mono16Mono160x01051620x01100007
BayerGR8BayerGR80x0311810x01080008
BayerGR10BayerGR100x03121020x0110000C
BayerGR12BayerGR120x03131220x01100010
BayerGR14BayerGR140x0314142 
BayerGR16BayerGR160x0315162 
BayerRG8BayerRG80x0321810x01080009
BayerRG10BayerRG100x03221020x0110000D
BayerRG12BayerRG120x03231220x01100011
BayerRG14BayerRG140x0324142 
BayerRG16BayerRG160x0325162 
BayerGB8BayerGB80x0331810x0108000A
BayerGB10BayerGB100x03321020x0110000E
BayerGB12BayerGB120x03331220x01100012
BayerGB14BayerGB140x0334142 
BayerGB16BayerGB160x0335162 
BayerBG8BayerBG80x0341810x0108000B
BayerBG10BayerBG100x03421020x0110000F
BayerBG12BayerBG120x03431220x01100013
BayerBG14BayerBG140x0344142 
BayerBG16BayerBG160x0345162 
RGB8RGB80x0401810x02180014
RGB10RGB100x04021020x02300018
RGB12RGB120x04031220x0230001A
RGB14RGB140x0404142 
RGB16RGB160x0405162 
RGBA8RGBa80x0501810x02200016
RGBA10RGBa100x0502102 
RGBA12RGBa120x0503122 
RGBA14RGBa140x0504142 
RGBA16RGBa160x0505162 

GenICam Pixel Format Names and Values PDF documen

KAYA Instruments © 2024. All Rights Reserved.