Basler SCOUT LIGHT User Manual Page 55

  • Download
  • Add to my manuals
  • Print
  • Page
    / 166
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 54
Image Acquisition Control
Basler scout light 47
Camera.ExposureTimeAbs.SetValue( 3000 );
// set for the width exposure mode, set minimum exposure time to 3000 µs
Camera.ExposureMode.SetValue( ExposureMode_TriggerWidth );
Camera.ExposureTimeAbs.SetValue( 3000 );
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 17.
For more information about the camera’s exposure time parameter, see Section 6.4 on page 51.
For more information about overlapped exposure, see Section 6.5 on page 54.
For more detailed information about using the trigger width exposure mode with overlapped
exposure, refer to the application notes called "Using a Specific External Trigger Signal with
Overlapped Exposure" (AW000565xx000). The application notes are available in the downloads
section of the Basler website: www.baslerweb.com/indizes/download_index_en_31412.html.
6.3.2 Setting the Camera for Hardware Triggering
To set the camera for hardware triggering:
Use the Trigger Selector parameter to select the Acquisition Start trigger.
Use the Trigger Mode parameter to set the trigger mode to On.
Use the Trigger Source parameter to set the camera to accept the hardware trigger signal on
input line 1.
Use the Trigger Activation parameter to set the camera for rising edge triggering or for falling
edge triggering.
You can set these parameter values from within your application software by using the pylon API.
The following code snippet illustrates using the API to set the parameter values:
Camera.TriggerSelector.SetValue( TriggerSelector_AcquisitionStart );
Camera.TriggerMode.SetValue( TriggerMode_On );
Camera.TriggerSource.SetValue ( TriggerSource_Line1 );
Camera.TriggerActivation.SetValue( TriggerActivation_RisingEdge );
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 17.
Page view 54
1 2 ... 50 51 52 53 54 55 56 57 58 59 60 ... 165 166

Comments to this Manuals

No comments