Image Acquisition Control AW00089317000
124 Basler ace GigE
For more information about
the exposure active output signal, see Section 7.10.1 on page 135.
the Exposure Time Abs parameter, see Section 7.6 on page 115.
the flash window, see Section 7.7.2.1 on page 125.
Setting the Shutter Mode
The camera’s shutter has two operating modes:
electronic rolling shutter mode and
global reset release mode.
If global reset release mode is
disabled, the shutter will operate in the electronic rolling shutter mode.
enabled, the shutter will operate in the global reset release mode.
You can enable and disable the global reset release mode for the rolling shutter from within your
application software by using the Basler pylon API. The following code snippet illustrates using the
API to enable and disable the global reset release mode:
// Enable the global reset release mode
Camera.GlobalResetReleaseModeEnable.SetValue( true );
// Disable the global reset release mode
Camera.GlobalResetReleaseModeEnable.SetValue( false );
You can also use the Basler pylon Viewer application to easily set the mode.