Closedown

This commit is contained in:
sfop
2016-08-24 15:28:58 +02:00
parent 3c6f82b26b
commit c30a9cae13
3 changed files with 9 additions and 9 deletions

View File

@@ -42,7 +42,7 @@ if get_device("image_stats") is None:
if (latch):
image_stats.start()
"""
add_device(ImageStats("image_stats", get_simulated_source()), True)
add_device(ImageStats("image_stats", get_simulated_source(image)), True)
image_stats.setNumberOfImages(max(number_images,1))
image_stats.enableBackground (use_background)