Removed debug print
This commit is contained in:
parent
c657014388
commit
697fa87566
1 changed files with 0 additions and 1 deletions
|
|
@ -366,7 +366,6 @@ class BaseCamera(metaclass=ABCMeta):
|
|||
self.stream_active = True
|
||||
|
||||
for frame in self.frames_iterator:
|
||||
print(f"Generated new frame in mjpeg thread at {time.time()}")
|
||||
self.frame = frame
|
||||
self.event.set() # send signal to clients
|
||||
time.sleep(0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue