Basler A400K Manual do Utilizador Página 148

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 194
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 147
Features
140 Basler aviator Camera Link
7.9.5 Enabling and Setting Digital Shift
Enabling and Setting Digital Shift Using Basler pylon
You can enable or disable the digital shift feature by setting the value of the Digital Shift parameter.
When the parameter is set to zero, digital shift will be disabled. When the parameter is set to 1, 2,
3, or 4, digital shift will be set to shift by 1, shift by 2, shift by 3, or shift by 4 respectively.
You can use the pylon API to set the Digital Shift parameter values from within your application
software. The following code snippet illustrates using the API to set the parameter values:
// Disable digital shift
Camera.DigitalShift.SetValue( 0 );
// Enable digital shift by 2
Camera.DigitalShift.SetValue( 2 );
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 4 on page 45.
Enabling and Setting Digital Shift Using Direct Register Access
To enable or disable the digital shift feature via direct register access:
Set the value of the Digital Shift register to 0, 1, 2, 3, or 4.
When the register is set to 0, digital shift will be disabled. When the register is set to 1, 2, 3, or 4,
digital shift will be set to shift by 1, shift by 2, shift by 3, or shift by 4 respectively.
For more information about changing settings via direct register access, see Section 4 on page 45.
Vista de página 147
1 2 ... 143 144 145 146 147 148 149 150 151 152 153 ... 193 194

Comentários a estes Manuais

Sem comentários