Closedown

This commit is contained in:
sfop
2016-08-30 17:11:07 +02:00
parent fb424c19ae
commit fd12166098
2 changed files with 5 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ else:
latch = True
if get_device("image_stats") is None:
print "Instantiating camtool"
add_device(CamTool("image_stats", prefix = "cam:", latch = latch, camera = "SINEG01-DSCR350"), True)
add_device(CamTool("image_stats", prefix = "SINEG01-DSCR190:", latch = latch, camera = "SINEG01-DSCR190"), True)
if (latch):
image_stats.start()
#add_device(ImageStats("image_stats", get_simulated_source(image)), True)