[Detector Support]: High CPU usage for Coral Detector #15105
-
Describe the problem you are havingI have noticed after seeing many other people's configurations and stats for Frigate that my Coral Detector CPU usage seems really high. On average, CPU usage just for the coral is around 50-90% usage. Current setup is:
I'm not really seeing any issues with viewing the all camera dashboard, live camera views, review page, nor history. I'm just trying to understand if I've configured something incorrectly which is causing significant CPU usage. I'm aware that even with the coral, that it will still need to decode the streams... which is why I have iGPU passthrough enabled and working (according to the Stats dashboard). However, since enabling the iGPU passthrough, I have noticed that the General Metrics page has been slower than normal, which may be a separate issue. Version0.15.0-33825f6 Frigate config filedatabase:
path: /config/frigate.db
mqtt:
enabled: true
host: 10.0.102.100
port: 1883
topic_prefix: frigate
user: mqtt
password: {password}
stats_interval: 60
detectors:
coral:
type: edgetpu
device: usb
record:
sync_recordings: true
enabled: true
expire_interval: 60 ## Minutes, not days.
retain:
days: 60
mode: all
alerts:
retain:
days: 60
mode: motion
pre_capture: 5
post_capture: 15
detections:
retain:
days: 60
mode: motion
pre_capture: 5
post_capture: 15
ffmpeg:
hwaccel_args: preset-vaapi # Use Intel NUC iGPU (optional)
# hwaccel_args: preset-intel-qsv-h265 # Use Intel NUC iGPU (optional) ## Non-Functional for all cameras
# hwaccel_args: preset-intel-qsv-h264 # Use Intel NUC iGPU (optional) ## Non-Functional for all cameras
# # Optional: global input args (default: shown below)
# # input_args: preset-rtsp-generic
# input_args: preset-rtsp-restream
# # Optional: global output args
output_args:
# # Optional: output args for detect streams (default: shown below)
# detect: -threads 2 -f rawvideo -pix_fmt yuv420p
# # Optional: output args for record streams (default: shown below)
# record: preset-record-generic-audio-copy
record: preset-record-generic-audio-aac
# # Optional: output args for rtmp streams (default: shown below)
# rtmp: preset-rtmp-generic
# # Optional: Time in seconds to wait before ffmpeg retries connecting to the camera. (default: shown below)
# # If set too low, frigate will retry a connection to the camera's stream too frequently, using up the limited streams some cameras can allow at once
# # If set too high, then if a ffmpeg crash or camera stream timeout occurs, you could potentially lose up to a maximum of retry_interval second(s) of footage
# # NOTE: this can be a useful setting for Wireless / Battery cameras to reduce how much footage is potentially lost during a connection timeout.
retry_interval: 10
objects:
track:
- person
- dog
- cat
- car
- horse
- bicycle
- motorcycle
- backpack
- license_plate
filters:
person:
min_area: 5000
max_area: 100000
min_ratio: 0.5
max_ratio: 2.0
min_score: 0.5
threshold: 0.7
detect:
stationary:
interval: 60
threshold: 60
go2rtc:
webrtc:
candidates:
- 10.0.2.1:8555
- stun:8555
- 127.0.0.1:8555
streams:
Amcrest_DiningRoom_cages_go2rtc_main:
- ffmpeg:rtsp://frigate:{password}@10.0.1.130:554/cam/realmonitor?channel=1&subtype=0#video=copy#audio=copy#audio=aac
Amcrest_DiningRoom_cages_go2rtc_sub:
- ffmpeg:rtsp://frigate:{password}@10.0.1.130:554/cam/realmonitor?channel=1&subtype=1#video=copy
Amcrest_DiningRoom_Hallway_go2rtc_main:
- ffmpeg:rtsp://frigate:{password}@10.0.1.131:554/cam/realmonitor?channel=1&subtype=0#video=copy#audio=copy#audio=aac
Amcrest_DiningRoom_Hallway_go2rtc_sub:
- ffmpeg:rtsp://frigate:{password}@10.0.1.131:554/cam/realmonitor?channel=1&subtype=1#video=copy
Reolink_Video_Doorbell_go2rtc_main:
- ffmpeg:https://10.0.1.120/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=frigate&password={password}#video=copy#audio=copy#audio=opus
Reolink_Video_Doorbell_go2rtc_sub:
- ffmpeg:https://10.0.1.120/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=frigate&password={password}#video=copy
cameras:
cages:
ffmpeg:
# output_args:
# record: preset-record-genergic-audio-aac
# hwaccel_args: preset-vaapi # Use Intel NUC iGPU (optional)
inputs:
- path: rtsp://127.0.0.1:8554/Amcrest_DiningRoom_cages_go2rtc_main
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/Amcrest_DiningRoom_cages_go2rtc_sub
input_args: preset-rtsp-restream
roles:
- detect
live:
stream_name: Amcrest_DiningRoom_cages_go2rtc_main
# record:
# enabled: true
# retain:
# days: 30
# mode: all
Hallway:
ffmpeg:
# output_args:
# record: preset-record-genergic-audio-aac
# hwaccel_args: preset-vaapi # Use Intel NUC iGPU (optional)
inputs:
- path: rtsp://127.0.0.1:8554/Amcrest_DiningRoom_Hallway_go2rtc_main
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/Amcrest_DiningRoom_Hallway_go2rtc_sub
input_args: preset-rtsp-restream
roles:
- detect
live:
stream_name: Amcrest_DiningRoom_Hallway_go2rtc_main
# record:
# enabled: true
# retain:
# days: 30
# mode: all
reolink_video_doorbell_camera:
live:
stream_name: Reolink_Video_Doorbell_go2rtc_main
zones:
zone_front_porch_steps:
coordinates: 469,140,483,672,219,672,207,172
zone_front_porch_walkway:
coordinates: 469,672,523,672,530,625,896,618,896,372,485,453
motion:
mask:
- 208,336,896,301,896,0,0,0,0,672,215,672 # Left-side, ceiling, right-side above railing blocked
ffmpeg:
# output_args:
# record: preset-record-genergic-audio-copy
# hwaccel_args: preset-vaapi # Use Intel NUC iGPU (optional)
inputs:
- path: rtsp://127.0.0.1:8554/Reolink_Video_Doorbell_go2rtc_main
input_args: preset-rtsp-restream
roles:
- record
- audio
- path: rtsp://127.0.0.1:8554/Reolink_Video_Doorbell_go2rtc_sub
input_args: preset-rtsp-restream
roles:
- detect
# Optional
review:
alerts:
required_zones:
- zone_front_porch_steps
- zone_front_porch_walkway
ui:
timezone: America/New_York
time_format: browser
date_style: medium
time_style: medium
strftime_fmt: '%Y/%m/%d %H:%M'
telemetry:
# Optional: Enable the latest version outbound check (default: shown below)
# NOTE: If you use the HomeAssistant integration, disabling this will prevent it from reporting new versions
version_check: true
version: 0.15-0
camera_groups:
Dining_Room:
order: 1
icon: LuApple
cameras:
- cages
- Hallway docker-compose file or Docker CLI commandversion: "3.9"
services:
frigate:
container_name: frigate
privileged: true # this may not be necessary for all setups
restart: unless-stopped
image: ghcr.io/blakeblackshear/frigate:0.15.0-beta1
shm_size: "256mb" # update for your cameras based on calculation above
devices:
- /dev/bus/usb:/dev/bus/usb # passes the USB Coral, needs to be modified for other versions
# - /dev/apex_0:/dev/apex_0 # passes a PCIe Coral, follow driver instructions here https://coral.ai/docs/m2/get-started/#2a-on-linux
- /dev/dri/renderD128 # for intel hwaccel, needs to be updated for your hardware
volumes:
- /etc/localtime:/etc/localtime:ro
#- ./config/config.yml:/config/config.yml
- ./config/:/config/
- /Frigate/frigate:/media/frigate
- type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
target: /tmp/cache
tmpfs:
size: 1000000000
ports:
- "5000:5000"
- "8554:8554" # RTSP feeds
- "8555:8555/tcp" # WebRTC over tcp
- "8555:8555/udp" # WebRTC over udp
environment:
FRIGATE_RTSP_PASSWORD: "{password}"
TZ: America/New_York Relevant Frigate log output2024-11-20 18:33:35.825593233 [INFO] Preparing Frigate...
2024-11-20 18:33:35.833989835 [INFO] Starting Frigate...
2024-11-20 18:33:40.224905857 [2024-11-20 13:33:40] frigate.util.config INFO : Checking if frigate config needs migration...
2024-11-20 18:33:40.307093637 [2024-11-20 13:33:40] frigate.util.config INFO : frigate config does not need migration...
2024-11-20 18:34:01.287338823 [2024-11-20 13:34:01] frigate.app INFO : Starting Frigate (0.15.0-33825f6)
2024-11-20 18:34:01.312018931 [2024-11-20 13:34:01] peewee_migrate.logs INFO : Starting migrations
2024-11-20 18:34:01.312072075 [2024-11-20 13:34:01] peewee_migrate.logs INFO : There is nothing to migrate
2024-11-20 18:34:01.331482990 [2024-11-20 13:34:01] frigate.app INFO : Recording process started: 376
2024-11-20 18:34:01.333885443 [2024-11-20 13:34:01] frigate.app INFO : Review process started: 377
2024-11-20 18:34:01.341848484 [2024-11-20 13:34:01] frigate.app INFO : go2rtc process pid: 95
2024-11-20 18:34:01.374784424 [2024-11-20 13:34:01] detector.coral INFO : Starting detection process: 393
2024-11-20 18:34:01.391894856 [2024-11-20 13:34:01] frigate.app INFO : Output process started: 412
2024-11-20 18:34:01.750199006 [2024-11-20 13:34:01] frigate.app INFO : Camera processor started for cages: 454
2024-11-20 18:34:01.750819033 [2024-11-20 13:34:01] frigate.app INFO : Camera processor started for Hallway: 457
2024-11-20 18:34:01.776637576 [2024-11-20 13:34:01] frigate.app INFO : Camera processor started for reolink_video_doorbell_camera: 465
2024-11-20 18:34:01.793766319 [2024-11-20 13:34:01] frigate.app INFO : Capture process started for cages: 473
2024-11-20 18:34:01.794114630 [2024-11-20 13:34:01] frigate.app INFO : Capture process started for Hallway: 481
2024-11-20 18:34:01.806569194 [2024-11-20 13:34:01] frigate.app INFO : Capture process started for reolink_video_doorbell_camera: 485
2024-11-20 18:34:01.920903824 [2024-11-20 13:34:01] frigate.api.fastapi_app INFO : Starting FastAPI app
2024-11-20 18:34:02.235831980 [2024-11-20 13:34:02] frigate.api.fastapi_app INFO : FastAPI started
2024-11-20 18:34:04.129066380 [2024-11-20 13:34:01] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2024-11-20 18:34:04.135610309 [2024-11-20 13:34:04] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2024-11-20 18:35:50.413008636 [2024-11-20 13:35:50] frigate.video ERROR : reolink_video_doorbell_camera: Unable to read frames from ffmpeg process.
2024-11-20 18:35:50.413603197 [2024-11-20 13:35:50] frigate.video ERROR : reolink_video_doorbell_camera: ffmpeg process is not running. exiting capture thread...
2024-11-20 18:35:51.902316738 [2024-11-20 13:35:51] watchdog.reolink_video_doorbell_camera ERROR : Ffmpeg process crashed unexpectedly for reolink_video_doorbell_camera.
2024-11-20 18:35:51.902756173 [2024-11-20 13:35:51] watchdog.reolink_video_doorbell_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 18:35:51.903110862 [2024-11-20 13:35:51] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [AVHWFramesContext @ 0x7dc5e80717c0] Failed to sync surface 0xe: 1 (operation failed).
2024-11-20 18:35:51.903114686 [2024-11-20 13:35:51] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [hwdownload @ 0x7dc5f4003980] Failed to download frame: -5.
2024-11-20 18:35:51.903141495 [2024-11-20 13:35:51] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [vf#0:0 @ 0x5f3f5ce26680] Error while filtering: Input/output error
2024-11-20 18:35:51.903229601 [2024-11-20 13:35:51] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [vf#0:0 @ 0x5f3f5ce26680] Task finished with error code: -5 (Input/output error)
2024-11-20 18:35:51.903317723 [2024-11-20 13:35:51] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [vf#0:0 @ 0x5f3f5ce26680] Terminating thread with return code -5 (Input/output error)
2024-11-20 18:36:21.286240402 [2024-11-20 13:36:21] frigate.video ERROR : cages: Unable to read frames from ffmpeg process.
2024-11-20 18:36:21.286586419 [2024-11-20 13:36:21] frigate.video ERROR : cages: ffmpeg process is not running. exiting capture thread...
2024-11-20 18:36:21.855576954 [2024-11-20 13:36:21] watchdog.cages ERROR : Ffmpeg process crashed unexpectedly for cages.
2024-11-20 18:36:21.855694396 [2024-11-20 13:36:21] watchdog.cages ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 18:36:21.855812452 [2024-11-20 13:36:21] ffmpeg.cages.detect ERROR : [AVHWFramesContext @ 0x7cbb28054280] Failed to sync surface 0x10: 1 (operation failed).
2024-11-20 18:36:21.855917341 [2024-11-20 13:36:21] ffmpeg.cages.detect ERROR : [hwdownload @ 0x7cbb38003980] Failed to download frame: -5.
2024-11-20 18:36:21.856051572 [2024-11-20 13:36:21] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x5a34415f37c0] Error while filtering: Input/output error
2024-11-20 18:36:21.856088233 [2024-11-20 13:36:21] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x5a34415f37c0] Task finished with error code: -5 (Input/output error)
2024-11-20 18:36:21.856177988 [2024-11-20 13:36:21] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x5a34415f37c0] Terminating thread with return code -5 (Input/output error)
2024-11-20 18:36:32.887290159 [2024-11-20 13:36:32] frigate.video ERROR : Hallway: Unable to read frames from ffmpeg process.
2024-11-20 18:36:32.887467577 [2024-11-20 13:36:32] frigate.video ERROR : Hallway: ffmpeg process is not running. exiting capture thread...
2024-11-20 18:36:41.878069296 [2024-11-20 13:36:41] watchdog.Hallway ERROR : Ffmpeg process crashed unexpectedly for Hallway.
2024-11-20 18:36:41.878459200 [2024-11-20 13:36:41] watchdog.Hallway ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 18:36:41.878463064 [2024-11-20 13:36:41] ffmpeg.Hallway.detect ERROR : [AVHWFramesContext @ 0x7cbb200547c0] Failed to sync surface 0x13: 1 (operation failed).
2024-11-20 18:36:41.878498939 [2024-11-20 13:36:41] ffmpeg.Hallway.detect ERROR : [hwdownload @ 0x7cbb34003980] Failed to download frame: -5.
2024-11-20 18:36:41.878760887 [2024-11-20 13:36:41] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x648c050c72c0] Error while filtering: Input/output error
2024-11-20 18:36:41.878765173 [2024-11-20 13:36:41] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x648c050c72c0] Task finished with error code: -5 (Input/output error)
2024-11-20 18:36:41.878768041 [2024-11-20 13:36:41] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x648c050c72c0] Terminating thread with return code -5 (Input/output error)
2024-11-20 18:38:46.114756759 [2024-11-20 13:38:46] frigate.video ERROR : cages: Unable to read frames from ffmpeg process.
2024-11-20 18:38:46.115079046 [2024-11-20 13:38:46] frigate.video ERROR : cages: ffmpeg process is not running. exiting capture thread...
2024-11-20 18:38:51.888715918 [2024-11-20 13:38:51] watchdog.cages ERROR : Ffmpeg process crashed unexpectedly for cages.
2024-11-20 18:38:51.898925423 [2024-11-20 13:38:51] watchdog.cages ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 18:38:51.898995801 [2024-11-20 13:38:51] ffmpeg.cages.detect ERROR : [AVHWFramesContext @ 0x7ff4a0080140] Failed to sync surface 0xe: 1 (operation failed).
2024-11-20 18:38:51.899078806 [2024-11-20 13:38:51] ffmpeg.cages.detect ERROR : [hwdownload @ 0x7ff4b0003980] Failed to download frame: -5.
2024-11-20 18:38:51.899235311 [2024-11-20 13:38:51] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x61eafecf9240] Error while filtering: Input/output error
2024-11-20 18:38:51.899238550 [2024-11-20 13:38:51] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x61eafecf9240] Task finished with error code: -5 (Input/output error)
2024-11-20 18:38:51.899465704 [2024-11-20 13:38:51] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x61eafecf9240] Terminating thread with return code -5 (Input/output error)
2024-11-20 18:39:02.996789698 [2024-11-20 13:39:02] frigate.video ERROR : reolink_video_doorbell_camera: Unable to read frames from ffmpeg process.
2024-11-20 18:39:02.996897376 [2024-11-20 13:39:02] frigate.video ERROR : reolink_video_doorbell_camera: ffmpeg process is not running. exiting capture thread...
2024-11-20 18:39:11.596202279 [2024-11-20 13:39:11] frigate.video ERROR : Hallway: Unable to read frames from ffmpeg process.
2024-11-20 18:39:11.596571756 [2024-11-20 13:39:11] frigate.video ERROR : Hallway: ffmpeg process is not running. exiting capture thread...
2024-11-20 18:39:11.909719071 [2024-11-20 13:39:11] watchdog.Hallway ERROR : Ffmpeg process crashed unexpectedly for Hallway.
2024-11-20 18:39:11.909808405 [2024-11-20 13:39:11] watchdog.Hallway ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 18:39:11.910082407 [2024-11-20 13:39:11] ffmpeg.Hallway.detect ERROR : [AVHWFramesContext @ 0x774098052900] Failed to sync surface 0x12: 1 (operation failed).
2024-11-20 18:39:11.910086021 [2024-11-20 13:39:11] ffmpeg.Hallway.detect ERROR : [hwdownload @ 0x7740a8003980] Failed to download frame: -5.
2024-11-20 18:39:11.910088539 [2024-11-20 13:39:11] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x5be0921b8180] Error while filtering: Input/output error
2024-11-20 18:39:11.910091210 [2024-11-20 13:39:11] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x5be0921b8180] Task finished with error code: -5 (Input/output error)
2024-11-20 18:39:11.910616114 [2024-11-20 13:39:11] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x5be0921b8180] Terminating thread with return code -5 (Input/output error)
2024-11-20 18:39:11.938232566 [2024-11-20 13:39:11] watchdog.reolink_video_doorbell_camera ERROR : Ffmpeg process crashed unexpectedly for reolink_video_doorbell_camera.
2024-11-20 18:39:11.938237366 [2024-11-20 13:39:11] watchdog.reolink_video_doorbell_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 18:39:11.938240216 [2024-11-20 13:39:11] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [AVHWFramesContext @ 0x7df778073300] Failed to sync surface 0x12: 1 (operation failed).
2024-11-20 18:39:11.938242751 [2024-11-20 13:39:11] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [hwdownload @ 0x7df78c003980] Failed to download frame: -5.
2024-11-20 18:39:11.938245243 [2024-11-20 13:39:11] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [vf#0:0 @ 0x5e614bf69c00] Error while filtering: Input/output error
2024-11-20 18:39:11.938249960 [2024-11-20 13:39:11] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [vf#0:0 @ 0x5e614bf69c00] Task finished with error code: -5 (Input/output error)
2024-11-20 18:39:11.938327665 [2024-11-20 13:39:11] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [vf#0:0 @ 0x5e614bf69c00] Terminating thread with return code -5 (Input/output error)
2024-11-20 18:41:17.629633986 [2024-11-20 13:41:17] frigate.video ERROR : cages: Unable to read frames from ffmpeg process.
2024-11-20 18:41:17.629698395 [2024-11-20 13:41:17] frigate.video ERROR : cages: ffmpeg process is not running. exiting capture thread...
2024-11-20 18:41:21.929176637 [2024-11-20 13:41:21] watchdog.cages ERROR : Ffmpeg process crashed unexpectedly for cages.
2024-11-20 18:41:21.929208104 [2024-11-20 13:41:21] watchdog.cages ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 18:41:21.929392268 [2024-11-20 13:41:21] ffmpeg.cages.detect ERROR : [AVHWFramesContext @ 0x72b5200555c0] Failed to sync surface 0x10: 1 (operation failed).
2024-11-20 18:41:21.929396421 [2024-11-20 13:41:21] ffmpeg.cages.detect ERROR : [hwdownload @ 0x72b53c003980] Failed to download frame: -5.
2024-11-20 18:41:21.929631221 [2024-11-20 13:41:21] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x5c8e8644bf40] Error while filtering: Input/output error
2024-11-20 18:41:21.929635192 [2024-11-20 13:41:21] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x5c8e8644bf40] Task finished with error code: -5 (Input/output error)
2024-11-20 18:41:21.929638010 [2024-11-20 13:41:21] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x5c8e8644bf40] Terminating thread with return code -5 (Input/output error)
2024-11-20 18:41:44.582890619 [2024-11-20 13:41:44] frigate.video ERROR : Hallway: Unable to read frames from ffmpeg process.
2024-11-20 18:41:44.583060659 [2024-11-20 13:41:44] frigate.video ERROR : Hallway: ffmpeg process is not running. exiting capture thread...
2024-11-20 18:41:51.943819002 [2024-11-20 13:41:51] watchdog.Hallway ERROR : Ffmpeg process crashed unexpectedly for Hallway.
2024-11-20 18:41:51.943823895 [2024-11-20 13:41:51] watchdog.Hallway ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 18:41:51.943826684 [2024-11-20 13:41:51] ffmpeg.Hallway.detect ERROR : [AVHWFramesContext @ 0x751694080380] Failed to sync surface 0x15: 1 (operation failed).
2024-11-20 18:41:51.943829285 [2024-11-20 13:41:51] ffmpeg.Hallway.detect ERROR : [hwdownload @ 0x7516a4003980] Failed to download frame: -5.
2024-11-20 18:41:51.953331964 [2024-11-20 13:41:51] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x60565b85f8c0] Error while filtering: Input/output error
2024-11-20 18:41:51.953382959 [2024-11-20 13:41:51] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x60565b85f8c0] Task finished with error code: -5 (Input/output error)
2024-11-20 18:41:51.953498712 [2024-11-20 13:41:51] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x60565b85f8c0] Terminating thread with return code -5 (Input/output error)
2024-11-20 18:44:00.808675885 [2024-11-20 13:44:00] frigate.video ERROR : cages: Unable to read frames from ffmpeg process.
2024-11-20 18:44:00.808730240 [2024-11-20 13:44:00] frigate.video ERROR : cages: ffmpeg process is not running. exiting capture thread...
2024-11-20 18:44:01.961795852 [2024-11-20 13:44:01] watchdog.cages ERROR : Ffmpeg process crashed unexpectedly for cages.
2024-11-20 18:44:01.961914642 [2024-11-20 13:44:01] watchdog.cages ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 18:44:01.962067855 [2024-11-20 13:44:01] ffmpeg.cages.detect ERROR : [AVHWFramesContext @ 0x7f2e80055800] Failed to sync surface 0x10: 1 (operation failed).
2024-11-20 18:44:01.962563686 [2024-11-20 13:44:01] ffmpeg.cages.detect ERROR : [hwdownload @ 0x7f2e94003980] Failed to download frame: -5.
2024-11-20 18:44:01.962567433 [2024-11-20 13:44:01] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x65032f881300] Error while filtering: Input/output error
2024-11-20 18:44:01.962757521 [2024-11-20 13:44:01] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x65032f881300] Task finished with error code: -5 (Input/output error)
2024-11-20 18:44:01.963158416 [2024-11-20 13:44:01] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x65032f881300] Terminating thread with return code -5 (Input/output error)
2024-11-20 18:44:14.190763198 [2024-11-20 13:44:14] frigate.video ERROR : reolink_video_doorbell_camera: Unable to read frames from ffmpeg process.
2024-11-20 18:44:14.191112993 [2024-11-20 13:44:14] frigate.video ERROR : reolink_video_doorbell_camera: ffmpeg process is not running. exiting capture thread...
2024-11-20 18:44:19.437459734 [2024-11-20 13:44:19] frigate.video ERROR : Hallway: Unable to read frames from ffmpeg process.
2024-11-20 18:44:19.437516698 [2024-11-20 13:44:19] frigate.video ERROR : Hallway: ffmpeg process is not running. exiting capture thread...
2024-11-20 18:44:21.974415199 [2024-11-20 13:44:21] watchdog.Hallway ERROR : Ffmpeg process crashed unexpectedly for Hallway.
2024-11-20 18:44:21.974448547 [2024-11-20 13:44:21] watchdog.Hallway ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 18:44:21.974540143 [2024-11-20 13:44:21] ffmpeg.Hallway.detect ERROR : [AVHWFramesContext @ 0x76a7ec055240] Failed to sync surface 0xa: 1 (operation failed).
2024-11-20 18:44:21.974639310 [2024-11-20 13:44:21] ffmpeg.Hallway.detect ERROR : [hwdownload @ 0x76a7f4003980] Failed to download frame: -5.
2024-11-20 18:44:21.974683897 [2024-11-20 13:44:21] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x6194eb0452c0] Error while filtering: Input/output error
2024-11-20 18:44:21.974860303 [2024-11-20 13:44:21] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x6194eb0452c0] Task finished with error code: -5 (Input/output error)
2024-11-20 18:44:21.974864510 [2024-11-20 13:44:21] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x6194eb0452c0] Terminating thread with return code -5 (Input/output error)
2024-11-20 18:44:21.983278998 [2024-11-20 13:44:21] watchdog.reolink_video_doorbell_camera ERROR : Ffmpeg process crashed unexpectedly for reolink_video_doorbell_camera.
2024-11-20 18:44:21.983312170 [2024-11-20 13:44:21] watchdog.reolink_video_doorbell_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 18:44:21.983466699 [2024-11-20 13:44:21] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [AVHWFramesContext @ 0x796e0c06f740] Failed to sync surface 0xd: 1 (operation failed).
2024-11-20 18:44:21.983707377 [2024-11-20 13:44:21] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [hwdownload @ 0x796e18003980] Failed to download frame: -5.
2024-11-20 18:44:21.983710743 [2024-11-20 13:44:21] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [vf#0:0 @ 0x55f5ae4cedc0] Error while filtering: Input/output error
2024-11-20 18:44:21.983713392 [2024-11-20 13:44:21] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [vf#0:0 @ 0x55f5ae4cedc0] Task finished with error code: -5 (Input/output error)
2024-11-20 18:44:21.983728572 [2024-11-20 13:44:21] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [vf#0:0 @ 0x55f5ae4cedc0] Terminating thread with return code -5 (Input/output error)
2024-11-20 18:46:27.106453238 [2024-11-20 13:46:27] frigate.video ERROR : cages: Unable to read frames from ffmpeg process.
2024-11-20 18:46:27.106464858 [2024-11-20 13:46:27] frigate.video ERROR : cages: ffmpeg process is not running. exiting capture thread...
2024-11-20 18:46:32.001840378 [2024-11-20 13:46:31] watchdog.cages ERROR : Ffmpeg process crashed unexpectedly for cages.
2024-11-20 18:46:32.004384273 [2024-11-20 13:46:31] watchdog.cages ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 18:46:32.004388770 [2024-11-20 13:46:31] ffmpeg.cages.detect ERROR : [AVHWFramesContext @ 0x70f3d407f180] Failed to sync surface 0x12: 1 (operation failed).
2024-11-20 18:46:32.004532674 [2024-11-20 13:46:31] ffmpeg.cages.detect ERROR : [hwdownload @ 0x70f3e8003980] Failed to download frame: -5.
2024-11-20 18:46:32.006581242 [2024-11-20 13:46:32] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x602631872280] Error while filtering: Input/output error
2024-11-20 18:46:32.008006599 [2024-11-20 13:46:32] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x602631872280] Task finished with error code: -5 (Input/output error)
2024-11-20 18:46:32.008191646 [2024-11-20 13:46:32] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x602631872280] Terminating thread with return code -5 (Input/output error)
2024-11-20 18:46:39.334738252 [2024-11-20 13:46:39] frigate.video ERROR : Hallway: Unable to read frames from ffmpeg process.
2024-11-20 18:46:39.334848275 [2024-11-20 13:46:39] frigate.video ERROR : Hallway: ffmpeg process is not running. exiting capture thread...
2024-11-20 18:46:42.024825274 [2024-11-20 13:46:42] watchdog.Hallway ERROR : Ffmpeg process crashed unexpectedly for Hallway.
2024-11-20 18:46:42.024830336 [2024-11-20 13:46:42] watchdog.Hallway ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 18:46:42.024833075 [2024-11-20 13:46:42] ffmpeg.Hallway.detect ERROR : [AVHWFramesContext @ 0x7a1c100554c0] Failed to sync surface 0x13: 1 (operation failed).
2024-11-20 18:46:42.024835466 [2024-11-20 13:46:42] ffmpeg.Hallway.detect ERROR : [hwdownload @ 0x7a1c20003980] Failed to download frame: -5.
2024-11-20 18:46:42.024837734 [2024-11-20 13:46:42] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x6050403f02c0] Error while filtering: Input/output error
2024-11-20 18:46:42.027535805 [2024-11-20 13:46:42] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x6050403f02c0] Task finished with error code: -5 (Input/output error)
2024-11-20 18:46:42.027540301 [2024-11-20 13:46:42] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x6050403f02c0] Terminating thread with return code -5 (Input/output error)
2024-11-20 18:49:03.521475665 [2024-11-20 13:49:03] frigate.video ERROR : cages: Unable to read frames from ffmpeg process.
2024-11-20 18:49:03.521507418 [2024-11-20 13:49:03] frigate.video ERROR : cages: ffmpeg process is not running. exiting capture thread...
2024-11-20 18:49:05.105459906 [2024-11-20 13:49:05] frigate.video ERROR : Hallway: Unable to read frames from ffmpeg process.
2024-11-20 18:49:05.105533139 [2024-11-20 13:49:05] frigate.video ERROR : Hallway: ffmpeg process is not running. exiting capture thread...
2024-11-20 18:49:12.049293484 [2024-11-20 13:49:12] watchdog.cages ERROR : Ffmpeg process crashed unexpectedly for cages.
2024-11-20 18:49:12.049324994 [2024-11-20 13:49:12] watchdog.cages ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 18:49:12.049472020 [2024-11-20 13:49:12] ffmpeg.cages.detect ERROR : [AVHWFramesContext @ 0x70c878054000] Failed to sync surface 0x15: 1 (operation failed).
2024-11-20 18:49:12.049981835 [2024-11-20 13:49:12] ffmpeg.cages.detect ERROR : [hwdownload @ 0x70c888003980] Failed to download frame: -5.
2024-11-20 18:49:12.050078987 [2024-11-20 13:49:12] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x5e8b56df3900] Error while filtering: Input/output error
2024-11-20 18:49:12.050185824 [2024-11-20 13:49:12] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x5e8b56df3900] Task finished with error code: -5 (Input/output error)
2024-11-20 18:49:12.050304782 [2024-11-20 13:49:12] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x5e8b56df3900] Terminating thread with return code -5 (Input/output error)
2024-11-20 18:49:12.068843831 [2024-11-20 13:49:12] watchdog.Hallway ERROR : Ffmpeg process crashed unexpectedly for Hallway.
2024-11-20 18:49:12.069250343 [2024-11-20 13:49:12] watchdog.Hallway ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 18:49:12.069254775 [2024-11-20 13:49:12] ffmpeg.Hallway.detect ERROR : [AVHWFramesContext @ 0x7e6f84055500] Failed to sync surface 0x12: 1 (operation failed).
2024-11-20 18:49:12.069257443 [2024-11-20 13:49:12] ffmpeg.Hallway.detect ERROR : [hwdownload @ 0x7e6f98003980] Failed to download frame: -5.
2024-11-20 18:49:12.072891807 [2024-11-20 13:49:12] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x62a534f462c0] Error while filtering: Input/output error
2024-11-20 18:49:12.073551361 [2024-11-20 13:49:12] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x62a534f462c0] Task finished with error code: -5 (Input/output error)
2024-11-20 18:49:12.073754352 [2024-11-20 13:49:12] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x62a534f462c0] Terminating thread with return code -5 (Input/output error)
2024-11-20 18:49:19.438551547 [2024-11-20 13:49:19] frigate.video ERROR : reolink_video_doorbell_camera: Unable to read frames from ffmpeg process.
2024-11-20 18:49:19.438556587 [2024-11-20 13:49:19] frigate.video ERROR : reolink_video_doorbell_camera: ffmpeg process is not running. exiting capture thread...
2024-11-20 18:49:22.054579392 [2024-11-20 13:49:22] watchdog.reolink_video_doorbell_camera ERROR : Ffmpeg process crashed unexpectedly for reolink_video_doorbell_camera.
2024-11-20 18:49:22.055020266 [2024-11-20 13:49:22] watchdog.reolink_video_doorbell_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 18:49:22.055024661 [2024-11-20 13:49:22] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [AVHWFramesContext @ 0x70c5bc071ec0] Failed to sync surface 0x12: 1 (operation failed).
2024-11-20 18:49:22.058866515 [2024-11-20 13:49:22] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [hwdownload @ 0x70c5c8003980] Failed to download frame: -5.
2024-11-20 18:49:22.059340452 [2024-11-20 13:49:22] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [vf#0:0 @ 0x59619fb98780] Error while filtering: Input/output error
2024-11-20 18:49:22.063822594 [2024-11-20 13:49:22] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [vf#0:0 @ 0x59619fb98780] Task finished with error code: -5 (Input/output error)
2024-11-20 18:49:22.065211934 [2024-11-20 13:49:22] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [vf#0:0 @ 0x59619fb98780] Terminating thread with return code -5 (Input/output error)
2024-11-20 18:49:46.589086729 [2024-11-20 13:49:46] frigate.record.util INFO : Deleting 437254 recordings files with missing DB entries
2024-11-20 18:51:24.353208843 [2024-11-20 13:51:24] frigate.video ERROR : Hallway: Unable to read frames from ffmpeg process.
2024-11-20 18:51:24.353340037 [2024-11-20 13:51:24] frigate.video ERROR : Hallway: ffmpeg process is not running. exiting capture thread...
2024-11-20 18:51:32.099421231 [2024-11-20 13:51:32] watchdog.Hallway ERROR : Ffmpeg process crashed unexpectedly for Hallway.
2024-11-20 18:51:32.099989141 [2024-11-20 13:51:32] watchdog.Hallway ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 18:51:32.099993433 [2024-11-20 13:51:32] ffmpeg.Hallway.detect ERROR : [AVHWFramesContext @ 0x7df23c052f40] Failed to sync surface 0xd: 1 (operation failed).
2024-11-20 18:51:32.100304374 [2024-11-20 13:51:32] ffmpeg.Hallway.detect ERROR : [hwdownload @ 0x7df248003980] Failed to download frame: -5.
2024-11-20 18:51:32.100308339 [2024-11-20 13:51:32] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x5703c1ef2080] Error while filtering: Input/output error
2024-11-20 18:51:32.100311037 [2024-11-20 13:51:32] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x5703c1ef2080] Task finished with error code: -5 (Input/output error)
2024-11-20 18:51:32.100313675 [2024-11-20 13:51:32] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x5703c1ef2080] Terminating thread with return code -5 (Input/output error)
2024-11-20 18:51:42.701219090 [2024-11-20 13:51:42] frigate.video ERROR : cages: Unable to read frames from ffmpeg process.
2024-11-20 18:51:42.701333706 [2024-11-20 13:51:42] frigate.video ERROR : cages: ffmpeg process is not running. exiting capture thread...
2024-11-20 18:51:52.093222591 [2024-11-20 13:51:52] watchdog.cages ERROR : Ffmpeg process crashed unexpectedly for cages.
2024-11-20 18:51:52.093262843 [2024-11-20 13:51:52] watchdog.cages ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 18:51:52.093422652 [2024-11-20 13:51:52] ffmpeg.cages.detect ERROR : [AVHWFramesContext @ 0x7c4a0c055880] Failed to sync surface 0x10: 1 (operation failed).
2024-11-20 18:51:52.093576024 [2024-11-20 13:51:52] ffmpeg.cages.detect ERROR : [hwdownload @ 0x7c4a18003980] Failed to download frame: -5.
2024-11-20 18:51:52.093661097 [2024-11-20 13:51:52] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x631d6fd3e080] Error while filtering: Input/output error
2024-11-20 18:51:52.093767178 [2024-11-20 13:51:52] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x631d6fd3e080] Task finished with error code: -5 (Input/output error)
2024-11-20 18:51:52.093860232 [2024-11-20 13:51:52] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x631d6fd3e080] Terminating thread with return code -5 (Input/output error)
2024-11-20 18:51:54.088634191 [2024-11-20 13:51:54] frigate.video ERROR : reolink_video_doorbell_camera: Unable to read frames from ffmpeg process.
2024-11-20 18:51:54.089064053 [2024-11-20 13:51:54] frigate.video ERROR : reolink_video_doorbell_camera: ffmpeg process is not running. exiting capture thread...
2024-11-20 18:52:02.072528273 [2024-11-20 13:52:02] watchdog.reolink_video_doorbell_camera ERROR : Ffmpeg process crashed unexpectedly for reolink_video_doorbell_camera.
2024-11-20 18:52:02.072662796 [2024-11-20 13:52:02] watchdog.reolink_video_doorbell_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 18:52:02.072705726 [2024-11-20 13:52:02] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [AVHWFramesContext @ 0x7ec870064440] Failed to sync surface 0xe: 1 (operation failed).
2024-11-20 18:52:02.072811261 [2024-11-20 13:52:02] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [hwdownload @ 0x7ec874003980] Failed to download frame: -5.
2024-11-20 18:52:02.073018844 [2024-11-20 13:52:02] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [vf#0:0 @ 0x5c75c50c84c0] Error while filtering: Input/output error
2024-11-20 18:52:02.073023058 [2024-11-20 13:52:02] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [vf#0:0 @ 0x5c75c50c84c0] Task finished with error code: -5 (Input/output error)
2024-11-20 18:52:02.073025771 [2024-11-20 13:52:02] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [vf#0:0 @ 0x5c75c50c84c0] Terminating thread with return code -5 (Input/output error)
2024-11-20 18:52:52.037714895 [2024-11-20 13:52:52] frigate.video ERROR : reolink_video_doorbell_camera: Unable to read frames from ffmpeg process.
2024-11-20 18:52:52.037816578 [2024-11-20 13:52:52] frigate.video ERROR : reolink_video_doorbell_camera: ffmpeg process is not running. exiting capture thread...
2024-11-20 18:52:52.112439919 [2024-11-20 13:52:52] watchdog.reolink_video_doorbell_camera ERROR : Ffmpeg process crashed unexpectedly for reolink_video_doorbell_camera.
2024-11-20 18:52:52.114110000 [2024-11-20 13:52:52] watchdog.reolink_video_doorbell_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 18:52:52.114114495 [2024-11-20 13:52:52] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [AVHWFramesContext @ 0x7694b40704c0] Failed to sync surface 0xc: 1 (operation failed).
2024-11-20 18:52:52.114117257 [2024-11-20 13:52:52] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [hwdownload @ 0x7694c8003980] Failed to download frame: -5.
2024-11-20 18:52:52.114119815 [2024-11-20 13:52:52] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [vf#0:0 @ 0x60e2917054c0] Error while filtering: Input/output error
2024-11-20 18:52:52.114122325 [2024-11-20 13:52:52] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [vf#0:0 @ 0x60e2917054c0] Task finished with error code: -5 (Input/output error)
2024-11-20 18:52:52.114124978 [2024-11-20 13:52:52] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [vf#0:0 @ 0x60e2917054c0] Terminating thread with return code -5 (Input/output error)
2024-11-20 18:54:23.211282561 [2024-11-20 13:54:23] frigate.video ERROR : Hallway: Unable to read frames from ffmpeg process.
2024-11-20 18:54:23.211586965 [2024-11-20 13:54:23] frigate.video ERROR : Hallway: ffmpeg process is not running. exiting capture thread...
2024-11-20 18:54:28.001464660 [2024-11-20 13:54:28] frigate.video ERROR : cages: Unable to read frames from ffmpeg process.
2024-11-20 18:54:28.001469465 [2024-11-20 13:54:28] frigate.video ERROR : cages: ffmpeg process is not running. exiting capture thread...
2024-11-20 18:54:32.118703347 [2024-11-20 13:54:32] watchdog.cages ERROR : Ffmpeg process crashed unexpectedly for cages.
2024-11-20 18:54:32.118819828 [2024-11-20 13:54:32] watchdog.cages ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 18:54:32.119471445 [2024-11-20 13:54:32] ffmpeg.cages.detect ERROR : [AVHWFramesContext @ 0x73410407f880] Failed to sync surface 0xd: 1 (operation failed).
2024-11-20 18:54:32.119475554 [2024-11-20 13:54:32] ffmpeg.cages.detect ERROR : [hwdownload @ 0x734110003980] Failed to download frame: -5.
2024-11-20 18:54:32.119478137 [2024-11-20 13:54:32] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x577381889b00] Error while filtering: Input/output error
2024-11-20 18:54:32.119480826 [2024-11-20 13:54:32] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x577381889b00] Task finished with error code: -5 (Input/output error)
2024-11-20 18:54:32.119483379 [2024-11-20 13:54:32] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x577381889b00] Terminating thread with return code -5 (Input/output error)
2024-11-20 18:54:32.132196579 [2024-11-20 13:54:32] watchdog.Hallway ERROR : Ffmpeg process crashed unexpectedly for Hallway.
2024-11-20 18:54:32.132201222 [2024-11-20 13:54:32] watchdog.Hallway ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 18:54:32.132571772 [2024-11-20 13:54:32] ffmpeg.Hallway.detect ERROR : [AVHWFramesContext @ 0x7f277007d700] Failed to sync surface 0xe: 1 (operation failed).
2024-11-20 18:54:32.132575399 [2024-11-20 13:54:32] ffmpeg.Hallway.detect ERROR : [hwdownload @ 0x7f2784003980] Failed to download frame: -5.
2024-11-20 18:54:32.132577974 [2024-11-20 13:54:32] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x5b5d0a0d88c0] Error while filtering: Input/output error
2024-11-20 18:54:32.132580505 [2024-11-20 13:54:32] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x5b5d0a0d88c0] Task finished with error code: -5 (Input/output error)
2024-11-20 18:54:32.132583033 [2024-11-20 13:54:32] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x5b5d0a0d88c0] Terminating thread with return code -5 (Input/output error)
2024-11-20 18:55:06.615911464 [2024-11-20 13:55:06] frigate.video ERROR : reolink_video_doorbell_camera: Unable to read frames from ffmpeg process.
2024-11-20 18:55:06.615987204 [2024-11-20 13:55:06] frigate.video ERROR : reolink_video_doorbell_camera: ffmpeg process is not running. exiting capture thread...
2024-11-20 18:55:12.150402548 [2024-11-20 13:55:12] watchdog.reolink_video_doorbell_camera ERROR : Ffmpeg process crashed unexpectedly for reolink_video_doorbell_camera.
2024-11-20 18:55:12.150716408 [2024-11-20 13:55:12] watchdog.reolink_video_doorbell_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 18:55:12.150721003 [2024-11-20 13:55:12] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [AVHWFramesContext @ 0x71ede80733c0] Failed to sync surface 0x11: 1 (operation failed).
2024-11-20 18:55:12.150723715 [2024-11-20 13:55:12] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [hwdownload @ 0x71edfc003980] Failed to download frame: -5.
2024-11-20 18:55:12.151604817 [2024-11-20 13:55:12] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [vf#0:0 @ 0x626ff76a1940] Error while filtering: Input/output error
2024-11-20 18:55:12.151616001 [2024-11-20 13:55:12] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [vf#0:0 @ 0x626ff76a1940] Task finished with error code: -5 (Input/output error)
2024-11-20 18:55:12.151618804 [2024-11-20 13:55:12] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [vf#0:0 @ 0x626ff76a1940] Terminating thread with return code -5 (Input/output error)
2024-11-20 18:57:01.014279772 [2024-11-20 13:57:01] frigate.video ERROR : cages: Unable to read frames from ffmpeg process.
2024-11-20 18:57:01.014596239 [2024-11-20 13:57:01] frigate.video ERROR : cages: ffmpeg process is not running. exiting capture thread...
2024-11-20 18:57:02.168600604 [2024-11-20 13:57:02] watchdog.cages ERROR : Ffmpeg process crashed unexpectedly for cages.
2024-11-20 18:57:02.169124630 [2024-11-20 13:57:02] watchdog.cages ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 18:57:02.169140682 [2024-11-20 13:57:02] ffmpeg.cages.detect ERROR : [AVHWFramesContext @ 0x7d911c04ac00] Failed to sync surface 0x10: 1 (operation failed).
2024-11-20 18:57:02.169143493 [2024-11-20 13:57:02] ffmpeg.cages.detect ERROR : [hwdownload @ 0x7d9130003980] Failed to download frame: -5.
2024-11-20 18:57:02.169145882 [2024-11-20 13:57:02] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x568dd3f1f240] Error while filtering: Input/output error
2024-11-20 18:57:02.169148370 [2024-11-20 13:57:02] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x568dd3f1f240] Task finished with error code: -5 (Input/output error)
2024-11-20 18:57:02.169150842 [2024-11-20 13:57:02] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x568dd3f1f240] Terminating thread with return code -5 (Input/output error)
2024-11-20 18:57:02.811333542 [2024-11-20 13:57:02] frigate.video ERROR : Hallway: Unable to read frames from ffmpeg process.
2024-11-20 18:57:02.811674530 [2024-11-20 13:57:02] frigate.video ERROR : Hallway: ffmpeg process is not running. exiting capture thread...
2024-11-20 18:57:10.209479112 [2024-11-20 13:57:10] frigate.video ERROR : reolink_video_doorbell_camera: Unable to read frames from ffmpeg process.
2024-11-20 18:57:10.209682795 [2024-11-20 13:57:10] frigate.video ERROR : reolink_video_doorbell_camera: ffmpeg process is not running. exiting capture thread...
2024-11-20 18:57:12.173937412 [2024-11-20 13:57:12] watchdog.Hallway ERROR : Ffmpeg process crashed unexpectedly for Hallway.
2024-11-20 18:57:12.173942385 [2024-11-20 13:57:12] watchdog.Hallway ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 18:57:12.173945247 [2024-11-20 13:57:12] ffmpeg.Hallway.detect ERROR : [AVHWFramesContext @ 0x77ec2c079300] Failed to sync surface 0x10: 1 (operation failed).
2024-11-20 18:57:12.173947774 [2024-11-20 13:57:12] ffmpeg.Hallway.detect ERROR : [hwdownload @ 0x77ec3c003980] Failed to download frame: -5.
2024-11-20 18:57:12.173950146 [2024-11-20 13:57:12] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x6076efefbfc0] Error while filtering: Input/output error
2024-11-20 18:57:12.173952709 [2024-11-20 13:57:12] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x6076efefbfc0] Task finished with error code: -5 (Input/output error)
2024-11-20 18:57:12.173955196 [2024-11-20 13:57:12] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x6076efefbfc0] Terminating thread with return code -5 (Input/output error)
2024-11-20 18:57:12.185489154 [2024-11-20 13:57:12] watchdog.reolink_video_doorbell_camera ERROR : Ffmpeg process crashed unexpectedly for reolink_video_doorbell_camera.
2024-11-20 18:57:12.185494076 [2024-11-20 13:57:12] watchdog.reolink_video_doorbell_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 18:57:12.185497171 [2024-11-20 13:57:12] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [AVHWFramesContext @ 0x77e2c4068740] Failed to sync surface 0x15: 1 (operation failed).
2024-11-20 18:57:12.185499773 [2024-11-20 13:57:12] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [hwdownload @ 0x77e2d0003980] Failed to download frame: -5.
2024-11-20 18:57:12.185502308 [2024-11-20 13:57:12] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [vf#0:0 @ 0x5c1eacd21000] Error while filtering: Input/output error
2024-11-20 18:57:12.185504872 [2024-11-20 13:57:12] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [vf#0:0 @ 0x5c1eacd21000] Task finished with error code: -5 (Input/output error)
2024-11-20 18:57:12.185507409 [2024-11-20 13:57:12] ffmpeg.reolink_video_doorbell_camera.detect ERROR : [vf#0:0 @ 0x5c1eacd21000] Terminating thread with return code -5 (Input/output error)
2024-11-20 18:59:31.454158936 [2024-11-20 13:59:31] frigate.video ERROR : cages: Unable to read frames from ffmpeg process.
2024-11-20 18:59:31.454253056 [2024-11-20 13:59:31] frigate.video ERROR : cages: ffmpeg process is not running. exiting capture thread...
2024-11-20 18:59:32.224810968 [2024-11-20 13:59:32] watchdog.cages ERROR : Ffmpeg process crashed unexpectedly for cages.
2024-11-20 18:59:32.225849840 [2024-11-20 13:59:32] watchdog.cages ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 18:59:32.225927101 [2024-11-20 13:59:32] ffmpeg.cages.detect ERROR : [AVHWFramesContext @ 0x73b14c054800] Failed to sync surface 0x12: 1 (operation failed).
2024-11-20 18:59:32.226345709 [2024-11-20 13:59:32] ffmpeg.cages.detect ERROR : [hwdownload @ 0x73b168003980] Failed to download frame: -5.
2024-11-20 18:59:32.226479823 [2024-11-20 13:59:32] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x6309bcdfaac0] Error while filtering: Input/output error
2024-11-20 18:59:32.226618640 [2024-11-20 13:59:32] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x6309bcdfaac0] Task finished with error code: -5 (Input/output error)
2024-11-20 18:59:32.226642786 [2024-11-20 13:59:32] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x6309bcdfaac0] Terminating thread with return code -5 (Input/output error)
2024-11-20 18:59:57.507263488 [2024-11-20 13:59:57] frigate.video ERROR : Hallway: Unable to read frames from ffmpeg process.
2024-11-20 18:59:57.507735419 [2024-11-20 13:59:57] frigate.video ERROR : Hallway: ffmpeg process is not running. exiting capture thread...
2024-11-20 19:00:02.229221050 [2024-11-20 14:00:02] watchdog.Hallway ERROR : Ffmpeg process crashed unexpectedly for Hallway.
2024-11-20 19:00:02.229485035 [2024-11-20 14:00:02] watchdog.Hallway ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 19:00:02.229489259 [2024-11-20 14:00:02] ffmpeg.Hallway.detect ERROR : [AVHWFramesContext @ 0x7c6574052400] Failed to sync surface 0x11: 1 (operation failed).
2024-11-20 19:00:02.229515323 [2024-11-20 14:00:02] ffmpeg.Hallway.detect ERROR : [hwdownload @ 0x7c6578003980] Failed to download frame: -5.
2024-11-20 19:00:02.229587960 [2024-11-20 14:00:02] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x5d69244e8a80] Error while filtering: Input/output error
2024-11-20 19:00:02.229683549 [2024-11-20 14:00:02] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x5d69244e8a80] Task finished with error code: -5 (Input/output error)
2024-11-20 19:00:02.229705815 [2024-11-20 14:00:02] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x5d69244e8a80] Terminating thread with return code -5 (Input/output error)
2024-11-20 19:01:57.319195631 [2024-11-20 14:01:57] frigate.video ERROR : cages: Unable to read frames from ffmpeg process.
2024-11-20 19:01:57.319419590 [2024-11-20 14:01:57] frigate.video ERROR : cages: Unable to read frames from ffmpeg process.
2024-11-20 19:01:57.320000998 [2024-11-20 14:01:57] frigate.video ERROR : cages: ffmpeg process is not running. exiting capture thread...
2024-11-20 19:02:02.253262901 [2024-11-20 14:02:02] watchdog.cages ERROR : Ffmpeg process crashed unexpectedly for cages.
2024-11-20 19:02:02.263113084 [2024-11-20 14:02:02] watchdog.cages ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 19:02:02.263118053 [2024-11-20 14:02:02] ffmpeg.cages.detect ERROR : [AVHWFramesContext @ 0x7cf9d407ffc0] Failed to sync surface 0x12: 1 (operation failed).
2024-11-20 19:02:02.263120704 [2024-11-20 14:02:02] ffmpeg.cages.detect ERROR : [hwdownload @ 0x7cf9d8003980] Failed to download frame: -5.
2024-11-20 19:02:02.263123087 [2024-11-20 14:02:02] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x61eae4e4f800] Error while filtering: Input/output error
2024-11-20 19:02:02.263125429 [2024-11-20 14:02:02] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x61eae4e4f800] Task finished with error code: -5 (Input/output error)
2024-11-20 19:02:02.263127816 [2024-11-20 14:02:02] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x61eae4e4f800] Terminating thread with return code -5 (Input/output error)
2024-11-20 19:02:35.365815738 [2024-11-20 14:02:35] frigate.video ERROR : Hallway: Unable to read frames from ffmpeg process.
2024-11-20 19:02:35.366350031 [2024-11-20 14:02:35] frigate.video ERROR : Hallway: ffmpeg process is not running. exiting capture thread...
2024-11-20 19:02:42.279481094 [2024-11-20 14:02:42] watchdog.Hallway ERROR : Ffmpeg process crashed unexpectedly for Hallway.
2024-11-20 19:02:42.279513589 [2024-11-20 14:02:42] watchdog.Hallway ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 19:02:42.279650333 [2024-11-20 14:02:42] ffmpeg.Hallway.detect ERROR : [AVHWFramesContext @ 0x7bbb6c07cdc0] Failed to sync surface 0xd: 1 (operation failed).
2024-11-20 19:02:42.279712149 [2024-11-20 14:02:42] ffmpeg.Hallway.detect ERROR : [hwdownload @ 0x7bbb78003980] Failed to download frame: -5.
2024-11-20 19:02:42.279727188 [2024-11-20 14:02:42] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x5dfb251be2c0] Error while filtering: Input/output error
2024-11-20 19:02:42.279827933 [2024-11-20 14:02:42] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x5dfb251be2c0] Task finished with error code: -5 (Input/output error)
2024-11-20 19:02:42.279960443 [2024-11-20 14:02:42] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x5dfb251be2c0] Terminating thread with return code -5 (Input/output error)
2024-11-20 19:04:35.016311589 [2024-11-20 14:04:35] frigate.video ERROR : cages: Unable to read frames from ffmpeg process.
2024-11-20 19:04:35.016343043 [2024-11-20 14:04:35] frigate.video ERROR : cages: ffmpeg process is not running. exiting capture thread...
2024-11-20 19:04:42.314600907 [2024-11-20 14:04:42] watchdog.cages ERROR : Ffmpeg process crashed unexpectedly for cages.
2024-11-20 19:04:42.314690958 [2024-11-20 14:04:42] watchdog.cages ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 19:04:42.314784324 [2024-11-20 14:04:42] ffmpeg.cages.detect ERROR : [AVHWFramesContext @ 0x7c67f4053d80] Failed to sync surface 0xc: 1 (operation failed).
2024-11-20 19:04:42.314878497 [2024-11-20 14:04:42] ffmpeg.cages.detect ERROR : [hwdownload @ 0x7c6808003980] Failed to download frame: -5.
2024-11-20 19:04:42.314959124 [2024-11-20 14:04:42] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x6095688280c0] Error while filtering: Input/output error
2024-11-20 19:04:42.315028638 [2024-11-20 14:04:42] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x6095688280c0] Task finished with error code: -5 (Input/output error)
2024-11-20 19:04:42.315137258 [2024-11-20 14:04:42] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x6095688280c0] Terminating thread with return code -5 (Input/output error)
2024-11-20 19:05:02.821518371 [2024-11-20 14:05:02] frigate.video ERROR : Hallway: Unable to read frames from ffmpeg process.
2024-11-20 19:05:02.822218083 [2024-11-20 14:05:02] frigate.video ERROR : Hallway: ffmpeg process is not running. exiting capture thread...
2024-11-20 19:05:12.326422395 [2024-11-20 14:05:12] watchdog.Hallway ERROR : Ffmpeg process crashed unexpectedly for Hallway.
2024-11-20 19:05:12.326561622 [2024-11-20 14:05:12] watchdog.Hallway ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 19:05:12.326690477 [2024-11-20 14:05:12] ffmpeg.Hallway.detect ERROR : [AVHWFramesContext @ 0x799f1804e040] Failed to sync surface 0xf: 1 (operation failed).
2024-11-20 19:05:12.326740596 [2024-11-20 14:05:12] ffmpeg.Hallway.detect ERROR : [hwdownload @ 0x799f1c003980] Failed to download frame: -5.
2024-11-20 19:05:12.327486437 [2024-11-20 14:05:12] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x5d1e7e1f0ec0] Error while filtering: Input/output error
2024-11-20 19:05:12.327490585 [2024-11-20 14:05:12] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x5d1e7e1f0ec0] Task finished with error code: -5 (Input/output error)
2024-11-20 19:05:12.327493426 [2024-11-20 14:05:12] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x5d1e7e1f0ec0] Terminating thread with return code -5 (Input/output error)
2024-11-20 19:07:17.607919479 [2024-11-20 14:07:17] frigate.video ERROR : cages: Unable to read frames from ffmpeg process.
2024-11-20 19:07:17.607955602 [2024-11-20 14:07:17] frigate.video ERROR : cages: ffmpeg process is not running. exiting capture thread...
2024-11-20 19:07:22.357505964 [2024-11-20 14:07:22] watchdog.cages ERROR : Ffmpeg process crashed unexpectedly for cages.
2024-11-20 19:07:22.358666180 [2024-11-20 14:07:22] watchdog.cages ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 19:07:22.360698223 [2024-11-20 14:07:22] ffmpeg.cages.detect ERROR : [AVHWFramesContext @ 0x72cf24054140] Failed to sync surface 0xf: 1 (operation failed).
2024-11-20 19:07:22.360832759 [2024-11-20 14:07:22] ffmpeg.cages.detect ERROR : [hwdownload @ 0x72cf34003980] Failed to download frame: -5.
2024-11-20 19:07:22.360894410 [2024-11-20 14:07:22] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x6401ccc68480] Error while filtering: Input/output error
2024-11-20 19:07:22.361532068 [2024-11-20 14:07:22] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x6401ccc68480] Task finished with error code: -5 (Input/output error)
2024-11-20 19:07:22.361561490 [2024-11-20 14:07:22] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x6401ccc68480] Terminating thread with return code -5 (Input/output error)
2024-11-20 19:07:50.010307315 [2024-11-20 14:07:50] frigate.video ERROR : Hallway: Unable to read frames from ffmpeg process.
2024-11-20 19:07:50.010699601 [2024-11-20 14:07:50] frigate.video ERROR : Hallway: ffmpeg process is not running. exiting capture thread...
2024-11-20 19:07:52.379472850 [2024-11-20 14:07:52] watchdog.Hallway ERROR : Ffmpeg process crashed unexpectedly for Hallway.
2024-11-20 19:07:52.379650102 [2024-11-20 14:07:52] watchdog.Hallway ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 19:07:52.379653792 [2024-11-20 14:07:52] ffmpeg.Hallway.detect ERROR : [AVHWFramesContext @ 0x7eda6007d4c0] Failed to sync surface 0x14: 1 (operation failed).
2024-11-20 19:07:52.379914943 [2024-11-20 14:07:52] ffmpeg.Hallway.detect ERROR : [hwdownload @ 0x7eda70003980] Failed to download frame: -5.
2024-11-20 19:07:52.379918910 [2024-11-20 14:07:52] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x62cb3943fe40] Error while filtering: Input/output error
2024-11-20 19:07:52.379921510 [2024-11-20 14:07:52] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x62cb3943fe40] Task finished with error code: -5 (Input/output error)
2024-11-20 19:07:52.379924148 [2024-11-20 14:07:52] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x62cb3943fe40] Terminating thread with return code -5 (Input/output error)
2024-11-20 19:09:54.017771375 [2024-11-20 14:09:54] frigate.video ERROR : cages: Unable to read frames from ffmpeg process.
2024-11-20 19:09:54.018293963 [2024-11-20 14:09:54] frigate.video ERROR : cages: Unable to read frames from ffmpeg process.
2024-11-20 19:09:54.020511541 [2024-11-20 14:09:54] frigate.video ERROR : cages: ffmpeg process is not running. exiting capture thread...
2024-11-20 19:10:02.392922922 [2024-11-20 14:10:02] watchdog.cages ERROR : Ffmpeg process crashed unexpectedly for cages.
2024-11-20 19:10:02.392957150 [2024-11-20 14:10:02] watchdog.cages ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 19:10:02.393094812 [2024-11-20 14:10:02] ffmpeg.cages.detect ERROR : [AVHWFramesContext @ 0x78ba30054bc0] Failed to sync surface 0x13: 1 (operation failed).
2024-11-20 19:10:02.393121150 [2024-11-20 14:10:02] ffmpeg.cages.detect ERROR : [hwdownload @ 0x78ba40003980] Failed to download frame: -5.
2024-11-20 19:10:02.393224795 [2024-11-20 14:10:02] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x5805e8fc3680] Error while filtering: Input/output error
2024-11-20 19:10:02.402728053 [2024-11-20 14:10:02] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x5805e8fc3680] Task finished with error code: -5 (Input/output error)
2024-11-20 19:10:02.402764014 [2024-11-20 14:10:02] ffmpeg.cages.detect ERROR : [vf#0:0 @ 0x5805e8fc3680] Terminating thread with return code -5 (Input/output error)
2024-11-20 19:10:14.940823502 [2024-11-20 14:10:14] frigate.video ERROR : Hallway: Unable to read frames from ffmpeg process.
2024-11-20 19:10:14.941059760 [2024-11-20 14:10:14] frigate.video ERROR : Hallway: ffmpeg process is not running. exiting capture thread...
2024-11-20 19:10:22.432997362 [2024-11-20 14:10:22] watchdog.Hallway ERROR : Ffmpeg process crashed unexpectedly for Hallway.
2024-11-20 19:10:22.433002079 [2024-11-20 14:10:22] watchdog.Hallway ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-11-20 19:10:22.433004853 [2024-11-20 14:10:22] ffmpeg.Hallway.detect ERROR : [AVHWFramesContext @ 0x7c1ccc052d80] Failed to sync surface 0xe: 1 (operation failed).
2024-11-20 19:10:22.433007360 [2024-11-20 14:10:22] ffmpeg.Hallway.detect ERROR : [hwdownload @ 0x7c1cdc003980] Failed to download frame: -5.
2024-11-20 19:10:22.433009895 [2024-11-20 14:10:22] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x610e45367fc0] Error while filtering: Input/output error
2024-11-20 19:10:22.433012364 [2024-11-20 14:10:22] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x610e45367fc0] Task finished with error code: -5 (Input/output error)
2024-11-20 19:10:22.433014896 [2024-11-20 14:10:22] ffmpeg.Hallway.detect ERROR : [vf#0:0 @ 0x610e45367fc0] Terminating thread with return code -5 (Input/output error) Install methodDocker Compose Object DetectorCoral Screenshots of the Frigate UI's System metrics pagesAny other information that may be helpfulJust today I was able to get iGPU passthrough setup and it appears to be working. However, this Detector CPU issue has been going on since I was back on v0.14. I just didn't realize that there may be an issue with it, since even older CPU's are using less CPU than my setup. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I did some more digging and I found someone that suggested passing through the entire USB controller, rather than mapping a device through Proxmox to the VM. This has brought inference times down to <10ms AND CPU usage is averaging 12-15% usage for just the Detector CPU Usage. I believe that this issue can be closed since this was certainly a hardware issue and not a Frigate configuration issue. |
Beta Was this translation helpful? Give feedback.
I did some more digging and I found someone that suggested passing through the entire USB controller, rather than mapping a device through Proxmox to the VM.
I removed the USB passthrough on the Ubuntu VM and instead passed through the PCI device: Cannon Lake PCH USB 3.1 xHCI Host Controller.
This has brought inference times down to <10ms AND CPU usage is averaging 12-15% usage for just the Detector CPU Usage.
Overall VM CPU usage has dropped from averaging 40-60% to 20-40%.
I believe that this issue can be closed since this was certainly a hardware issue and not a Frigate configuration issue.