Closedown
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user