Disabled stream timeout by default
This commit is contained in:
parent
f54250a638
commit
51ac8a0647
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue