EasyManua.ls Logo

Basler pilot - Trigger Delay

Basler pilot
250 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Features
Basler pilot 197
11.15 Trigger Delay
The trigger delay feature lets you specify a delay (in microseconds) that will be applied between the
receipt of a hardware trigger and it becoming effective.
The trigger delay may be specified in the range from 0 to 10000000l µs (equivalent to 10 s). When
the delay is set to 0 µs, no delay will be applied.
The trigger delay will not operate when the camera is triggered by your application software and
when the camera operates in continuous frame mode (free run).
You can set the Trigger Delay Abs parameter value from within your application software by using
the pylon API. The following code snippet illustrates using the API to set the parameter values:
// 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 29.

Table of Contents

Related product manuals