PLCamera.ShutterModeEnum Class#
Applies to: CameraLink, GigE and ace USB
Visibility: Beginner
The feature documentation may provide more information.
Inheritance Hierarchy#
System.Object
Basler.Pylon.ParameterListEnum
Basler.Pylon.PLCamera.ShutterModeEnum
Constructors#
Name | Description | |
---|---|---|
PLCamera.ShutterModeEnum | Initializes a new instance of the PLCamera.ShutterModeEnum class |
Properties#
Name | Description | |
---|---|---|
Global | The shutter opens and closes at the same time for all pixels. All pixels are exposed at the same time and for the same length of time. Applies to: CameraLink, GigE and ace USB | |
GlobalResetRelease | The shutter opens at the same time for all rows but closes later for each consecutive row. This means that the rows are exposed for different lengths of time. Applies to: CameraLink, GigE and ace USB | |
Name | The full name of ShutterMode (Overrides ParameterListEnum.Name.) | |
Rolling | The shutter opens and closes sequentially for groups of rows. All rows are exposed for the same length of time but not at the same time. Applies to: CameraLink, GigE and ace USB |
Methods#
Name | Description | |
---|---|---|
ToString | The full name of ShutterMode (Overrides Object.ToString()()()().) |
PLCamera.ShutterModeEnum.ToString Method#
The full name of ShutterMode
Return Value#
Type: String
Returns the full name of ShutterMode
PLCamera.ShutterModeEnum Constructor#
Initializes a new instance of the PLCamera.ShutterModeEnum class
PLCamera.ShutterModeEnum.Global Property#
The shutter opens and closes at the same time for all pixels. All pixels are exposed at the same time and for the same length of time.
Applies to: CameraLink, GigE and ace USB
PLCamera.ShutterModeEnum.GlobalResetRelease Property#
The shutter opens at the same time for all rows but closes later for each consecutive row. This means that the rows are exposed for different lengths of time.
Applies to: CameraLink, GigE and ace USB
PLCamera.ShutterModeEnum.Name Property#
The full name of ShutterMode
PLCamera.ShutterModeEnum.Rolling Property#
The shutter opens and closes sequentially for groups of rows. All rows are exposed for the same length of time but not at the same time.
Applies to: CameraLink, GigE and ace USB