[Support]: Missing motion events #11202
-
Describe the problem you are havingI have noticed lately that frigate randomly doesn't send motion events to MQTT Version0.13.2-6476F8A Frigate config filemqtt:
host: mqtt
port: 1883
user: mqtt
password: "{FRIGATE_MQTT_PASSWORD}"
ui:
live_mode: webrtc
logger:
default: info
logs:
frigate.app: debug
frigate.mqtt: debug
frigate.object_detection: debug
detectors:
coral1:
type: edgetpu
device: pci:0
detect:
enabled: True
width: 1280
height: 720
fps: 5
objects:
track:
- person
- car
- motorcycle
- bicycle
record:
enabled: True
retain:
days: 7
mode: motion
events:
retain:
default: 30
mode: active_objects
ffmpeg:
hwaccel_args: preset-vaapi
output_args:
record: preset-record-generic-audio-copy
go2rtc:
streams:
hikvision-1:
- rtsp://admin:{FRIGATE_HIKVISION_PASSWORD}@10.0.0.71:554/Streaming/Channels/101
hikvision-2:
- rtsp://admin:{FRIGATE_HIKVISION_PASSWORD}@10.0.0.72:554/Streaming/Channels/101
hikvision-3:
- rtsp://admin:{FRIGATE_HIKVISION_PASSWORD}@10.0.0.73:554/Streaming/Channels/101
hikvision-4:
- rtsp://admin:{FRIGATE_HIKVISION_PASSWORD}@10.0.0.74:554/Streaming/Channels/101
hikvision-5:
- rtsp://admin:{FRIGATE_HIKVISION_PASSWORD}@10.0.0.75:554/Streaming/Channels/101
hikvision-6:
- rtsp://admin:{FRIGATE_HIKVISION_PASSWORD}@10.0.0.76:554/Streaming/Channels/101
hikvision-7:
- rtsp://admin:{FRIGATE_HIKVISION_PASSWORD}@10.0.0.77:554/Streaming/Channels/101
hikvision-8:
- rtsp://admin:{FRIGATE_HIKVISION_PASSWORD}@10.0.0.78:554/Streaming/Channels/101
pollo-1:
- rtsp://admin:{FRIGATE_POLLO_PASSWORD}@10.0.0.130:8554/Streaming/Channels/101
- "ffmpeg:pollo-1#audio=aac"
webrtc:
candidates:
- 10.0.0.245:8555
- stun:18555
cameras:
# Define at least one camera
hikvision-1:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/hikvision-1
roles:
- record
- path: rtsp://admin:{FRIGATE_HIKVISION_PASSWORD}@10.0.0.71:554/Streaming/Channels/102
roles:
- detect
hikvision-2:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/hikvision-2
roles:
- record
- path: rtsp://admin:{FRIGATE_HIKVISION_PASSWORD}@10.0.0.72:554/Streaming/Channels/102
roles:
- detect
motion:
mask:
- 1280,409,716,164,449,108,0,78,0,0,1280,0
objects:
track:
- person
filters:
person:
mask:
- 1280,409,716,164,449,108,0,78,0,0,1280,0
hikvision-3:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/hikvision-3
roles:
- record
- path: rtsp://admin:{FRIGATE_HIKVISION_PASSWORD}@10.0.0.73:554/Streaming/Channels/102
roles:
- detect
objects:
track:
- person
hikvision-4:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/hikvision-4
roles:
- record
- path: rtsp://admin:{FRIGATE_HIKVISION_PASSWORD}@10.0.0.74:554/Streaming/Channels/102
roles:
- detect
hikvision-5:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/hikvision-5
roles:
- record
- path: rtsp://admin:{FRIGATE_HIKVISION_PASSWORD}@10.0.0.75:554/Streaming/Channels/102
roles:
- detect
motion:
mask:
- 1280,0,1280,70,623,99,0,181,0,0
hikvision-6:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/hikvision-6
roles:
- record
- path: rtsp://admin:{FRIGATE_HIKVISION_PASSWORD}@10.0.0.76:554/Streaming/Channels/102
roles:
- detect
motion:
mask:
- 1280,0,1280,266,570,0
objects:
track:
- person
hikvision-7:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/hikvision-7
roles:
- record
- path: rtsp://admin:{FRIGATE_HIKVISION_PASSWORD}@10.0.0.77:554/Streaming/Channels/102
roles:
- detect
hikvision-8:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/hikvision-8
roles:
- record
- path: rtsp://admin:{FRIGATE_HIKVISION_PASSWORD}@10.0.0.78:554/Streaming/Channels/102
roles:
- detect
objects:
track:
- person
pollo-1:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/pollo-1
roles:
- record
- path: rtsp://admin:{FRIGATE_POLLO_PASSWORD}@10.0.0.130:8554/Streaming/Channels/102
roles:
- detect
detect:
width: 640
height: 360
objects:
track:
- person
motion:
mask:
- 487,0,478,63,404,41,279,55,282,0 Relevant log outputs6-rc: info: service s6rc-fdholder: starting
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service s6rc-fdholder successfully started
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service log-prepare: starting
s6-rc: info: service log-prepare successfully started
s6-rc: info: service nginx-log: starting
s6-rc: info: service go2rtc-log: starting
s6-rc: info: service frigate-log: starting
s6-rc: info: service go2rtc-log successfully started
s6-rc: info: service go2rtc: starting
s6-rc: info: service nginx-log successfully started
s6-rc: info: service frigate-log successfully started
s6-rc: info: service go2rtc successfully started
s6-rc: info: service go2rtc-healthcheck: starting
s6-rc: info: service frigate: starting
s6-rc: info: service frigate successfully started
s6-rc: info: service nginx: starting
s6-rc: info: service go2rtc-healthcheck successfully started
s6-rc: info: service nginx successfully started
s6-rc: info: service legacy-services: starting
2024-05-01 19:38:54.794516592 [INFO] Preparing Frigate...
2024-05-01 19:38:54.794942697 [INFO] Starting NGINX...
2024-05-01 19:38:54.797345400 [INFO] Preparing new go2rtc config...
s6-rc: info: service legacy-services successfully started
2024-05-01 19:38:54.808743381 [INFO] Starting Frigate...
2024-05-01 19:38:55.591652601 [INFO] Not injecting WebRTC candidates into go2rtc config as it has been set manually
2024-05-01 19:38:55.631481358 [INFO] Starting go2rtc...
2024-05-01 19:38:55.711360726 19:38:55.711 INF go2rtc version 1.8.4 linux/amd64
2024-05-01 19:38:55.711787933 19:38:55.711 INF [api] listen addr=:1984
2024-05-01 19:38:55.711873874 19:38:55.711 INF [rtsp] listen addr=:8554
2024-05-01 19:38:55.712401663 19:38:55.712 INF [webrtc] listen addr=:8555
2024-05-01 19:38:57.424026005 [2024-05-01 19:38:57] frigate.app INFO : Starting Frigate (0.13.2-6476f8a)
2024-05-01 19:38:57.424112985 [2024-05-01 19:38:57] frigate.app INFO : Creating directory: /tmp/cache
2024-05-01 19:38:57.528335198 [2024-05-01 19:38:57] peewee_migrate.logs INFO : Starting migrations
2024-05-01 19:38:57.533382868 [2024-05-01 19:38:57] peewee_migrate.logs INFO : There is nothing to migrate
2024-05-01 19:38:57.538536335 [2024-05-01 19:38:57] frigate.app INFO : Recording process started: 443
2024-05-01 19:38:57.541275796 [2024-05-01 19:38:57] frigate.app INFO : go2rtc process pid: 89
2024-05-01 19:38:57.579556702 [2024-05-01 19:38:57] detector.coral1 INFO : Starting detection process: 453
2024-05-01 19:38:57.609472925 [2024-05-01 19:38:57] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as pci:0
2024-05-01 19:38:57.609775524 [2024-05-01 19:38:57] frigate.app INFO : Output process started: 455
2024-05-01 19:38:57.614401266 [2024-05-01 19:38:57] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2024-05-01 19:38:59.442212253 [2024-05-01 19:38:59] frigate.app INFO : Camera processor started for hikvision-1: 501
2024-05-01 19:38:59.450928628 [2024-05-01 19:38:59] frigate.app INFO : Camera processor started for hikvision-2: 503
2024-05-01 19:38:59.460487456 [2024-05-01 19:38:59] frigate.app INFO : Camera processor started for hikvision-3: 505
2024-05-01 19:38:59.469738155 [2024-05-01 19:38:59] frigate.app INFO : Camera processor started for hikvision-4: 507
2024-05-01 19:38:59.479363783 [2024-05-01 19:38:59] frigate.app INFO : Camera processor started for hikvision-5: 509
2024-05-01 19:38:59.488413161 [2024-05-01 19:38:59] frigate.app INFO : Camera processor started for hikvision-6: 511
2024-05-01 19:38:59.498408828 [2024-05-01 19:38:59] frigate.app INFO : Camera processor started for hikvision-7: 513
2024-05-01 19:38:59.512772985 [2024-05-01 19:38:59] frigate.app INFO : Camera processor started for hikvision-8: 515
2024-05-01 19:38:59.522791148 [2024-05-01 19:38:59] frigate.app INFO : Camera processor started for pollo-1: 517
2024-05-01 19:38:59.532080133 [2024-05-01 19:38:59] frigate.app INFO : Capture process started for hikvision-1: 519
2024-05-01 19:38:59.541913787 [2024-05-01 19:38:59] frigate.app INFO : Capture process started for hikvision-2: 522
2024-05-01 19:38:59.552703149 [2024-05-01 19:38:59] frigate.app INFO : Capture process started for hikvision-3: 526
2024-05-01 19:38:59.565647622 [2024-05-01 19:38:59] frigate.app INFO : Capture process started for hikvision-4: 532
2024-05-01 19:38:59.578045833 [2024-05-01 19:38:59] frigate.app INFO : Capture process started for hikvision-5: 539
2024-05-01 19:38:59.593639304 [2024-05-01 19:38:59] frigate.app INFO : Capture process started for hikvision-6: 546
2024-05-01 19:38:59.607395460 [2024-05-01 19:38:59] frigate.app INFO : Capture process started for hikvision-7: 553
2024-05-01 19:38:59.624297661 [2024-05-01 19:38:59] frigate.app INFO : Capture process started for hikvision-8: 560
2024-05-01 19:38:59.640238166 [2024-05-01 19:38:59] frigate.app INFO : Capture process started for pollo-1: 568
2024-05-01 19:39:04.794096325 [INFO] Starting go2rtc healthcheck service...
2024-05-01 19:47:06.008902313 [2024-05-01 19:47:06] frigate.output WARNING : Unable to copy frame hikvision-31714592825.535937 to birdseye.
2024-05-01 19:47:06.124994146 [2024-05-01 19:47:06] frigate.output WARNING : Unable to copy frame hikvision-31714592825.535937 to birdseye.
2024-05-02 04:07:06.883449723 [2024-05-02 04:07:06] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:07:06.883960322 [2024-05-02 04:07:06] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:07:06.884560026 [2024-05-02 04:07:06] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:07:06.884930037 [2024-05-02 04:07:06] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:07:06.885565336 [2024-05-02 04:07:06] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:07:06.887418779 [2024-05-02 04:07:06] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:07:06.887423653 [2024-05-02 04:07:06] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:07:06.887976757 [2024-05-02 04:07:06] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:07:06.888419742 [2024-05-02 04:07:06] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:26:33.893372582 [2024-05-02 04:26:33] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:26:33.894759144 [2024-05-02 04:26:33] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:26:33.896051348 [2024-05-02 04:26:33] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:26:33.897625169 [2024-05-02 04:26:33] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:26:33.899041873 [2024-05-02 04:26:33] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:26:33.900690430 [2024-05-02 04:26:33] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:26:33.902690607 [2024-05-02 04:26:33] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:26:33.904444744 [2024-05-02 04:26:33] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:26:33.904450656 [2024-05-02 04:26:33] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:28:36.569121452 [2024-05-02 04:28:36] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:28:36.569693190 [2024-05-02 04:28:36] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:28:36.571082441 [2024-05-02 04:28:36] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:28:36.572443906 [2024-05-02 04:28:36] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:28:36.574156878 [2024-05-02 04:28:36] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:28:36.574742369 [2024-05-02 04:28:36] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:28:36.575038104 [2024-05-02 04:28:36] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:28:36.576749722 [2024-05-02 04:28:36] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:28:36.578029607 [2024-05-02 04:28:36] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:33:19.497058399 [2024-05-02 04:33:19] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 04:33:19.504824117 [2024-05-02 04:33:19] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 04:33:19.510879405 [2024-05-02 04:33:19] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 04:33:19.516574446 [2024-05-02 04:33:19] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 04:33:19.518797289 [2024-05-02 04:33:19] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 04:33:19.520769106 [2024-05-02 04:33:19] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 04:33:19.527960673 [2024-05-02 04:33:19] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 04:33:19.534026318 [2024-05-02 04:33:19] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 04:33:19.538072964 [2024-05-02 04:33:19] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 04:37:04.125842998 [2024-05-02 04:37:04] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:37:04.127034257 [2024-05-02 04:37:04] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:37:04.127444290 [2024-05-02 04:37:04] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:37:04.128752430 [2024-05-02 04:37:04] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:37:04.130776414 [2024-05-02 04:37:04] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:37:04.132120620 [2024-05-02 04:37:04] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:37:04.132514586 [2024-05-02 04:37:04] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:37:04.133844375 [2024-05-02 04:37:04] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:37:04.135435135 [2024-05-02 04:37:04] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:38:29.017322130 [2024-05-02 04:38:29] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:38:29.018010709 [2024-05-02 04:38:29] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:38:29.019977610 [2024-05-02 04:38:29] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:38:29.021182368 [2024-05-02 04:38:29] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:38:29.024571895 [2024-05-02 04:38:29] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:38:29.027325552 [2024-05-02 04:38:29] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:38:29.029601011 [2024-05-02 04:38:29] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:38:29.031873434 [2024-05-02 04:38:29] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:38:29.032361249 [2024-05-02 04:38:29] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:41:31.306356939 [2024-05-02 04:41:31] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:41:31.308025184 [2024-05-02 04:41:31] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:41:31.310100765 [2024-05-02 04:41:31] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:41:31.310712347 [2024-05-02 04:41:31] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:42:46.201306315 [2024-05-02 04:42:46] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:42:46.202489782 [2024-05-02 04:42:46] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:42:46.203925434 [2024-05-02 04:42:46] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:42:46.206917435 [2024-05-02 04:42:46] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:42:46.209733431 [2024-05-02 04:42:46] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:42:46.211117583 [2024-05-02 04:42:46] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:42:46.213253698 [2024-05-02 04:42:46] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:42:46.214711360 [2024-05-02 04:42:46] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:42:46.215265009 [2024-05-02 04:42:46] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:44:44.053889749 [2024-05-02 04:44:44] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:44:44.054127634 [2024-05-02 04:44:44] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:44:44.054938115 [2024-05-02 04:44:44] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:44:44.055726407 [2024-05-02 04:44:44] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:44:44.057025754 [2024-05-02 04:44:44] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:44:44.057667320 [2024-05-02 04:44:44] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:44:44.058623378 [2024-05-02 04:44:44] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:44:44.059246415 [2024-05-02 04:44:44] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:44:44.060512472 [2024-05-02 04:44:44] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:46:11.039565310 [2024-05-02 04:46:11] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:46:11.041921397 [2024-05-02 04:46:11] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 9 and discarding the rest...
2024-05-02 04:46:11.042593603 [2024-05-02 04:46:11] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:46:11.043484940 [2024-05-02 04:46:11] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:46:11.046858106 [2024-05-02 04:46:11] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:46:11.050174444 [2024-05-02 04:46:11] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:46:11.053489559 [2024-05-02 04:46:11] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:46:11.056864259 [2024-05-02 04:46:11] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:46:11.060558390 [2024-05-02 04:46:11] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:47:17.923098248 [2024-05-02 04:47:17] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:47:17.924177584 [2024-05-02 04:47:17] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:47:17.925398677 [2024-05-02 04:47:17] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:47:17.926199096 [2024-05-02 04:47:17] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:47:17.927402300 [2024-05-02 04:47:17] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:47:17.928599501 [2024-05-02 04:47:17] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:47:17.928899003 [2024-05-02 04:47:17] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:47:17.930820034 [2024-05-02 04:47:17] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:48:40.503532436 [2024-05-02 04:48:40] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:48:40.506332645 [2024-05-02 04:48:40] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:48:40.507001017 [2024-05-02 04:48:40] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:48:40.509688507 [2024-05-02 04:48:40] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:48:40.510423475 [2024-05-02 04:48:40] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:48:40.512691142 [2024-05-02 04:48:40] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:48:40.513143307 [2024-05-02 04:48:40] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:48:40.514878479 [2024-05-02 04:48:40] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:48:40.517162391 [2024-05-02 04:48:40] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 04:52:39.709444462 [2024-05-02 04:52:39] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:52:39.709895193 [2024-05-02 04:52:39] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:52:39.711160337 [2024-05-02 04:52:39] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:52:39.712622706 [2024-05-02 04:52:39] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:52:39.713661039 [2024-05-02 04:52:39] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:52:39.713894068 [2024-05-02 04:52:39] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:52:39.715173975 [2024-05-02 04:52:39] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:52:39.716519510 [2024-05-02 04:52:39] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 04:52:39.717099090 [2024-05-02 04:52:39] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 05:01:58.017676830 [2024-05-02 05:01:58] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 14 and discarding the rest...
2024-05-02 05:01:58.019760207 [2024-05-02 05:01:58] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 14 and discarding the rest...
2024-05-02 05:01:58.028131249 [2024-05-02 05:01:58] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 14 and discarding the rest...
2024-05-02 05:01:58.038180648 [2024-05-02 05:01:58] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 14 and discarding the rest...
2024-05-02 05:01:58.043602591 [2024-05-02 05:01:58] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 14 and discarding the rest...
2024-05-02 05:01:58.056603532 [2024-05-02 05:01:58] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 14 and discarding the rest...
2024-05-02 05:01:58.068466584 [2024-05-02 05:01:58] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 14 and discarding the rest...
2024-05-02 05:01:58.079379995 [2024-05-02 05:01:58] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 14 and discarding the rest...
2024-05-02 05:01:58.090188899 [2024-05-02 05:01:58] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 14 and discarding the rest...
2024-05-02 05:03:03.150359970 [2024-05-02 05:03:03] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 05:03:03.151537364 [2024-05-02 05:03:03] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 05:03:03.151939040 [2024-05-02 05:03:03] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 05:03:03.153391165 [2024-05-02 05:03:03] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 05:03:03.154913587 [2024-05-02 05:03:03] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 05:03:03.157644151 [2024-05-02 05:03:03] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 05:03:03.158067260 [2024-05-02 05:03:03] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 05:03:03.160045551 [2024-05-02 05:03:03] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 05:03:03.161494759 [2024-05-02 05:03:03] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 05:11:30.612578062 [2024-05-02 05:11:30] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 05:12:32.946822136 [2024-05-02 05:12:32] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 05:12:32.948239377 [2024-05-02 05:12:32] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 05:12:32.950514271 [2024-05-02 05:12:32] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 05:12:32.952337171 [2024-05-02 05:12:32] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 05:12:32.954340680 [2024-05-02 05:12:32] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 05:12:32.954956499 [2024-05-02 05:12:32] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 05:12:32.955310493 [2024-05-02 05:12:32] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 05:12:32.955520013 [2024-05-02 05:12:32] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 05:12:32.956409505 [2024-05-02 05:12:32] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 05:59:00.615350814 [2024-05-02 05:59:00] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 05:59:00.622598130 [2024-05-02 05:59:00] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 10 and discarding the rest...
2024-05-02 05:59:00.628074570 [2024-05-02 05:59:00] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 05:59:00.635504748 [2024-05-02 05:59:00] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 05:59:00.643313372 [2024-05-02 05:59:00] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 10 and discarding the rest...
2024-05-02 05:59:00.646051858 [2024-05-02 05:59:00] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 05:59:00.651293604 [2024-05-02 05:59:00] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 05:59:00.652294423 [2024-05-02 05:59:00] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 05:59:00.659555188 [2024-05-02 05:59:00] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 10 and discarding the rest...
2024-05-02 06:00:58.574936527 [2024-05-02 06:00:58] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 06:00:58.577378807 [2024-05-02 06:00:58] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 06:00:58.584817364 [2024-05-02 06:00:58] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 12 and discarding the rest...
2024-05-02 06:00:58.592574369 [2024-05-02 06:00:58] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 06:00:58.597994092 [2024-05-02 06:00:58] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 06:00:58.604837014 [2024-05-02 06:00:58] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 06:00:58.605612182 [2024-05-02 06:00:58] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 12 and discarding the rest...
2024-05-02 06:00:58.614317858 [2024-05-02 06:00:58] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 06:00:58.618993558 [2024-05-02 06:00:58] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 12 and discarding the rest...
2024-05-02 06:21:15.490906316 [2024-05-02 06:21:15] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 06:22:18.227290932 [h264 @ 0x7fae742a06c0] left block unavailable for requested intra mode
2024-05-02 06:22:18.227295404 [h264 @ 0x7fae742a06c0] error while decoding MB 0 72, bytestream 10352
2024-05-02 06:58:05.741096960 [2024-05-02 06:58:05] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 06:58:05.742027857 [2024-05-02 06:58:05] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 06:58:05.742545233 [2024-05-02 06:58:05] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 06:58:05.743864809 [2024-05-02 06:58:05] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 06:58:05.745437495 [2024-05-02 06:58:05] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 06:58:05.747065491 [2024-05-02 06:58:05] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 06:58:05.747435950 [2024-05-02 06:58:05] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 06:58:05.748785431 [2024-05-02 06:58:05] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 06:58:05.750886387 [2024-05-02 06:58:05] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 07:00:02.386879884 [2024-05-02 07:00:02] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 07:00:02.391957524 [2024-05-02 07:00:02] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 07:00:02.393358769 [2024-05-02 07:00:02] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 12 and discarding the rest...
2024-05-02 07:00:02.403336428 [2024-05-02 07:00:02] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 12 and discarding the rest...
2024-05-02 07:00:02.412646279 [2024-05-02 07:00:02] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 07:00:02.423742662 [2024-05-02 07:00:02] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 12 and discarding the rest...
2024-05-02 07:00:02.432054279 [2024-05-02 07:00:02] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 12 and discarding the rest...
2024-05-02 07:00:02.434063762 [2024-05-02 07:00:02] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 12 and discarding the rest...
2024-05-02 07:00:02.437016094 [2024-05-02 07:00:02] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 12 and discarding the rest...
2024-05-02 07:06:07.827116429 [2024-05-02 07:06:07] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 07:06:07.828104868 [2024-05-02 07:06:07] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 07:06:07.828585222 [2024-05-02 07:06:07] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 07:06:07.832785848 [2024-05-02 07:06:07] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 07:06:07.834516881 [2024-05-02 07:06:07] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 07:06:07.837984529 [2024-05-02 07:06:07] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 07:06:07.841766568 [2024-05-02 07:06:07] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 07:06:07.844113075 [2024-05-02 07:06:07] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 07:06:07.847917586 [2024-05-02 07:06:07] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 07:10:46.734867703 [2024-05-02 07:10:46] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 07:10:46.736008114 [2024-05-02 07:10:46] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 07:10:46.742163359 [2024-05-02 07:10:46] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 07:10:46.742505920 [2024-05-02 07:10:46] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 07:10:46.743024870 [2024-05-02 07:10:46] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 07:10:46.743029328 [2024-05-02 07:10:46] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 07:10:46.744247897 [2024-05-02 07:10:46] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 07:10:46.748024457 [2024-05-02 07:10:46] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 07:10:46.749500750 [2024-05-02 07:10:46] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 07:12:42.611450912 [2024-05-02 07:12:42] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 07:12:42.613634592 [2024-05-02 07:12:42] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 07:12:42.614300147 [2024-05-02 07:12:42] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 07:12:42.615174933 [2024-05-02 07:12:42] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 07:12:42.617046792 [2024-05-02 07:12:42] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 07:12:42.618495213 [2024-05-02 07:12:42] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 07:12:42.620341914 [2024-05-02 07:12:42] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 07:12:42.622773653 [2024-05-02 07:12:42] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 07:20:14.738975124 [2024-05-02 07:20:14] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 09:58:06.088961229 [2024-05-02 09:58:06] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 09:58:06.090386826 [2024-05-02 09:58:06] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 09:58:06.093929086 [2024-05-02 09:58:06] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 09:58:06.094970145 [2024-05-02 09:58:06] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 09:58:06.096067896 [2024-05-02 09:58:06] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 09:58:06.099100664 [2024-05-02 09:58:06] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 09:58:06.099946904 [2024-05-02 09:58:06] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 09:58:06.102906187 [2024-05-02 09:58:06] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 09:58:06.106138021 [2024-05-02 09:58:06] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 09:59:15.675237660 [2024-05-02 09:59:15] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 10:00:43.228867589 [2024-05-02 10:00:43] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 9 and discarding the rest...
2024-05-02 10:00:43.232030989 [2024-05-02 10:00:43] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 9 and discarding the rest...
2024-05-02 10:00:43.232835902 [2024-05-02 10:00:43] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 9 and discarding the rest...
2024-05-02 10:00:43.235022723 [2024-05-02 10:00:43] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 9 and discarding the rest...
2024-05-02 10:00:43.236308471 [2024-05-02 10:00:43] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 9 and discarding the rest...
2024-05-02 10:00:43.241192057 [2024-05-02 10:00:43] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 9 and discarding the rest...
2024-05-02 10:00:43.246071866 [2024-05-02 10:00:43] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 9 and discarding the rest...
2024-05-02 10:00:43.250980298 [2024-05-02 10:00:43] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 9 and discarding the rest...
2024-05-02 10:00:43.255794500 [2024-05-02 10:00:43] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 9 and discarding the rest...
2024-05-02 10:04:40.153756729 [2024-05-02 10:04:40] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 10:04:40.155849548 [2024-05-02 10:04:40] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 10:04:40.156668091 [2024-05-02 10:04:40] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 10:04:40.158668319 [2024-05-02 10:04:40] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 10:04:40.160019621 [2024-05-02 10:04:40] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 10:05:48.738430428 [2024-05-02 10:05:48] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 10:05:48.739103392 [2024-05-02 10:05:48] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 10:05:48.739814058 [2024-05-02 10:05:48] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 10:05:48.741794276 [2024-05-02 10:05:48] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 10:05:48.742320552 [2024-05-02 10:05:48] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 10:05:48.742640125 [2024-05-02 10:05:48] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 10:05:48.743816964 [2024-05-02 10:05:48] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 10:07:18.337852401 [2024-05-02 10:07:18] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 9 and discarding the rest...
2024-05-02 10:07:18.339734939 [2024-05-02 10:07:18] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 9 and discarding the rest...
2024-05-02 10:07:18.340588311 [2024-05-02 10:07:18] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 9 and discarding the rest...
2024-05-02 10:07:18.342093838 [2024-05-02 10:07:18] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 9 and discarding the rest...
2024-05-02 10:07:18.343188425 [2024-05-02 10:07:18] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 9 and discarding the rest...
2024-05-02 10:07:18.344940490 [2024-05-02 10:07:18] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 9 and discarding the rest...
2024-05-02 10:07:18.345394546 [2024-05-02 10:07:18] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 9 and discarding the rest...
2024-05-02 10:07:18.347226654 [2024-05-02 10:07:18] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 9 and discarding the rest...
2024-05-02 10:07:18.349142406 [2024-05-02 10:07:18] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 9 and discarding the rest...
2024-05-02 10:10:23.689104994 [2024-05-02 10:10:23] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 19 and discarding the rest...
2024-05-02 10:10:23.699397662 [2024-05-02 10:10:23] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 19 and discarding the rest...
2024-05-02 10:10:23.713768237 [2024-05-02 10:10:23] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 19 and discarding the rest...
2024-05-02 10:10:23.723139655 [2024-05-02 10:10:23] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 19 and discarding the rest...
2024-05-02 10:10:23.728174133 [2024-05-02 10:10:23] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 19 and discarding the rest...
2024-05-02 10:10:23.730164227 [2024-05-02 10:10:23] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 19 and discarding the rest...
2024-05-02 10:10:23.740145018 [2024-05-02 10:10:23] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 19 and discarding the rest...
2024-05-02 10:10:23.747092331 [2024-05-02 10:10:23] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 19 and discarding the rest...
2024-05-02 10:10:23.752655790 [2024-05-02 10:10:23] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 19 and discarding the rest...
2024-05-02 10:12:17.028591578 [2024-05-02 10:12:17] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 10:12:17.029533199 [2024-05-02 10:12:17] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 10:12:17.032232550 [2024-05-02 10:12:17] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 10:12:17.035862576 [2024-05-02 10:12:17] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 10:12:17.036760900 [2024-05-02 10:12:17] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 10:12:17.038102791 [2024-05-02 10:12:17] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 10:12:17.042111794 [2024-05-02 10:12:17] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 10:12:17.046551569 [2024-05-02 10:12:17] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 10:12:17.050577537 [2024-05-02 10:12:17] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 11 and discarding the rest...
2024-05-02 11:06:27.844195669 [2024-05-02 11:06:27] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 11:06:27.844341577 [2024-05-02 11:06:27] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 11:06:27.845536407 [2024-05-02 11:06:27] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 11:06:27.846773663 [2024-05-02 11:06:27] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 11:06:27.848127677 [2024-05-02 11:06:27] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 11:06:27.848524077 [2024-05-02 11:06:27] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 11:06:27.849390712 [2024-05-02 11:06:27] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 11:06:27.851070969 [2024-05-02 11:06:27] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 11:06:27.853129273 [2024-05-02 11:06:27] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-02 11:07:45.913691686 [2024-05-02 11:07:45] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for pollo-1. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 11:07:45.914020868 [2024-05-02 11:07:45] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-3. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 11:07:45.915078500 [2024-05-02 11:07:45] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-4. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 11:07:45.915622316 [2024-05-02 11:07:45] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-2. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 11:07:45.916836591 [2024-05-02 11:07:45] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-1. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 11:07:45.917823921 [2024-05-02 11:07:45] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-6. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 11:07:45.918727241 [2024-05-02 11:07:45] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-7. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 11:07:45.919077504 [2024-05-02 11:07:45] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-8. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-05-02 11:07:45.919799167 [2024-05-02 11:07:45] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for hikvision-5. Keeping the 6 most recent segments out of 8 and discarding the rest... FFprobe output from your camera[{"return_code":0,"stderr":"","stdout":{"programs":[],"streams":[{"avg_frame_rate":"20/1","codec_long_name":"H.264/AVC/MPEG-4AVC/MPEG-4part10","height":1440,"width":2560}]}},{"return_code":0,"stderr":"","stdout":{"programs":[],"streams":[{"avg_frame_rate":"20/1","codec_long_name":"H.264/AVC/MPEG-4AVC/MPEG-4part10","height":720,"width":1280}]}}] Frigate stats{"cameras":{"hikvision-1":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":5.1,"capture_pid":519,"detection_enabled":1,"detection_fps":20.1,"ffmpeg_pid":523,"pid":501,"process_fps":5.1,"skipped_fps":0.0},"hikvision-2":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":5.1,"capture_pid":522,"detection_enabled":1,"detection_fps":24.8,"ffmpeg_pid":527,"pid":503,"process_fps":5.1,"skipped_fps":0.0},"hikvision-3":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":5.1,"capture_pid":526,"detection_enabled":1,"detection_fps":33.5,"ffmpeg_pid":534,"pid":505,"process_fps":4.7,"skipped_fps":0.4},"hikvision-4":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":5.0,"capture_pid":532,"detection_enabled":1,"detection_fps":11.1,"ffmpeg_pid":545,"pid":507,"process_fps":5.1,"skipped_fps":0.0},"hikvision-5":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":5.1,"capture_pid":539,"detection_enabled":1,"detection_fps":11.2,"ffmpeg_pid":550,"pid":509,"process_fps":5.1,"skipped_fps":0.0},"hikvision-6":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":5.0,"capture_pid":546,"detection_enabled":1,"detection_fps":3.8,"ffmpeg_pid":554,"pid":511,"process_fps":5.1,"skipped_fps":0.0},"hikvision-7":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":5.1,"capture_pid":553,"detection_enabled":1,"detection_fps":24.5,"ffmpeg_pid":562,"pid":513,"process_fps":5.1,"skipped_fps":0.0},"hikvision-8":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":5.1,"capture_pid":560,"detection_enabled":1,"detection_fps":0.7,"ffmpeg_pid":570,"pid":515,"process_fps":5.1,"skipped_fps":0.0},"pollo-1":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":5.0,"capture_pid":568,"detection_enabled":1,"detection_fps":3.9,"ffmpeg_pid":578,"pid":517,"process_fps":5.0,"skipped_fps":0.0}},"cpu_usages":{"1":{"cmdline":"/package/admin/s6/command/s6-svscan -d4 -- /run/service","cpu":"0.0","cpu_average":"0","mem":"0.0"},"15":{"cmdline":"s6-supervise s6-linux-init-shutdownd","cpu":"0.0","cpu_average":"0","mem":"0.0"},"18":{"cmdline":"/package/admin/s6-linux-init/command/s6-linux-init-shutdownd -c /run/s6/basedir -g 3000 -C -B","cpu":"0.0","cpu_average":"0","mem":"0.0"},"24":{"cmdline":"s6-supervise nginx-log","cpu":"0.0","cpu_average":"0","mem":"0.0"},"25":{"cmdline":"s6-supervise nginx","cpu":"0.0","cpu_average":"0","mem":"0.0"},"26":{"cmdline":"s6-supervise frigate","cpu":"0.0","cpu_average":"0","mem":"0.0"},"27":{"cmdline":"s6-supervise s6rc-fdholder","cpu":"0.0","cpu_average":"0","mem":"0.0"},"28":{"cmdline":"s6-supervise go2rtc-healthcheck","cpu":"0.0","cpu_average":"0","mem":"0.0"},"29":{"cmdline":"s6-supervise frigate-log","cpu":"0.0","cpu_average":"0","mem":"0.0"},"30":{"cmdline":"s6-supervise go2rtc","cpu":"0.0","cpu_average":"0","mem":"0.0"},"31":{"cmdline":"s6-supervise go2rtc-log","cpu":"0.0","cpu_average":"0","mem":"0.0"},"32":{"cmdline":"s6-supervise s6rc-oneshot-runner","cpu":"0.0","cpu_average":"0","mem":"0.0"},"41":{"cmdline":"/package/admin/s6-2.11.3.2/command/s6-fdholderd -1 -i data/rules","cpu":"0.0","cpu_average":"0","mem":"0.0"},"42":{"cmdline":"/package/admin/s6/command/s6-ipcserverd -1 -- /package/admin/s6/command/s6-ipcserver-access -v0 -E -l0 -i data/rules -- /package/admin/s6/command/s6-sudod -t 30000 -- /package/admin/s6-rc/command/s6-rc-oneshot-run -l ../.. --","cpu":"0.0","cpu_average":"0","mem":"0.0"},"80":{"cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/nginx","cpu":"0.0","cpu_average":"0","mem":"0.0"},"81":{"cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/go2rtc","cpu":"0.0","cpu_average":"0","mem":"0.0"},"82":{"cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/frigate","cpu":"0.0","cpu_average":"0","mem":"0.0"},"89":{"cmdline":"/usr/local/go2rtc/bin/go2rtc -config=/dev/shm/go2rtc.yaml","cpu":"11.9","cpu_average":"11","mem":"0.8"},"97":{"cmdline":"bash ./run.user go2rtc-healthcheck","cpu":"0.0","cpu_average":"0","mem":"0.0"},"98":{"cmdline":"python3 -u -m frigate","cpu":"20.4","cpu_average":"5","mem":"35.7"},"104":{"cmdline":"nginx: master process nginx","cpu":"0.0","cpu_average":"0","mem":"0.2"},"145":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.1"},"146":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.1"},"147":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.1"},"148":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.1"},"159":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.1"},"180":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.1"},"209":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.1"},"242":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.1"},"273":{"cmdline":"nginx: cache manager process","cpu":"0.0","cpu_average":"0","mem":"0.1"},"441":{"cmdline":"frigate.logger ","cpu":"0.0","cpu_average":"0","mem":"1.7"},"443":{"cmdline":"frigate.recording_manager","cpu":"13.5","cpu_average":"11","mem":"3.0"},"452":{"cmdline":"/usr/bin/python3 -c from multiprocessing.resource_tracker import main;main(73)","cpu":"0.5","cpu_average":"0","mem":"0.2"},"453":{"cmdline":"frigate.detector.coral1","cpu":"18.6","cpu_average":"13","mem":"2.2"},"455":{"cmdline":"frigate.output ","cpu":"2.2","cpu_average":"2","mem":"2.2"},"459":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.4"},"460":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.4"},"471":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.4"},"472":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.4"},"473":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.4"},"474":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.4"},"475":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.4"},"476":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.4"},"477":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 640x360 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.4"},"478":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.9"},"501":{"cmdline":"frigate.process:hikvision-1","cpu":"17.9","cpu_average":"15","mem":"6.3"},"503":{"cmdline":"frigate.process:hikvision-2","cpu":"15.8","cpu_average":"10","mem":"6.4"},"505":{"cmdline":"frigate.process:hikvision-3","cpu":"30.7","cpu_average":"16","mem":"6.4"},"507":{"cmdline":"frigate.process:hikvision-4","cpu":"9.0","cpu_average":"7","mem":"6.3"},"509":{"cmdline":"frigate.process:hikvision-5","cpu":"12.3","cpu_average":"10","mem":"6.4"},"511":{"cmdline":"frigate.process:hikvision-6","cpu":"4.8","cpu_average":"5","mem":"6.3"},"513":{"cmdline":"frigate.process:hikvision-7","cpu":"21.1","cpu_average":"13","mem":"6.8"},"515":{"cmdline":"frigate.process:hikvision-8","cpu":"2.3","cpu_average":"2","mem":"6.2"},"517":{"cmdline":"frigate.process:pollo-1","cpu":"4.3","cpu_average":"4","mem":"6.3"},"519":{"cmdline":"frigate.capture:hikvision-1","cpu":"1.1","cpu_average":"1","mem":"6.1"},"522":{"cmdline":"frigate.capture:hikvision-2","cpu":"1.1","cpu_average":"1","mem":"6.1"},"523":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.2-6476f8a -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://*:*@10.48.110.71:554/Streaming/Channels/102 -r 5 -vf fps=5,scale_vaapi=w=1280:h=720:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"3.3","cpu_average":"3","mem":"0.9"},"526":{"cmdline":"frigate.capture:hikvision-3","cpu":"1.1","cpu_average":"1","mem":"6.1"},"527":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.2-6476f8a -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://*:*@10.48.110.72:554/Streaming/Channels/102 -r 5 -vf fps=5,scale_vaapi=w=1280:h=720:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"3.3","cpu_average":"3","mem":"0.9"},"532":{"cmdline":"frigate.capture:hikvision-4","cpu":"1.1","cpu_average":"1","mem":"6.1"},"533":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.2-6476f8a -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/hikvision-1 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy /tmp/cache/hikvision-1@%Y%m%d%H%M%S%z.mp4","cpu":"0.7","cpu_average":"0","mem":"0.5"},"534":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.2-6476f8a -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://*:*@10.48.110.73:554/Streaming/Channels/102 -r 5 -vf fps=5,scale_vaapi=w=1280:h=720:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"3.3","cpu_average":"3","mem":"0.9"},"539":{"cmdline":"frigate.capture:hikvision-5","cpu":"1.0","cpu_average":"1","mem":"6.1"},"544":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.2-6476f8a -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/hikvision-2 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy /tmp/cache/hikvision-2@%Y%m%d%H%M%S%z.mp4","cpu":"0.8","cpu_average":"0","mem":"0.5"},"545":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.2-6476f8a -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://*:*@10.48.110.74:554/Streaming/Channels/102 -r 5 -vf fps=5,scale_vaapi=w=1280:h=720:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"3.2","cpu_average":"3","mem":"0.9"},"546":{"cmdline":"frigate.capture:hikvision-6","cpu":"1.1","cpu_average":"1","mem":"6.1"},"547":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.2-6476f8a -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/hikvision-3 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy /tmp/cache/hikvision-3@%Y%m%d%H%M%S%z.mp4","cpu":"0.7","cpu_average":"0","mem":"0.5"},"550":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.2-6476f8a -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://*:*@10.48.110.75:554/Streaming/Channels/102 -r 5 -vf fps=5,scale_vaapi=w=1280:h=720:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"3.2","cpu_average":"3","mem":"0.9"},"553":{"cmdline":"frigate.capture:hikvision-7","cpu":"1.1","cpu_average":"1","mem":"6.1"},"554":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.2-6476f8a -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://*:*@10.48.110.76:554/Streaming/Channels/102 -r 5 -vf fps=5,scale_vaapi=w=1280:h=720:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"3.3","cpu_average":"3","mem":"0.9"},"559":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.2-6476f8a -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/hikvision-4 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy /tmp/cache/hikvision-4@%Y%m%d%H%M%S%z.mp4","cpu":"0.3","cpu_average":"0","mem":"0.5"},"560":{"cmdline":"frigate.capture:hikvision-8","cpu":"1.1","cpu_average":"1","mem":"6.1"},"561":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.2-6476f8a -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/hikvision-5 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy /tmp/cache/hikvision-5@%Y%m%d%H%M%S%z.mp4","cpu":"0.8","cpu_average":"0","mem":"0.5"},"562":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.2-6476f8a -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://*:*@10.48.110.77:554/Streaming/Channels/102 -r 5 -vf fps=5,scale_vaapi=w=1280:h=720:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"3.2","cpu_average":"3","mem":"0.9"},"567":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.2-6476f8a -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/hikvision-6 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy /tmp/cache/hikvision-6@%Y%m%d%H%M%S%z.mp4","cpu":"0.6","cpu_average":"0","mem":"0.5"},"568":{"cmdline":"frigate.capture:pollo-1","cpu":"0.4","cpu_average":"0","mem":"6.1"},"570":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.2-6476f8a -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://*:*@10.48.110.78:554/Streaming/Channels/102 -r 5 -vf fps=5,scale_vaapi=w=1280:h=720:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"3.2","cpu_average":"3","mem":"0.8"},"575":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.2-6476f8a -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/hikvision-7 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy /tmp/cache/hikvision-7@%Y%m%d%H%M%S%z.mp4","cpu":"0.3","cpu_average":"0","mem":"0.5"},"578":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.2-6476f8a -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://*:*@10.48.110.130:8554/Streaming/Channels/102 -r 5 -vf fps=5,scale_vaapi=w=640:h=360:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"1.1","cpu_average":"1","mem":"0.7"},"579":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.2-6476f8a -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/hikvision-8 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy /tmp/cache/hikvision-8@%Y%m%d%H%M%S%z.mp4","cpu":"0.5","cpu_average":"0","mem":"0.5"},"582":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.2-6476f8a -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/pollo-1 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy /tmp/cache/pollo-1@%Y%m%d%H%M%S%z.mp4","cpu":"0.2","cpu_average":"0","mem":"0.5"},"585":{"cmdline":"ffmpeg -hide_banner -v error -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_flags prefer_tcp -i rtsp://127.0.0.1:8554/pollo-1?audio -c:a aac -vn -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp://127.0.0.1:8554/6cbb4d04062a388e35ed3b77b9ef3bb4","cpu":"1.7","cpu_average":"1","mem":"0.5"},"527713":{"cmdline":"sleep 30s","cpu":"0.0","cpu_average":"0","mem":"0.0"}},"detection_fps":133.6,"detectors":{"coral1":{"detection_start":0.0,"inference_speed":7.11,"pid":453}},"gpu_usages":{"intel-vaapi":{"gpu":"3.52%","mem":"-%"}},"processes":{"go2rtc":{"pid":89},"logger":{"pid":441},"recording":{"pid":443}},"service":{"last_updated":1714650742,"latest_version":"0.13.2","storage":{"/dev/shm":{"free":1006.3,"mount_type":"tmpfs","total":1024.0,"used":17.7},"/media/frigate/clips":{"free":115686.7,"mount_type":"ext4","total":1877454.2,"used":1666371.5},"/media/frigate/recordings":{"free":115686.7,"mount_type":"ext4","total":1877454.2,"used":1666371.5},"/tmp/cache":{"free":34252.0,"mount_type":"overlay","total":119614.6,"used":79241.4}},"temperatures":{"apex_0":72.8},"uptime":58403,"version":"0.13.2-6476f8a"}} Operating systemOther Linux Install methodDocker Compose Coral versionPCIe Network connectionWired Camera make and modelHikVision DS-2CD1043G0-I Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Answered by
ThisIsQasim
May 22, 2024
Replies: 1 comment 6 replies
-
Can you elaborate what you expect to see on the motion topic and why you believe it is not working correctly |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So turned out, frigate was being too sensitive about the camera timestamp and constantly considering the second counter as motion thus there was always a motion event and never an
OFF
event. I added small motion masks around the seconds counter and everything is good again. Thanks again for your response!