From 02fee83bb763d243569fed84aa0af5ecc3091b2d Mon Sep 17 00:00:00 2001 From: tubalainen Date: Sun, 9 Jun 2024 18:17:21 +0200 Subject: [PATCH] Update reference.md Updated after clarification. --- docs/docs/configuration/reference.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/docs/configuration/reference.md b/docs/docs/configuration/reference.md index aa68fe419..9bfcbf977 100644 --- a/docs/docs/configuration/reference.md +++ b/docs/docs/configuration/reference.md @@ -534,13 +534,6 @@ cameras: # Optional: Set the name of the stream that should be used for live view # in frigate WebUI. (default: ??) stream_name: go2rtc_stream_name - # Optional: Set the height of the jsmpeg stream. (default: 720) - # This must be less than or equal to the height of the detect stream. Lower resolutions - # reduce bandwidth required for viewing the jsmpeg stream. Width is computed to match known aspect ratio. - height: 720 - # Optional: Set the encode quality of the jsmpeg stream (default: shown below) - # 1 is the highest quality, and 31 is the lowest. Lower quality feeds utilize less CPU resources. - quality: 8 # Optional: connect to ONVIF camera # to enable PTZ controls.