Basler raL2048-48gm User Manual Page 161

  • Download
  • Add to my manuals
  • Print
  • Page
    / 238
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 160
AW00118302000 Pixel Data Formats
Basler racer GigE 151
9 Pixel Data Formats
By selecting a pixel data format, you determine the format (layout) of the image data transmitted by
the camera. This section provides detailed information about the available pixel data formats.
9.1 Setting the Pixel Data Format
The setting for the camera’s Pixel Format parameter determines the format of the pixel data that will
be output from the camera. Table 12 lists the pixel formats available on each camera type.
Details of the monochrome camera formats are described in Section 9.2 on page 152.
You can set the Pixel Format parameter value from within your application software by using the
pylon API. The following code snippet illustrates using the API to set the parameter value:
Camera.PixelFormat.SetValue( PixelFormat_Mono8 );
Camera.PixelFormat.SetValue( PixelFormat_Mono12 );
Camera.PixelFormat.SetValue( PixelFormat_Mono12Packed );
Camera.PixelFormat.SetValue( PixelFormat_YUV422Packed );
Camera.PixelFormat.SetValue( PixelFormat_YUV422_YUYV_Packed );
For detailed information about using the pylon API, refer to the Basler pylon Programmer’s Guide
and API Reference.
You can also use the Basler pylon Viewer application to easily set the parameters.
For more information about the pylon Viewer, see Section 3.1 on page 23.
Mono Camera Pixel Formats
Mono 8
Mono 12
Mono 12 Packed
YUV 4:2:2 Packed
YUV 4:2:2 (YUYV) Packed
Table 12: Available Pixel Formats
Page view 160
1 2 ... 156 157 158 159 160 161 162 163 164 165 166 ... 237 238

Comments to this Manuals

No comments