Closedown

This commit is contained in:
sfop
2016-08-23 14:36:26 +02:00
parent 5ce39d9b2b
commit 4ebe592463
2 changed files with 2 additions and 1 deletions

View File

@@ -202,7 +202,7 @@ if __name__ == "__builtin__":
#from camtool import CamTool
camera_tool = CamTool("camtool", latch = False)
add_device(camera_tool, True)
#camera_tool.enableBackground(False)
camera_tool.enableBackground(False)
camera_tool.capture()
print camera_tool.take(), camera_tool.com_x.read(), camera_tool.com_y.read()