Closedown

This commit is contained in:
sfop
2016-08-30 15:39:45 +02:00
parent ae60192104
commit 9f9500d348
4 changed files with 9 additions and 7 deletions
+2 -2
View File
@@ -196,7 +196,7 @@ class CamTool(DeviceBase):
"""
if __name__ == "__builtin__":
camera_tool = CamTool("camtool", prefix = "SINEG01-DSCR190:", latch = False, camera = "SINEG01-DSCR190")
camera_tool = CamTool("camtool", prefix = "SINEG01-DSCR190:", latch = True, camera = "SINEG01-DSCR190")
add_device(camera_tool, True)
#camera_tool.enableBackground(False)
camera_tool.enableBackground(False)
@@ -210,4 +210,4 @@ if __name__ == "__builtin__":
#camera_tool.enableBackground(True)
#camera_tool.capture()
#print camera_tool.take(), camera_tool.com_x.read(), camera_tool.com_y.read()
"""
"""