[Support]: "No recordings found for <camera name> during the requested time range" in 0.14 #12809
-
Describe the problem you are havingI have one quite active camera (sidewalk) and I noticed that after clicking on some of the detections in the review Panel, a video playback opens - however video never starts to play. Error logged: In similar situation in the morning today, I was able to find the recording on to filesystem and even export in succesfully. Tried to replicate it now, and I can't find the recording for the current detection indeed. Also noticed that directories are not in sequence - like I'm missing no. 15? Steps to reproduceGo to review page, detections panel. Click on detection, some of them are unable to play video. error is logged: Version0.14.0-7c39b17 Frigate config filemqtt:
enabled: True
host: XXXX
user: XXXX
password: XXXX
ui:
time_format: 24hour
detectors:
coral:
type: edgetpu
device: pci
detect:
enabled: True
fps: 10
objects:
track:
- person
- cat
# - bird
# - dog
# - car
record:
enabled: True
birdseye:
enabled: True
mode: continuous
width: 2560
height: 1440
quality: 1
snapshots:
enabled: true
bounding_box: true
go2rtc:
streams:
cam1:
- rtsp://192.168.1.101:554/live0.264
cam2:
- rtsp://192.168.1.102:554/live0.264
cam3:
- rtsp://192.168.1.103:554/live0.264
cam4:
- rtsp://192.168.1.104:554/live0.264
# Optional: jsmpeg stream configuration for WebUI
live:
height: 1080
quality: 1
cameras:
cam1:
enabled: True
ffmpeg:
hwaccel_args: preset-vaapi
inputs:
- path: rtsp://127.0.0.1:8554/cam1
input_args: preset-rtsp-restream
roles:
- detect
- record
motion:
mask:
- 1440,0,1920,0,1920,64,1440,64
cam2:
enabled: True
ffmpeg:
hwaccel_args: preset-vaapi
inputs:
- path: rtsp://127.0.0.1:8554/cam2
input_args: preset-rtsp-restream
roles:
- detect
- record
motion:
mask:
- 1440,0,1920,0,1920,64,1440,64
threshold: 30
contour_area: 31
zones:
Parcel:
coordinates: 0,0.362,0.844,0.438,0.999,0.689,0.999,0.846,0.92,0.998,0,0.998
loitering_time: 0
Street:
coordinates: 0,0.358,0.845,0.428,0.873,0.333,0.433,0.214,0,0.168
loitering_time: 0
Sidewalk:
coordinates: 0,0,0.573,0,1,0.265,0.975,0.392,0.876,0.345,0.877,0.325,0.43,0.202,0.003,0.16
loitering_time: 0
review:
alerts:
required_zones: Parcel
cam3:
enabled: True
ffmpeg:
hwaccel_args: preset-vaapi
inputs:
- path: rtsp://127.0.0.1:8554/cam3
input_args: preset-rtsp-restream
roles:
- detect
- record
objects:
track:
- person
- cat
- dog
motion:
mask:
- 0.75,0,1,0,1,0.059,0.75,0.059
- 0.619,0.078,0.615,0.096,0.63,0.096,0.631,0.077
zones:
Backyard:
coordinates:
0.052,0.463,0.186,0.4,0.267,0.42,0.924,0.461,1,0.636,1,1,0.114,1,0.054,0.778,0.015,0.509
loitering_time: 0
Tomek:
coordinates:
0.253,0.362,0.476,0.297,0.476,0.216,0.513,0.101,0.781,0.105,0.796,0.23,0.789,0.317,0.834,0.323,0.924,0.457,0.286,0.402
loitering_time: 0
review:
alerts:
required_zones:
- Backyard
- Tomek
cam4:
enabled: True
ffmpeg:
hwaccel_args: preset-vaapi
inputs:
- path: rtsp://127.0.0.1:8554/cam4
input_args: preset-rtsp-restream
roles:
- detect
- record
objects:
track:
- person
- cat
- dog
motion:
mask:
- 1440,0,1920,0,1920,64,1440,64
version: 0.14Relevant log output2024-08-07 15:49:24.273520428 [INFO] Preparing Frigate...
2024-08-07 15:49:24.318391842 [INFO] Starting Frigate...
2024-08-07 15:49:26.053507659 [2024-08-07 17:49:26] frigate.app INFO : Starting Frigate (0.14.0-7c39b17)
2024-08-07 15:49:26.053534824 [2024-08-07 17:49:26] frigate.util.config INFO : Checking if frigate config needs migration...
2024-08-07 15:49:26.074444038 [2024-08-07 17:49:26] frigate.util.config INFO : frigate config does not need migration...
2024-08-07 15:49:27.983606831 [2024-08-07 17:49:27] frigate.util.services INFO : Automatically detected vaapi hwaccel for video decoding
2024-08-07 15:49:32.941717297 [2024-08-07 17:49:32] peewee_migrate.logs INFO : Starting migrations
2024-08-07 15:49:32.941772697 [2024-08-07 17:49:32] peewee_migrate.logs INFO : There is nothing to migrate
2024-08-07 15:49:32.959443536 [2024-08-07 17:49:32] frigate.app INFO : Recording process started: 492
2024-08-07 15:49:32.959502505 [2024-08-07 17:49:32] frigate.app INFO : Recording process started: 494
2024-08-07 15:49:32.962088838 [2024-08-07 17:49:32] frigate.app INFO : go2rtc process pid: 94
2024-08-07 15:49:32.982788225 [2024-08-07 17:49:32] detector.coral INFO : Starting detection process: 521
2024-08-07 15:49:32.984851450 [2024-08-07 17:49:32] frigate.app INFO : Output process started: 523
2024-08-07 15:49:32.988369147 [2024-08-07 17:49:32] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as pci
2024-08-07 15:49:33.030896984 [2024-08-07 17:49:33] frigate.app INFO : Camera processor started for cam1: 549
2024-08-07 15:49:33.031055504 [2024-08-07 17:49:33] frigate.app INFO : Camera processor started for cam2: 552
2024-08-07 15:49:33.031151509 [2024-08-07 17:49:33] frigate.app INFO : Camera processor started for cam3: 553
2024-08-07 15:49:33.031280566 [2024-08-07 17:49:33] frigate.app INFO : Camera processor started for cam4: 565
2024-08-07 15:49:33.036820897 [2024-08-07 17:49:33] frigate.app INFO : Capture process started for cam1: 579
2024-08-07 15:49:33.040742424 [2024-08-07 17:49:33] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2024-08-07 15:49:33.044863142 [2024-08-07 17:49:33] frigate.app INFO : Capture process started for cam2: 595
2024-08-07 15:49:33.050166699 [2024-08-07 17:49:33] frigate.app INFO : Capture process started for cam3: 599
2024-08-07 15:49:33.058317075 [2024-08-07 17:49:33] frigate.app INFO : Capture process started for cam4: 614
2024-08-07 16:07:49.145668153 [2024-08-07 18:07:49] frigate.api.media ERROR : No recordings found for cam2 during the requested time range
2024-08-07 16:07:50.184187807 [2024-08-07 18:07:50] frigate.api.media ERROR : No recordings found for cam2 during the requested time range
2024-08-07 16:11:49.149223894 [2024-08-07 18:11:49] frigate.api.media ERROR : No recordings found for cam2 during the requested time rangeOperating systemDebian Install methodDocker Compose Network connectionWired Camera make and modelBesder Any other information that may be helpfulI noticed that yesterday, afterwards redeployed frigate just to be sure. I will do some more testing/trying to replicate and will update here. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
|
Just a small update - I just realized that it might be only this particular camera. Will try to confirm that, please don't bother with this issue for now I don't want to be the nuisance! |
Beta Was this translation helpful? Give feedback.
-
|
you don't have continuous recording enabled, so naturally if no objects in the required zones are detected during an hour (like 15 in your case) then the directory won't be created because there are no recordings saved during that time |
Beta Was this translation helpful? Give feedback.
probably because that's the only video that exists in the hour that the detection exists.
the easiest way to get things working for your use case would be to enable continuous recordings with active objects as the retention mode. That would only record when objects are detected