We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62047c8 commit e664cb2Copy full SHA for e664cb2
frigate/config/camera/ffmpeg.py
@@ -61,6 +61,7 @@ class FfmpegConfig(FrigateBaseModel):
61
retry_interval: float = Field(
62
default=10.0,
63
title="Time in seconds to wait before FFmpeg retries connecting to the camera.",
64
+ gt=0.0,
65
)
66
apple_compatibility: bool = Field(
67
default=False,
0 commit comments