mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-17 16:44:29 +03:00
Handle type
This commit is contained in:
parent
36e5ab9cdf
commit
76a9742ddc
@ -525,7 +525,7 @@ class FrigateApp:
|
|||||||
return 0
|
return 0
|
||||||
|
|
||||||
shm_frame_count = min(
|
shm_frame_count = min(
|
||||||
os.environ.get(SHM_FRAMES_VAR, 50),
|
int(os.environ.get(SHM_FRAMES_VAR, "50")),
|
||||||
int(available_shm / (cam_total_frame_size)),
|
int(available_shm / (cam_total_frame_size)),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user