
AW00011916000
Image Acquisition Control
Basler scout GigE
109
9.3
Acquisition Start and Stop Commands
and the Acquisition Mode
(Legacy and Standard Mode)
Executing an Acquisition Start commmand prepares the camera to acquire frames. You must
execute an Acquisition Start command before you can begin acquiring frames.
Executing an Acquisition Stop command terminates the camera’s ability to acquire frames. When
the camera receives an Acquisition stop command:
If the camera is not in the process of acquiring a frame, its ability to acquire frames will be
terminated immediately.
If the camera is in the process of acquiring a frame, the frame acquisition process will be
allowed to finish and the camera’s ability to acquire new frames will be terminated.
The camera’s Acquisition Mode parameter has two settings: single frame and continuous. The use
of Acquisition Start and Acquisition Stop commands and the camera’s Acquisition Mode parameter
setting are related.
If the camera’s Acquisition Mode parameter is set for single frame, after an Acquisition Start
command has been executed, a single frame can be acquired. When acquisition of one frame is
complete, the camera will execute an Acquisition Stop command internally and will no longer be
able to acquire frames. To acquire another frame, you must execute a new Acquisition Start
command.
If the camera’s Acquisition Mode parameter is set for continuous frame, after an Acquisition Start
command has been executed, frame acquisition can be triggered as desired. Each time a frame
trigger is applied while the camera is in a "waiting for frame trigger" acquisition status, the camera
will acquire and transmit a frame. The camera will retain the ability to acquire frames until an
Acquisition Stop command is executed. Once the Acquisition Stop command is received, the
camera will no longer be able to acquire frames.
Setting the Acquisition Mode and Issuing Start/Stop Commands
You can set the Acquisition Mode parameter value and you can execute Acquisition Start or
Acquisition Stop commands from within your application software by using the Basler pylon API.
The code snippet below illustrates using the API to set the Acquisition Mode parameter value and
to execute an Acquisition Start command. Note that the snippet also illustrates setting several
parameters regarding frame triggering. These parameters are discussed later in this chapter.
Camera.AcquisitionMode.SetValue( AcquisitionMode_SingleFrame );
Camera.TriggerSelector.SetValue( TriggerSelector_FrameStart );
Camera.TriggerMode.SetValue( TriggerMode_On );
Camera.TriggerSource.SetValue ( TriggerSource_Line1 );
Camera.TriggerActivation.SetValue( TriggerActivation_RisingEdge );
Camera.ExposureMode.SetValue( ExposureMode_Timed );
Camera.ExposureTimeAbs.SetValue( 3000 );
Содержание scout GigE
Страница 4: ......
Страница 50: ...Specifications Requirements and Precautions AW00011916000 40 Basler scout GigE...
Страница 52: ...Installation AW00011916000 42 Basler scout GigE...
Страница 66: ...Basler Network Drivers and Parameters AW00011916000 56 Basler scout GigE...
Страница 80: ...Network Related Camera Parameters and Managing Bandwidth AW00011916000 70 Basler scout GigE...
Страница 184: ...Image Acquisition Control AW00011916000 174 Basler scout GigE...
Страница 206: ...Color Creation and Enhancement AW00011916000 196 Basler scout GigE...
Страница 232: ...Pixel Data Formats AW00011916000 222 Basler scout GigE...
Страница 354: ...Chunk Features AW00011916000 344 Basler scout GigE...
Страница 358: ...Troubleshooting and Support AW00011916000 348 Basler scout GigE...
Страница 367: ...AW00011916000 Revision History Basler scout GigE 357...
Страница 368: ...Revision History AW00011916000 358 Basler scout GigE...