Below is a screen shot of my Frigate .yml file. Everything is fine until I get to the lines width, height and fps. When I add these 3 lines I get the following error in Frigate
"Error parsing config: 3 validation errors for FrigateConfig
cameras → porch_1 → fps
extra fields not permitted (type=value_error.extra)
cameras → porch_1 → height
extra fields not permitted (type=value_error.extra)
cameras → porch_1 → width
extra fields not permitted (type=value_error.extra)
I have checked the .yml file on-line and I get the “yamal file is valid” but obviously I missing something