summaryrefslogtreecommitdiffstats
path: root/tests/roi.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roi.py')
-rw-r--r--tests/roi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/roi.py b/tests/roi.py
index 0f614cd..fad0717 100644
--- a/tests/roi.py
+++ b/tests/roi.py
@@ -30,6 +30,7 @@ if __name__ == '__main__':
args = parser.parse_args()
camera = PyTango.DeviceProxy(args.device)
+ camera.trigger_source = 0
grab(camera)
grab(camera, height=3640)