Basler SCOUT LIGHT User Manual Page 128

  • Download
  • Add to my manuals
  • Print
  • Page
    / 166
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 127
Standard Features
120 Basler scout light
9.8 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).
Setting the Trigger Delay
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.
Page view 127
1 2 ... 123 124 125 126 127 128 129 130 131 132 133 ... 165 166

Comments to this Manuals

No comments