aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormorefigs <morefigs@gmail.com>2019-03-28 16:26:29 +1100
committerGitHub <noreply@github.com>2019-03-28 16:26:29 +1100
commita2f5180bb54cbb9c4e927af006d4f8edd3130e8d (patch)
treed139cb9c1c7ed207de99a6a8fe172189cac6d5e9
parentf0232709a7eba7c64d6e170dc13b823ce29499f9 (diff)
downloadpymba-a2f5180bb54cbb9c4e927af006d4f8edd3130e8d.tar.gz
pymba-a2f5180bb54cbb9c4e927af006d4f8edd3130e8d.zip
Update camera.py
-rw-r--r--pymba/camera.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pymba/camera.py b/pymba/camera.py
index f9abdb3..7433f5e 100644
--- a/pymba/camera.py
+++ b/pymba/camera.py
@@ -233,7 +233,7 @@ class Camera(VimbaObject):
# capture a single frame
self._single_frame.queue_for_capture()
self.AcquisitionStart()
- self._single_frame.wait_for_capture(timeout_ms=timeout_ms)
+ self._single_frame.wait_for_capture(timeout_ms)
self.AcquisitionStop()
return self._single_frame