From ad7abfa4b0f259c99b11e1e2ea4d99f5863a48fd Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Mon, 22 Feb 2021 19:24:32 +0100 Subject: [PATCH] aggiunta conf in active.config --- Thermo.Active.Config/Config/ThermoConf.json | 31 +++++++++++++++++++ .../Thermo.Active.Config.csproj | 1 + 2 files changed, 32 insertions(+) create mode 100644 Thermo.Active.Config/Config/ThermoConf.json 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