From 4ebccda66593280aff8dfb380861e91286fbf1f8 Mon Sep 17 00:00:00 2001 From: morefigs Date: Thu, 28 Mar 2019 16:31:36 +1100 Subject: Removed unneeded check --- pymba/camera.py | 3 +-- 1 file changed, 1 insertion(+), 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() -- cgit v1.2.3