record enabled: false // still showing thumbnail images #13757
-
Describe the problem you are havingHi together, this is my first issue I'd like to commit to this Wonderfull project, so be patient with me :-) Reproduction steps:
Current behaviour
Expected behaviour
Version0.14.1-f4f3cfa Frigate config filemqtt:
enabled: false
host: ...
user: ...
password: ...
detectors:
coral:
type: edgetpu
device: usb
record:
enabled: false
retain:
days: 3
events:
retain:
default: 5
snapshots:
enabled: false
review:
alerts:
labels:
- car
- person
detections:
labels:
- cat
- squirl
- dog
cameras:
c1: ################################
ffmpeg:
#hwaccel_args: preset-vaapi
hwaccel_args:
- -c:v:1
- h264_v4l2m2m
inputs:
- path: rtsp://...
roles:
- detect
- path: rtsp://...
roles:
- record
detect:
enabled: true
width: 640
height: 360
fps: 4
motion:
mask: 0,0,0.372,0,0.371,0.081,0,0.08
threshold: 67
contour_area: 34
improve_contrast: 'true'
zones:
Tür:
coordinates: 0.447,0.138,0.481,0.986,0.77,0.962,0.781,0.129
loitering_time: 3
review:
alerts:
required_zones: Tür
c2: ###########################
ffmpeg:
#hwaccel_args: preset-vaapi
hwaccel_args:
- -c:v:1
- h264_v4l2m2m
inputs:
- path: rtsp://...
roles:
- detect
- path: rtsp://...
roles:
- record
detect:
enabled: true
width: 640
height: 360
fps: 4
motion:
mask: 0.366,0.08,0,0.078,0,0,0.366,0
threshold: 63
contour_area: 28
improve_contrast: 'true'
version: 0.14Relevant Frigate log outputNo errors. UI issue.Relevant go2rtc log outputNo relevant log. UI issue.Frigate statsNo response Operating systemOther Linux Install methodDocker Compose Object DetectorCoral Screenshots of the Frigate UI's System metrics pagesNo response Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Others have also mentioned this. The behavior is already changed for the next version of Frigate. Previews will not be saved if recording is disabled. |
Beta Was this translation helpful? Give feedback.
Others have also mentioned this. The behavior is already changed for the next version of Frigate. Previews will not be saved if recording is disabled.