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