From 800f1dbf479eb27b210418614df263dddd659ea6 Mon Sep 17 00:00:00 2001 From: snatom <72290722+snatom@users.noreply.github.com> Date: Thu, 28 Oct 2021 10:58:49 +0530 Subject: [PATCH] Update hdr.py --- hdr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdr.py b/hdr.py index de8eb37..b79f8c4 100755 --- a/hdr.py +++ b/hdr.py @@ -3,7 +3,7 @@ def readImagesAndTimes(): - + print("The function read Images and Times is working") times = np.array([ 1/30.0, 0.25, 2.5, 15.0 ], dtype=np.float32) filenames = ["img_0.033.jpg", "img_0.25.jpg", "img_2.5.jpg", "img_15.jpg"]