aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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