Update reference.md

Updated after clarification.
This commit is contained in:
tubalainen 2024-06-09 18:17:21 +02:00 committed by GitHub
parent 51eaf6b564
commit 02fee83bb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -534,13 +534,6 @@ cameras:
# Optional: Set the name of the stream that should be used for live view # Optional: Set the name of the stream that should be used for live view
# in frigate WebUI. (default: ??) # in frigate WebUI. (default: ??)
stream_name: go2rtc_stream_name 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 # Optional: connect to ONVIF camera
# to enable PTZ controls. # to enable PTZ controls.