From 51ac8a06478fe723872072db38e9bbd132a8262e Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Tue, 26 Feb 2019 13:53:33 +0000 Subject: [PATCH] Disabled stream timeout by default --- openflexure_microscope/camera/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openflexure_microscope/camera/base.py b/openflexure_microscope/camera/base.py index 266dcd2b..949d536d 100644 --- a/openflexure_microscope/camera/base.py +++ b/openflexure_microscope/camera/base.py @@ -104,7 +104,7 @@ class BaseCamera(object): self.event = CameraEvent() self.stream_timeout = 20 #: int: Number of inactive seconds before timing out the stream - self.stream_timeout_enabled = True #: bool: Enable or disable timing out the stream + self.stream_timeout_enabled = False #: bool: Enable or disable timing out the stream self.state = {} #: dict: Dictionary for capture state self.config = {} #: dict: Dictionary of base camera config