Basler A400K Manual de usuario Pagina 58

  • 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 57
Acquisition Control AW00118501000
50 Basler racer Camera Link
// Set for the timed exposure mode
Camera.ExposureMode.SetValue( ExposureMode_Timed );
// Set the exposure time
Camera.ExposureTimeAbs.SetValue( 300 );
while ( ! finished )
{
// Execute a trigger software command to apply a line start
// trigger signal to the camera
Camera.TriggerSoftware.Execute( );
// Retrieve acquired line here
}
// Note: as long as the Trigger Selector is set to LineStart, executing
// a Trigger Software command will apply a software line start trigger
// signal to the camera
The following code snippet illustrates using the API to check the acquisition status:
// Set the acquisition status selector
Camera.AcquisitionStatusSelector.SetValue
( AcquisitionStatusSelector_LineTriggerWait );
// Read the acquisition status
bool IsWaitingForLineTrigger = Camera.AcquisitionStatus.GetValue();
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.1 on page 15.
Vista de pagina 57
1 2 ... 53 54 55 56 57 58 59 60 61 62 63 ... 129 130

Comentarios a estos manuales

Sin comentarios