Delegate starting stream worker

This commit is contained in:
Joel Collins 2020-07-06 13:33:17 +01:00
parent 6e22376d9e
commit 2c38a7dc43
2 changed files with 3 additions and 6 deletions

View file

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