aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pymba/camera.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pymba/camera.py b/pymba/camera.py
index 7433f5e..039b667 100644
--- a/pymba/camera.py
+++ b/pymba/camera.py
@@ -292,8 +292,7 @@ class Camera(VimbaObject):
self._is_armed = False
# automatically stop acquisition if required
- if self._is_acquiring:
- self.stop_frame_acquisition()
+ self.stop_frame_acquisition()
# clean up
self.end_capture()