Basler SCOUT LIGHT User Manual Page 58

  • Download
  • Add to my manuals
  • Print
  • Page
    / 166
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 57
Image Acquisition Control
50 Basler scout light
You can set the exposure time and the Acquisition Mode parameter values from within your
application software by using the pylon API. You can also execute the Acquisition Start and Stop
commands. The following code snippet illustrates using the API to set the parameter values and
execute the commands:
Camera.TriggerSelector.SetValue( TriggerSelector_AcquisitionStart );
Camera.ExposureMode.SetValue( ExposureMode_Timed );
Camera.ExposureTimeAbs.SetValue( 3000 );
Camera.TriggerActivation.SetValue( TriggerActivation_RisingEdge );
Camera.AcquisitionMode.SetValue( AcquisitionMode_Continuous );
Camera.AcquisitionStart.Execute( );
Camera.AcquisitionStop.Execute( );
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 Trigger Ready signal, see Section 6.7 on page 57.
For more information about the camera’s exposure time parameter, see Section 6.4 on page 51.
Note
The explanations in Section 6.3.3 and Section 6.3.4 are intended to give you
a basic idea of how the use of a hardware trigger works. For a more complete
description, refer to the Basler pylon Programmer’s Guide and to the sample
programs included in the Basler pylon Software Development Kit (SDK).
Page view 57
1 2 ... 53 54 55 56 57 58 59 60 61 62 63 ... 165 166

Comments to this Manuals

No comments