From 2ec75c84366b330edbb31d88bacf4c30edf002cf Mon Sep 17 00:00:00 2001 From: kkajakas <137375839+kkajakas@users.noreply.github.com> Date: Fri, 23 Jun 2023 20:28:58 +0300 Subject: [PATCH] Update thermal_tools.py --- tools/thermal_tools.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/thermal_tools.py b/tools/thermal_tools.py index 7785034..096ada3 100644 --- a/tools/thermal_tools.py +++ b/tools/thermal_tools.py @@ -540,9 +540,9 @@ def read_dji_image(img_in, raw_out, param={'emissivity': 0.95, 'distance': 5, 'h "float32", "--distance", f"{dist}", "--humidity", f"{rh}", "--reflection", f"{refl_temp}", "--emissivity", f"{em}"], universal_newlines=True, - stdout=subprocess.DEVNULL, - stderr=subprocess.STDOUT, - shell=True + #stdout=subprocess.DEVNULL, + #stderr=subprocess.STDOUT, + #shell=True )