EasyManuals Logo

Basler pilot User Manual

Basler pilot
250 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #100 background imageLoading...
Page #100 background image
Image Acquisition Control
90 Basler pilot
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 29.
For more information about the Trigger Ready signal, see Section 8.6 on page 96.
For more information about the camera’s exposure time parameter, see Section 8.4 on page 91.
Note
The explanations in Section 8.3.3 and Section 8.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 Programmers Guide and to the sample
programs included in the Basler pylon Software Development Kit (SDK).

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Basler pilot and is the answer not in the manual?

Basler pilot Specifications

General IconGeneral
BrandBasler
Modelpilot
CategorySecurity Camera
LanguageEnglish

Related product manuals