AW00011916000 Standard Features
Basler scout GigE 307
Camera.TriggerSelector.SetValue( TriggerSelector_FrameStart );
// Trigger delay
double TriggerDelay_us = 1000.0 // 1000us == 1ms == 0.001s;
Camera.TriggerDelayAbs.SetValue( TriggerDelay_us );
Legacy mode:
// Select the acquisition start trigger
Camera.TriggerSelector.SetValue( TriggerSelector_AcquisitionStart );
// Trigger delay
double TriggerDelay_us = 1000.0 // 1000us == 1ms == 0.001s;
Camera.TriggerDelayAbs.SetValue( TriggerDelay_us );
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 43.
For more information about the standard and legacy image acquisition control modes, see
Section 9.1 on page 103.