Basler raL2048-48gm User Manual Page 143

  • Download
  • Add to my manuals
  • Print
  • Page
    / 238
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 142
AW00118302000 Acquisition Control
Basler racer GigE 133
Setting the Exposure Overlap Time Max Abs Parameter
You can use the Basler pylon API to set the Exposure Overlap Time Max Abs parameter value from
within your application software. The following code snippet illustrates using the API to set the
parameter value:
// Set the Exposure Overlap Time Max to 4 µs
Camera.ExposureOverlapTimeMaxAbs.SetValue( 4);
You can also use the Basler pylon Viewer application to easily set the parameters.
Selecting the Line Trigger Wait Signal as the Source Signal for the
Output Line
The line trigger wait signal can be selected to act as the source signal for e.g. camera output line 1.
Selecting a source signal for the output line is a two step process:
Use the Line Selector to select output line 1.
Set the value of the Line Source Parameter to the line trigger wait signal.
You can set the Line Selector and the Line Source parameter value from within your application
software by using the Basler pylon API. The following code snippet illustrates using the API to set
the selector and the parameter value:
Camera.LineSelector.SetValue( LineSelector_Out1 );
Camera.LineSource.SetValue( LineSource_LineTriggerWait );
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 on page 39.
For more information about selecting the source signal for an output line on the camera, see
Section 7.6.2.5 on page 68.
For more information about the electrical characteristics of the camera’s output line, see Section 5.8
on page 62.
Page view 142
1 2 ... 138 139 140 141 142 143 144 145 146 147 148 ... 237 238

Comments to this Manuals

No comments