mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 04:35:25 +03:00
increase priority of saving preview frames
This commit is contained in:
parent
3a9607e59b
commit
f72a18340c
@ -130,6 +130,8 @@ def output_frames(
|
||||
|
||||
previous_frames[camera] = frame_time
|
||||
|
||||
move_preview_frames("clips")
|
||||
|
||||
while True:
|
||||
(topic, data) = detection_subscriber.get_data(timeout=0)
|
||||
|
||||
@ -156,8 +158,6 @@ def output_frames(
|
||||
for preview in preview_recorders.values():
|
||||
preview.stop()
|
||||
|
||||
move_preview_frames("clips")
|
||||
|
||||
if birdseye is not None:
|
||||
birdseye.stop()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user