
Image Acquisition Control
AW00123404000
146
Basler ace USB 3.0
Determining whether your camera is operating with overlapped or with non-overlapped acquisition
is not a matter of issuing a command or switching a setting on or off. Rather the way that you
operate the camera will determine whether the frame acquisitions are overlapped or not. If we
define the “frame period” as the time from the start of exposure for line one in the frame N
acquisition to the start of exposure for line one in frame N+1 acquisition, then:
Exposure will not overlap when:
Frame Period > Exposure Time Parameter S Total Sensor Readout Time
Exposure will overlap when:
Frame Period
≤
Exposure Time Parameter S Total Sensor Readout Time
You can determine the total sensor readout time for a frame by reading the value of the Sensor
Readout Time parameter. This parameter indicates the time in microseconds from the beginning of
readout for line one to the end of readout for line N (the last line). You can read the Readout Time
parameter value from within your application software by using the Basler pylon API. The following
code snippet illustrates using the API to get the parameter value:
double d = camera.SensorReadoutTime.GetValue();
You can also use the Basler pylon Viewer application to easily get the parameter value.
For more information about the pylon API and the pylon Viewer, see Section 3.1 on
page 43
.
Frame Acquisition N
Frame Acquisition N+1
Frame Acquisition N+2
= Line Exposure
= Line Readout
Time
ExFSTrig
Signal
Fig. 66: Overlapped Exposure and Sensor Readout
Содержание ace acA1920-155
Страница 4: ......
Страница 50: ...Specifications Requirements and Precautions AW00123404000 40 Basler ace USB 3 0...
Страница 56: ...Camera Drivers and Tools for Changing Camera Parameters AW00123404000 46 Basler ace USB 3 0...
Страница 106: ...Physical Interface AW00123404000 96 Basler ace USB 3 0...
Страница 186: ...Image Acquisition Control AW00123404000 176 Basler ace USB 3 0...
Страница 326: ...Index AW00123404000 316 Basler ace USB 3 0...