Class Mlx90640Config
MLX90640 configuration
Assembly: Mlx90640.dll
View Source
public class Mlx90640Config
Properties
KVdd
View Source
public short KVdd { get; }
Vdd25
View Source
public short Vdd25 { get; }
KvPTAT
View Source
public float KvPTAT { get; }
KtPTAT
View Source
public float KtPTAT { get; }
VPTAT25
View Source
public ushort VPTAT25 { get; }
AlphaPTAT
View Source
public float AlphaPTAT { get; }
GainEE
View Source
public short GainEE { get; }
Tgc
View Source
public float Tgc { get; }
CpKv
View Source
public float CpKv { get; }
CpKta
View Source
public float CpKta { get; }
ResolutionEE
View Source
public byte ResolutionEE { get; }
CalibrationModeEE
View Source
public byte CalibrationModeEE { get; }
KsTa
View Source
public float KsTa { get; }
KsTo
View Source
public float[] KsTo { get; }
Ct
View Source
public short[] Ct { get; }
Alpha
View Source
public short[] Alpha { get; }
AlphaScale
View Source
public byte AlphaScale { get; }
Offset
View Source
public short[] Offset { get; }
Kta
View Source
public sbyte[] Kta { get; }
KtaScale
View Source
public byte KtaScale { get; }
Kv
View Source
public sbyte[] Kv { get; }
KvScale
View Source
public byte KvScale { get; }
CpAlpha
View Source
public float[] CpAlpha { get; }
CpOffset
View Source
public short[] CpOffset { get; }
IlChessC
View Source
public float[] IlChessC { get; }
BrokenPixels
View Source
public List<ushort> BrokenPixels { get; }
OutlierPixels
View Source
public List<ushort> OutlierPixels { get; }
BrokenPixelHasAdjacentBrokenPixel
View Source
public bool BrokenPixelHasAdjacentBrokenPixel { get; }
OutlierPixelHasAdjacentOutlierPixel
View Source
public bool OutlierPixelHasAdjacentOutlierPixel { get; }
BrokenPixelHasAdjacentOutlierPixel
View Source
public bool BrokenPixelHasAdjacentOutlierPixel { get; }