Basler SCOUT LIGHT Manual do Utilizador Página 130

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 228
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 129
Image Acquisition Control AW00104701000
120 Basler scout light GigE
// Set the source for the selected trigger
Camera.TriggerSource.SetValue ( TriggerSource_Line1 );
// Set the trigger activation mode to rising edge
Camera.TriggerActivation.SetValue( TriggerActivation_RisingEdge );
// Set for the trigger width exposure mode
Camera.ExposureMode.SetValue( ExposureMode_TriggerWidth );
// Prepare for frame acquisition here
Camera.AcquisitionStart.Execute( );
while ( ! finished )
{
// Frame acquisition will start each time the externally generated
// acquisition start trigger signal (ExASTrig signal)goes high
// Retrieve the captured frames
}
Camera.AcquisitionStop.Execute( );
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 25.
Vista de página 129
1 2 ... 125 126 127 128 129 130 131 132 133 134 135 ... 227 228

Comentários a estes Manuais

Sem comentários