A partial refactor of background detect
This commit is contained in:
parent
f12ee9bd69
commit
b5586a4b32
6 changed files with 162 additions and 4 deletions
|
|
@ -58,6 +58,7 @@ class SimulatedCamera(BaseCamera):
|
|||
:param frame_interval: Nominally the time between frames on the MJPEG stream,
|
||||
however the rate may be slower due to calculation time for focus.
|
||||
"""
|
||||
super().__init()
|
||||
self.shape = shape
|
||||
self.glyph_shape = glyph_shape
|
||||
self.canvas_shape = canvas_shape
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue