PLCamera.ClConfigurationEnum Class#
Applies to: CameraLink
Visibility: Beginner
The feature documentation may provide more information.
Inheritance Hierarchy#
System.Object
Basler.Pylon.ParameterListEnum
Basler.Pylon.PLCamera.ClConfigurationEnum
Constructors#
Name | Description | |
---|---|---|
PLCamera.ClConfigurationEnum | Initializes a new instance of the PLCamera.ClConfigurationEnum class |
Properties#
Name | Description | |
---|---|---|
Base | The standard Base configuration (as specified in the Camera Link standard) is selected. Applies to: CameraLink | |
Deca | The standard Deca configuration with 10 8-bit taps (as specified in the Camera Link Standard) is selected. Applies to: CameraLink | |
DualBase | The camera streams the data from multiple taps through two Camera Link base ports. The application or frame grabber must reconstruct the full image. Only one of the ports (fixed) serves as the master for serial communication and triggering. Applies to: CameraLink | |
Full | The standard Full configuration (as specified in the Camera Link standard) is selected. Applies to: CameraLink | |
Medium | The standard Medium configuration (as specified in the Camera Link standard) is selected. Applies to: CameraLink | |
Name | The full name of ClConfiguration (Overrides ParameterListEnum.Name.) |
Methods#
Name | Description | |
---|---|---|
ToString | The full name of ClConfiguration (Overrides Object.ToString()()()().) |
PLCamera.ClConfigurationEnum.ToString Method#
The full name of ClConfiguration
Return Value#
Type: String
Returns the full name of ClConfiguration
PLCamera.ClConfigurationEnum Constructor#
Initializes a new instance of the PLCamera.ClConfigurationEnum class
PLCamera.ClConfigurationEnum.Base Property#
The standard Base configuration (as specified in the Camera Link standard) is selected.
Applies to: CameraLink
PLCamera.ClConfigurationEnum.Deca Property#
The standard Deca configuration with 10 8-bit taps (as specified in the Camera Link Standard) is selected.
Applies to: CameraLink
PLCamera.ClConfigurationEnum.DualBase Property#
The camera streams the data from multiple taps through two Camera Link base ports. The application or frame grabber must reconstruct the full image. Only one of the ports (fixed) serves as the master for serial communication and triggering.
Applies to: CameraLink
PLCamera.ClConfigurationEnum.Full Property#
The standard Full configuration (as specified in the Camera Link standard) is selected.
Applies to: CameraLink
PLCamera.ClConfigurationEnum.Medium Property#
The standard Medium configuration (as specified in the Camera Link standard) is selected.
Applies to: CameraLink
PLCamera.ClConfigurationEnum.Name Property#
The full name of ClConfiguration