Basler A400K Manual de usuario Pagina 80

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 130
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 79
Pixel Formats and Tap Geometries AW00118501000
72 Basler racer Camera Link
Pixel Format Interaction with the Sensor Bit Depth
The camera’s sensor can capture image data at 12 bit depth. There is an interaction between the
Sensor Bit Depth setting and the Pixel Format setting as described in Table 11.
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.
Setting the Pixel Format Using Basler pylon
You can use the pylon API to set the Pixel Format parameter value from within your application. The
following code snippet illustrates using the API to set the parameter value:
// Set pixel format to Mono 8
Camera.PixelFormat.SetValue( PixelFormat_Mono8 );
// Set pixel format to Mono 10
Camera.PixelFormat.SetValue( PixelFormat_Mono10 );
// Set pixel format to Mono 12
Camera.PixelFormat.SetValue( PixelFormat_Mono12 );
You can also use the Basler pylon Viewer application to easily set the parameter.
For more information about the pylon API and the pylon Viewer, see Section 3.1 on page 17.
Setting the Pixel Format Using Direct Register Access
To set the sensor pixel format via direct register access:
Set the value of the Pixel Format register to Mono 8, Mono 10, or Mono 12 as desired.
For more information about direct register access, see Section 3.2 on page 19.
Sensor Bit
Depth
Pixel Format Setting
Mono 8 Mono 10 Mono 12
12 bits 8 most significant bits of
data from the sensor are
transmitted
10 most significant bits of
data from the sensor are
transmitted
All 12 bits of data from the
sensor are transmitted
Table 11: Interaction Between the Sensor Bit Depth and the Pixel Format
Vista de pagina 79
1 2 ... 75 76 77 78 79 80 81 82 83 84 85 ... 129 130

Comentarios a estos manuales

Sin comentarios