User`s manual

Pixel Data Formats AW00089316000
184 Basler ace GigE
Details of the monochrome formats are described in Section 9.2 on page 185 and details of the
color formats are described in Section 9.3 on page 191.
You can set the Pixel Format parameter value from within your application software by using the
Basler pylon API. The following code snippet illustrates using the API to set the parameter value:
Camera.PixelFormat.SetValue( PixelFormat_Mono8 );
Camera.PixelFormat.SetValue( PixelFormat_Mono12Packed );
Camera.PixelFormat.SetValue( PixelFormat_Mono12 );
Camera.PixelFormat.SetValue( PixelFormat_YUV422Packed );
Camera.PixelFormat.SetValue( PixelFormat_YUV422_YUYV_Packed );
Camera.PixelFormat.SetValue( PixelFormat_BayerBG8 );
Camera.PixelFormat.SetValue( PixelFormat_BayerBG12 );
Camera.PixelFormat.SetValue( PixelFormat_BayerBG12Packed );
Camera.PixelFormat.SetValue( PixelFormat_BayerGR8 );
Camera.PixelFormat.SetValue( PixelFormat_BayerGR12 );
Camera.PixelFormat.SetValue( PixelFormat_BayerGR12Packed );
You can also use the Basler pylon Viewer application to easily set the parameters.
For more information about the pylon API and the pylon Viewer, see Section 3 on page 39.
Color Camera
Model
Mono 8 Bayer
GR 8
Bayer
BG 8
Bayer
GR 12
Bayer
BG 12
Bayer
GR 12
Packed
Bayer
BG 12
Packed
YUV
4:2:2
Packed
YUV 4:2:2
(YUYV)
Packed
acA640-90gc

acA640-100gc

acA645-100gc

acA750-30gc

acA780-75gc

acA1300-30gc

acA1600-20gc

acA2000-50gc

acA2040-25gc

acA2500-14gc

Table 16: Pixel Formats Available on Color Cameras ( = format available)