diff --git a/Thermo.Active.Config/Config/ThermoConf.json b/Thermo.Active.Config/Config/ThermoConf.json new file mode 100644 index 00000000..670b4221 --- /dev/null +++ b/Thermo.Active.Config/Config/ThermoConf.json @@ -0,0 +1,31 @@ +{ + "MeasPoints": [], + "CameraName": "FLIR AX5", + "CameraAddress": "", + "DestPoints": { + "Coords": [ + "0, 0", + "1500, 0", + "1500, 1200", + "0, 1200" + ], + "curr": 0 + }, + "OrigPoints": { + "Coords": [ + "55, 214", + "49, 68", + "218, 80", + "197, 226" + ], + "curr": 4 + }, + "TargetRange": { + "Max": 60.0, + "Min": 0.0 + }, + "TargetSize": { + "X": 1500, + "Y": 1200 + } +} \ No newline at end of file diff --git a/Thermo.Active.Config/Thermo.Active.Config.csproj b/Thermo.Active.Config/Thermo.Active.Config.csproj index 99d8c390..d1b391f9 100644 --- a/Thermo.Active.Config/Thermo.Active.Config.csproj +++ b/Thermo.Active.Config/Thermo.Active.Config.csproj @@ -229,6 +229,7 @@ Designer Always + PreserveNewest