Delegate starting stream worker
This commit is contained in:
parent
6e22376d9e
commit
2c38a7dc43
2 changed files with 3 additions and 6 deletions
|
|
@ -115,7 +115,9 @@ class PiCameraStreamer(BaseCamera):
|
|||
self.picamera_lst_path = settings_file_path(
|
||||
"picamera_lst.npy"
|
||||
) #: str: Path of .npy lens shading table file
|
||||
|
||||
|
||||
# Start the stream worker on init
|
||||
self.start_worker()
|
||||
|
||||
@property
|
||||
def configuration(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue