mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-08 13:51:01 +02:00
slow down the preview feed to lower cpu usage
This commit is contained in:
parent
0357c7c692
commit
bb8c00a1ea
@ -120,8 +120,8 @@ def main():
|
||||
|
||||
def imagestream(camera_name):
|
||||
while True:
|
||||
# max out at 5 FPS
|
||||
time.sleep(0.2)
|
||||
# max out at 1 FPS
|
||||
time.sleep(1)
|
||||
frame = cameras[camera_name].get_current_frame_with_objects()
|
||||
# encode the image into a jpg
|
||||
ret, jpg = cv2.imencode('.jpg', frame)
|
||||
|
Loading…
Reference in New Issue
Block a user