Frigate live/record resolution not the highest #15360
-
Describe the problem you are havingversion: 0.14version: 0.14 Versionversion: 0.14 Frigate config filemqtt:
host: 192.168.xx.xx
port: 1883
user: xx
password: xx
topic_prefix: frigate
record:
enabled: true
retain:
days: 12
mode: all
events:
retain:
default: 3
ffmpeg:
hwaccel_args: preset-vaapi
output_args:
record: preset-record-generic-audio-copy
input_args: preset-http-reolink
detectors:
ov:
type: openvino
device: GPU
model:
width: 300
height: 300
input_tensor: nhwc
input_pixel_format: bgr
path: /openvino-model/ssdlite_mobilenet_v2.xml
labelmap_path: /openvino-model/coco_91cl_bkgr.txt
go2rtc:
streams:
garage:
- ffmpeg:http://192.168.xx.xx/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=xx&password=xx#video=copy#audio=copy#audio=opus
frontdoor:
- ffmpeg:http://192.168.xx.xx/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=xx&password=xx#video=copy#audio=copy#audio=opus
cameras:
garage:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/garage
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/garage
input_args: preset-rtsp-restream
roles:
- detect
motion:
mask:
- 0,0,0.005,0.08,0.472,0.083,0.47,0
- 0.279,0.02,0.945,0,0.933,0.36,0.285,0.223
zones:
garage_driveway:
coordinates: 0.325,1,0.735,0.403,1,0.275,1,1
loitering_time: 0
objects:
track:
- person
frontdoor:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/frontdoor
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/frontdoor
input_args: preset-rtsp-restream
roles:
- detect
motion:
mask: 0,0,1,0,1,0.652,0,0.623
objects:
track:
- person
version: 0.14 Relevant Frigate log output. Relevant go2rtc log output. Frigate stats. Operating systemProxmox Install methodDocker Compose docker-compose file or Docker CLI command. Object DetectorOpenVino Screenshots of the Frigate UI's System metrics pages. Any other information that may be helpful. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Your go2rtc url is using the See the recommended Reolink config in the docs: https://docs.frigate.video/configuration/camera_specific/#reolink-cameras |
Beta Was this translation helpful? Give feedback.
-
That solved it. |
Beta Was this translation helpful? Give feedback.
Your go2rtc url is using the
channel0_ext.bcs
stream from the camera.channel0_main.bcs
is also available.See the recommended Reolink config in the docs: https://docs.frigate.video/configuration/camera_specific/#reolink-cameras