[Bug]: No preview found between 23:00-23:59 with date selected in history #13234
-
Describe the problem you are havingAll cameras have no previews between 23:00-23:59 with date selected in history. But if last 24 hours is selected, previews show normally. Steps to reproduce
Version0.14.0-da913d8 Frigate config fileversion: 0.14
go2rtc:
streams:
camera1:
- rtsp://user:pass@camera1/stream1
camera2:
- rtsp://user:pass@camera2/stream1
camera3:
- rtsp://user:pass@camera3/stream1
camera4:
- rtsp://user:pass@camera4/stream1
camera5:
- rtsp://user:pass@camera5/stream1
cameras:
camera1:
ffmpeg:
inputs:
- path: rtsp://user:pass@camera1url/stream1
roles:
- record
- path: rtsp://user:pass@camera1url/stream2
roles:
- detect
onvif:
host: camera1url
port: 2020
user: user
password: pass
motion:
mask:
- 0.36,0,0.36,0.07,0,0.07,0,0
camera2:
ffmpeg:
inputs:
- path: rtsp://user:pass@camera2url/stream1
roles:
- record
- path: rtsp://user:pass@camera2url/stream2
roles:
- detect
onvif:
host: camera2url
port: 2020
user: user
password: pass
motion:
mask:
- 0.36,0,0.36,0.07,0,0.07,0,0
zones:
camera2-stuff:
coordinates: 0.362,0.517,0.471,0.672,0.753,0.528,0.884,0.598,0.984,0.497,0.983,0.106,0.753,0.092,0.359,0.114
review:
alerts:
required_zones: camera2-stuff
camera3:
ffmpeg:
inputs:
- path: rtsp://user:pass@camera3url/stream1
roles:
- record
- path: rtsp://user:pass@camera3url/stream2
roles:
- detect
onvif:
host: camera3url
port: 2020
user: user
password: pass
motion:
mask:
- 0.36,0,0.36,0.05,0,0.05,0,0
detect:
enabled: False
camera4:
ffmpeg:
inputs:
- path: rtsp://user:pass@camera4/stream1
roles:
- record
- path: rtsp://user:pass@camera4/stream2
roles:
- detect
onvif:
host: camera4
port: 2020
user: user
password: pass
motion:
mask:
- 0.36,0,0.36,0.05,0,0.05,0,0
detect:
enabled: False
camera5:
ffmpeg:
inputs:
- path: rtsp://user:pass@camera5/stream1
roles:
- record
- path: rtsp://user:pass@camera5/stream2
roles:
- detect
onvif:
host: camera5
port: 2020
user: user
password: pass
motion:
mask:
- 0.36,0,0.36,0.05,0,0.05,0,0
detect:
enabled: False
record:
enabled: True
retain:
days: 7
mode: all
events:
retain:
default: 14
mode: active_objects
snapshots:
enabled: True
quality: 90
retain:
default: 14
detectors:
openvino:
type: openvino
device: GPU
model:
path: /openvino-model/ssdlite_mobilenet_v2.xml
model:
width: 300
height: 300
input_tensor: nhwc
input_pixel_format: bgr
labelmap_path: /openvino-model/coco_91cl_bkgr.txt
ffmpeg:
hwaccel_args: preset-vaapi
mqtt:
enabled: False Relevant log output. Operating systemOther Linux Install methodDocker Compose Network connectionWired Camera make and modelTP-Link Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Answered by
hawkeye217
Aug 21, 2024
Replies: 1 comment
-
This bug was fixed in #13027 it’s available in the latest dev builds and will be included in the next release of Frigate. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hawkeye217
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This bug was fixed in #13027
it’s available in the latest dev builds and will be included in the next release of Frigate.