mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-12 22:25:24 +03:00
Correct the number of frames saved
This commit is contained in:
parent
d1540c70b1
commit
c4fbe6df65
@ -109,7 +109,7 @@ def capture_frames(
|
|||||||
skipped_eps = EventsPerSecond()
|
skipped_eps = EventsPerSecond()
|
||||||
skipped_eps.start()
|
skipped_eps.start()
|
||||||
|
|
||||||
shm_count = 5
|
shm_count = max(10, config.detect.fps * 2)
|
||||||
shm_frames: list[str] = []
|
shm_frames: list[str] = []
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user