Fixed initial stream object
This commit is contained in:
parent
b3332c078d
commit
c33fb6afc8
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ class PiCameraStreamer(BaseCamera):
|
||||||
) #: str: Path of .npy lens shading table file
|
) #: str: Path of .npy lens shading table file
|
||||||
|
|
||||||
# Start the stream worker on init
|
# Start the stream worker on init
|
||||||
self.stream = None
|
self.stream = io.BytesIO() # Create a stream object
|
||||||
self.start_worker()
|
self.start_worker()
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue