Closedown

This commit is contained in:
gac-x04sa
2019-02-26 14:41:01 +01:00
parent b95412c6da
commit 295a3d491c
4 changed files with 67 additions and 3 deletions
+5
View File
@@ -71,6 +71,11 @@ class Image(DeviceBase, Readable):
def get_int(self, filename = None):
if filename is None:
filename = self.pixel.get_image_filename()
print "Waiting image file: " + filename
wait_for_files([filename])
threshold1 = self.pixel.threshold1
threshold2 = self.pixel.threshold2
threshold3 = self.pixel.threshold3