Class CameraImageSettings
Represents camera image settings written to the laser.
public class CameraImageSettings : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseCameraImageSettings
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
Brightness
Gets or sets the brightness.
public int Brightness { get; set; }
Property Value
CameraZoom
Gets or sets the camera zoom.
public CameraZoom CameraZoom { get; set; }
Property Value
GammaCorrection
Gets or sets the gamma correction.
public double GammaCorrection { get; set; }
Property Value
LightingType
Gets or sets the lighting type.
public LightingType LightingType { get; set; }