Table of Contents

Class CameraImageSettings

Namespace
Loehnert.Lisrt.Laser.Keyence
Assembly
Loehnert.Lisrt.Laser.Keyence.dll

Represents camera image settings written to the laser.

public class CameraImageSettings : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
Inheritance
PropertyChangedBase
CameraImageSettings
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Properties

Brightness

Gets or sets the brightness.

public int Brightness { get; set; }

Property Value

int

CameraZoom

Gets or sets the camera zoom.

public CameraZoom CameraZoom { get; set; }

Property Value

CameraZoom

GammaCorrection

Gets or sets the gamma correction.

public double GammaCorrection { get; set; }

Property Value

double

LightingType

Gets or sets the lighting type.

public LightingType LightingType { get; set; }

Property Value

LightingType