Disabled stream timeout by default

This commit is contained in:
Joel Collins 2019-02-26 13:53:33 +00:00
parent f54250a638
commit 51ac8a0647

View file

@ -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