[Config Support]: Restart loop after upgrading to 0.13 from 0.12 #10042
Answered
by
NickM-27
thinkloop
asked this question in
Config Support
-
Describe the problem you are havingI upgraded to 0.13 from 0.12 today. The system boots up, the cameras seem to show, but then it shuts down and restarts itself again in a continuous loop. I believe the go2rtc healthcheck is responsible. Version0.13.2-6476F8A Frigate config fileui:
# Optional: Set the default live mode for cameras in the UI (default: shown below)
live_mode: mse
# Optional: Set a timezone to use in the UI (default: use browser local time)
# timezone: None
# Optional: Use an experimental recordings / camera view UI (default: shown below)
#experimental_ui: False
#database:
# path: /db/frigate.db
mqtt:
host: nas.example.com
user: user
password: password
port: 1883
detectors:
coral1:
type: edgetpu
device: pci:0
ffmpeg:
# hwaccel_args: preset-vaapi
hwaccel_args: preset-intel-qsv-h264
# enable audio
output_args:
record: preset-record-generic-audio-aac
detect:
enabled: true
# Optional: width of the frame for the input with the detect role (default: shown below)
width: 720
# Optional: height of the frame for the input with the detect role (default: shown below)
height: 480
# Optional: desired fps for your camera for the input with the detect role (default: shown below)
# NOTE: Recommended value of 5. Ideally, try and reduce your FPS on the camera.
fps: 5
motion:
# Optional: The threshold passed to cv2.threshold to determine if a pixel is different enough to be counted as motion. (default: shown below)
# Increasing this value will make motion detection less sensitive and decreasing it will make motion detection more sensitive.
# The value should be between 1 and 255.
threshold: 50
# mqtt_off_delay: 10
birdseye:
# Optional: Enable birdseye view (default: shown below)
enabled: true
# Optional: Width of the output resolution (default: shown below)
width: 1280
# Optional: Height of the output resolution (default: shown below)
height: 720
# Optional: Encoding quality of the mpeg1 feed (default: shown below)
# 1 is the highest quality, and 31 is the lowest. Lower quality feeds utilize less CPU resources.
quality: 4
# Optional: Mode of the view. Available options are: objects, motion, and continuous
# objects - cameras are included if they have had a tracked object within the last 30 seconds
# motion - cameras are included if motion was detected in the last 30 seconds
# continuous - all cameras are included always
mode: motion
record:
enabled: true
retain:
days: 14
mode: all
events:
# Optional: Number of seconds before the event to include
pre_capture: 30
# Optional: Number of seconds after the event to include
post_capture: 30
# Optional: Objects to save recordings for. (default: all tracked objects)
#objects:
# - person
# Optional: Restrict recordings to objects that entered any of the listed zones (default: no required zones)
required_zones: []
# Optional: Retention settings for recordings of events
retain:
# Required: Default retention days (default: shown below)
default: 60
# Optional: Mode for retention. (default: shown below)
# all - save all recording segments for events regardless of activity
# motion - save all recordings segments for events with any detected motion
# active_objects - save all recording segments for event with active/moving objects
#
# NOTE: If the retain mode for the camera is more restrictive than the mode configured
# here, the segments will already be gone by the time this mode is applied.
# For example, if the camera retain mode is "motion", the segments without motion are
# never stored, so setting the mode to "all" here won't bring them back.
mode: active_objects
# Optional: Per object retention days
objects:
person: 365
snapshots:
enabled: true
# Optional: print a timestamp on the snapshots (default: shown below)
timestamp: true
retain:
# Required: Default retention days (default: shown below)
default: 180
# Optional: Per object retention days
objects:
person: 365
rtmp:
enabled: false
#restream:
# Optional: Enable the restream (default: True)
# enabled: true
timestamp_style:
# Optional: Format specifier conform to the Python package "datetime" (default: shown below)
# Additional Examples:
# german: "%d.%m.%Y %H:%M:%S"
format: "%Y/%m/%d %H:%M:%S"
go2rtc:
webrtc:
candidates:
- nas.example.com:8555
- stun:8555
rtsp:
username: "user"
password: "password"
streams:
lightwall:
- http://lightwall.cams.example.com/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=user&password=password
lightwall-sub:
- http://lightwall.cams.example.com/flv?port=1935&app=bcs&stream=channel0_sub.bcs&user=user&password=password
# driveway:
# - rtsp://user:[email protected]:554/stream0
# driveway-sub:
# - rtsp://user:[email protected]:554/stream1
doorbell:
- http://doorbell.cams.example.com/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=user&password=password
doorbell-sub:
- http://doorbell.cams.example.com/flv?port=1935&app=bcs&stream=channel0_sub.bcs&user=user&password=password
porch_left:
- rtsp://porch-left.cams.example.com:554/cam/realmonitor?channel=1&subtype=0&unicast=true&proto=Onvif
porch_left-sub:
- rtsp://porch-left.cams.example.com:554/cam/realmonitor?channel=1&subtype=1&unicast=true&proto=Onvif
# porch_right:
# - "ffmpeg:rtsp://user:[email protected]:554/stream0#video=h264#audio=aac"
# porch_right-sub:
# - "ffmpeg:rtsp://user:[email protected]:554/stream1#video=h264"
# backyard:
# - "ffmpeg:rtsp://user:[email protected]:554/stream0#video=copy#audio=copy#audio=aac"
# backyard-sub:
# - "ffmpeg:rtsp://user:[email protected]:554/stream1#video=copy"
basement-front:
- rtsp://user:[email protected]:554/cam/realmonitor?channel=1&subtype=0
basement-front-sub:
- rtsp://user:[email protected]:554/cam/realmonitor?channel=1&subtype=1
basement-back:
- rtsp://user:[email protected]:554/cam/realmonitor?channel=1&subtype=0
basement-back-sub:
- rtsp://user:[email protected]:554/cam/realmonitor?channel=1&subtype=1
# baby:
# - rtsp://user:[email protected]:8554/profile0
# baby-sub:
# - rtsp://user:[email protected]:8554/profile1
# former-porch_left:
# - rtsp://user:[email protected]:554/stream0
# former-porch_left-sub:
# - rtsp://user:[email protected]:554/stream1
cameras:
lightwall:
ffmpeg:
#input_args: preset-http-reolink
#input_args: preset-rtsp-restream-low-latency
inputs:
- path: rtsp://127.0.0.1:8554/lightwall
roles:
- record
- path: rtsp://127.0.0.1:8554/lightwall-sub
hwaccel_args: preset-vaapi
roles:
- detect
detect:
width: 640
height: 360
fps: 4
ui:
order: 1
doorbell:
ffmpeg:
#input_args: preset-http-reolink
#input_args: preset-rtsp-restream-low-latency
inputs:
- path: rtsp://127.0.0.1:8554/doorbell
roles:
- record
- path: rtsp://127.0.0.1:8554/doorbell-sub
hwaccel_args: preset-vaapi
roles:
- detect
detect:
width: 640
height: 480
fps: 4
objects:
filters:
person:
mask:
- 245,298,235,286,229,271,223,255,209,245,200,260,193,286,201,301,220,315,249,318
ui:
order: 2
driveway:
ffmpeg:
inputs:
- path: rtsp://user:[email protected]:554/stream0
roles:
- record
- path: rtsp://user:[email protected]:554/stream1
roles:
- detect
detect:
width: 720
height: 480
fps: 5
objects:
filters:
person:
mask:
- 542,425,523,304,644,301,637,411
ui:
order: 3
porch_left:
ffmpeg:
#input_args: preset-rtsp-restream-low-latency
# output_args:
# record: preset-record-generic-audio-copy
inputs:
- path: rtsp://127.0.0.1:8554/porch_left
roles:
- record
- path: rtsp://127.0.0.1:8554/porch_left-sub
roles:
- detect
detect:
width: 704
height: 480
fps: 5
objects:
filters:
person:
mask:
- 233,113,230,91,221,76,221,64,213,44,204,26,187,23,174,45,168,78,178,131,230,137
ui:
order: 4
porch_right:
ffmpeg:
#hwaccel_args: preset-vaapi
#input_args: preset-rtmp-generic
# output_args:
# record: preset-record-generic-audio-copy
# inputs:
# - path: rtsp://127.0.0.1:8554/porch_right
# roles:
# - record
# - path: rtsp://127.0.0.1:8554/porch_right-sub
# roles:
# - detect
inputs:
- path: rtsp://user:[email protected]:554/stream0
roles:
- record
- path: rtsp://user:[email protected]:554/stream1
roles:
- detect
detect:
width: 720
height: 480
fps: 5
objects:
filters:
person:
mask:
- 424,0,339,0,347,90,428,94
ui:
order: 5
backyard:
ffmpeg:
inputs:
- path: rtsp://user:[email protected]:554/stream0
roles:
- record
- path: rtsp://user:[email protected]:554/stream1
roles:
- detect
# inputs:
# - path: rtsp://127.0.0.1:8554/backyard
# roles:
# - record
# - path: rtsp://127.0.0.1:8554/backyard-sub
# roles:
# - detect
detect:
width: 720
height: 480
fps: 5
ui:
order: 7
# baby:
# ffmpeg:
# inputs:
# - path: rtsp://127.0.0.1:8554/baby
# roles:
# - record
# - path: rtsp://127.0.0.1:8554/baby-sub
# roles:
# - detect
# ui:
# order: 9
# mini:
# ffmpeg:
# inputs:
# - path: rtsp://user:[email protected]:8554/profile0
# roles:
# - record
# - path: rtsp://user:[email protected]:8554/profile1
# roles:
# - detect
# detect:
# width: 720
# height: 480
# fps: 5
# ui:
# order: 8
# former-porch-left:
# ffmpeg:
# inputs:
# - path: rtsp://user:[email protected]:554/stream0
# roles:
# - record
# - path: rtsp://user:[email protected]:554/stream1
# roles:
# - detect
# ui:
# order: 9
basement-front:
ffmpeg:
input_args: preset-rtsp-restream-low-latency
inputs:
- path: rtsp://127.0.0.1:8554/basement-front
roles:
- record
- path: rtsp://127.0.0.1:8554/basement-front-sub
roles:
- detect
detect:
width: 640
height: 480
fps: 5
motion:
threshold: 85
ui:
order: 10
# basement-front-new:
# ffmpeg:
# inputs:
# - path: rtsp://127.0.0.1:8554/basement-front-new
# roles:
# - record
# - path: rtsp://127.0.0.1:8554/basement-front-new-sub
# roles:
# - detect
# detect:
# width: 640
# height: 480
# ui:
# order: 11
basement-back:
ffmpeg:
input_args: preset-rtsp-restream-low-latency
inputs:
- path: rtsp://127.0.0.1:8554/basement-back
roles:
- record
- path: rtsp://127.0.0.1:8554/basement-back-sub
roles:
- detect
detect:
width: 640
height: 480
fps: 5
motion:
threshold: 85
ui:
order: 11 Relevant log outputfrigate | s6-rc: info: service s6rc-fdholder: starting
frigate | s6-rc: info: service s6rc-oneshot-runner: starting
frigate | s6-rc: info: service s6rc-oneshot-runner successfully started
frigate | s6-rc: info: service fix-attrs: starting
frigate | s6-rc: info: service s6rc-fdholder successfully started
frigate | s6-rc: info: service fix-attrs successfully started
frigate | s6-rc: info: service legacy-cont-init: starting
frigate | s6-rc: info: service legacy-cont-init successfully started
frigate | s6-rc: info: service log-prepare: starting
frigate | s6-rc: info: service log-prepare successfully started
frigate | s6-rc: info: service nginx-log: starting
frigate | s6-rc: info: service go2rtc-log: starting
frigate | s6-rc: info: service frigate-log: starting
frigate | s6-rc: info: service nginx-log successfully started
frigate | s6-rc: info: service go2rtc-log successfully started
frigate | s6-rc: info: service go2rtc: starting
frigate | s6-rc: info: service frigate-log successfully started
frigate | s6-rc: info: service go2rtc successfully started
frigate | s6-rc: info: service go2rtc-healthcheck: starting
frigate | s6-rc: info: service frigate: starting
frigate | s6-rc: info: service go2rtc-healthcheck successfully started
frigate | s6-rc: info: service frigate successfully started
frigate | s6-rc: info: service nginx: starting
frigate | s6-rc: info: service nginx successfully started
frigate | s6-rc: info: service legacy-services: starting
frigate | 2024-02-26 00:45:32.216132022 [INFO] Preparing Frigate...
frigate | 2024-02-26 00:45:32.217602758 [INFO] Starting NGINX...
frigate | 2024-02-26 00:45:32.221392774 [INFO] Preparing new go2rtc config...
frigate | s6-rc: info: service legacy-services successfully started
frigate | 2024-02-26 00:45:32.234391936 [INFO] Starting Frigate...
frigate | 2024-02-26 00:45:32.402147647 [INFO] Not injecting WebRTC candidates into go2rtc config as it has been set manually
frigate | 2024-02-26 00:45:32.431882926 [INFO] Starting go2rtc...
frigate | 2024-02-26 00:45:32.482843059 00:45:32.482 INF go2rtc version 1.8.4 linux/amd64
frigate | 2024-02-26 00:45:32.483128558 00:45:32.483 INF [rtsp] listen addr=:8554
frigate | 2024-02-26 00:45:32.483134924 00:45:32.483 INF [api] listen addr=:1984
frigate | 2024-02-26 00:45:32.483331711 00:45:32.483 INF [webrtc] listen addr=:8555
frigate | 2024-02-26 00:45:32.869040071 [2024-02-26 00:45:32] frigate.app INFO : Starting Frigate (0.13.2-6476f8a)
frigate | 2024-02-26 00:45:32.897224183 2024/02/26 00:45:32 [error] 145#145: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 10.2.31.100, server: , request: "GET /live/jsmpeg/birdseye HTTP/1.1", upstream: "http://127.0.0.1:8082/birdseye", host: "nas.example.com:5000"
frigate | 2024-02-26 00:45:32.897246861 10.2.31.100 - - [26/Feb/2024:00:45:32 +0000] "GET /live/jsmpeg/birdseye HTTP/1.1" 502 559 "-" "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
frigate | 2024-02-26 00:45:32.908113774 [2024-02-26 00:45:32] peewee_migrate.logs INFO : Starting migrations
frigate | 2024-02-26 00:45:32.912804729 [2024-02-26 00:45:32] peewee_migrate.logs INFO : There is nothing to migrate
frigate | 2024-02-26 00:45:32.912813104 [2024-02-26 00:45:32] frigate.app INFO : Recording process started: 585
frigate | 2024-02-26 00:45:32.913707991 [2024-02-26 00:45:32] frigate.app INFO : go2rtc process pid: 89
frigate | 2024-02-26 00:45:32.924251655 [2024-02-26 00:45:32] detector.coral1 INFO : Starting detection process: 594
frigate | 2024-02-26 00:45:32.926560576 Process detector:coral1:
frigate | 2024-02-26 00:45:32.926563436 [2024-02-26 00:45:32] frigate.app INFO : Output process started: 596
frigate | 2024-02-26 00:45:32.926621824 [2024-02-26 00:45:32] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as pci:0
frigate | 2024-02-26 00:45:32.926661029 [2024-02-26 00:45:32] frigate.detectors.plugins.edgetpu_tfl ERROR : No EdgeTPU was detected. If you do not have a Coral device yet, you must configure CPU detectors.
frigate | 2024-02-26 00:45:32.926988250 Traceback (most recent call last):
frigate | 2024-02-26 00:45:32.926994106 File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 160, in load_delegate
frigate | 2024-02-26 00:45:32.926994795 delegate = Delegate(library, options)
frigate | 2024-02-26 00:45:32.926996044 File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 119, in __init__
frigate | 2024-02-26 00:45:32.926999124 raise ValueError(capture.message)
frigate | 2024-02-26 00:45:32.927001870 ValueError
frigate | 2024-02-26 00:45:32.927003920
frigate | 2024-02-26 00:45:32.927004587 During handling of the above exception, another exception occurred:
frigate | 2024-02-26 00:45:32.927005069
frigate | 2024-02-26 00:45:32.927005661 Traceback (most recent call last):
frigate | 2024-02-26 00:45:32.927014601 File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap
frigate | 2024-02-26 00:45:32.927015432 self.run()
frigate | 2024-02-26 00:45:32.927016422 File "/usr/lib/python3.9/multiprocessing/process.py", line 108, in run
frigate | 2024-02-26 00:45:32.927017040 self._target(*self._args, **self._kwargs)
frigate | 2024-02-26 00:45:32.927017654 File "/opt/frigate/frigate/object_detection.py", line 102, in run_detector
frigate | 2024-02-26 00:45:32.927018230 object_detector = LocalObjectDetector(detector_config=detector_config)
frigate | 2024-02-26 00:45:32.927028375 File "/opt/frigate/frigate/object_detection.py", line 53, in __init__
frigate | 2024-02-26 00:45:32.927029742 self.detect_api = create_detector(detector_config)
frigate | 2024-02-26 00:45:32.927032929 File "/opt/frigate/frigate/detectors/__init__.py", line 18, in create_detector
frigate | 2024-02-26 00:45:32.927033467 return api(detector_config)
frigate | 2024-02-26 00:45:32.927034114 File "/opt/frigate/frigate/detectors/plugins/edgetpu_tfl.py", line 41, in __init__
frigate | 2024-02-26 00:45:32.927034759 edge_tpu_delegate = load_delegate("libedgetpu.so.1.0", device_config)
frigate | 2024-02-26 00:45:32.927035477 File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 162, in load_delegate
frigate | 2024-02-26 00:45:32.927036135 raise ValueError('Failed to load delegate from {}\n{}'.format(
frigate | 2024-02-26 00:45:32.927036783 ValueError: Failed to load delegate from libedgetpu.so.1.0
frigate | 2024-02-26 00:45:32.927037297
frigate | 2024-02-26 00:45:32.937681633 [2024-02-26 00:45:32] frigate.app INFO : Camera processor started for lightwall: 605
frigate | 2024-02-26 00:45:32.941375855 [2024-02-26 00:45:32] frigate.app INFO : Camera processor started for doorbell: 608
frigate | 2024-02-26 00:45:32.943761613 [2024-02-26 00:45:32] frigate.app INFO : Camera processor started for driveway: 610
frigate | 2024-02-26 00:45:32.946296528 [2024-02-26 00:45:32] frigate.app INFO : Camera processor started for porch_left: 612
frigate | 2024-02-26 00:45:32.949213973 [2024-02-26 00:45:32] frigate.app INFO : Camera processor started for porch_right: 617
frigate | 2024-02-26 00:45:32.952620582 [2024-02-26 00:45:32] frigate.app INFO : Camera processor started for backyard: 620
frigate | 2024-02-26 00:45:32.956136764 [2024-02-26 00:45:32] frigate.app INFO : Camera processor started for basement-front: 622
frigate | 2024-02-26 00:45:32.959580246 [2024-02-26 00:45:32] frigate.app INFO : Camera processor started for basement-back: 624
frigate | 2024-02-26 00:45:32.962623815 [2024-02-26 00:45:32] frigate.app INFO : Capture process started for lightwall: 627
frigate | 2024-02-26 00:45:32.965846235 [2024-02-26 00:45:32] frigate.app INFO : Capture process started for doorbell: 630
frigate | 2024-02-26 00:45:32.968817293 [2024-02-26 00:45:32] frigate.app INFO : Capture process started for driveway: 633
frigate | 2024-02-26 00:45:32.971922258 [2024-02-26 00:45:32] frigate.app INFO : Capture process started for porch_left: 637
frigate | 2024-02-26 00:45:32.976433870 [2024-02-26 00:45:32] frigate.app INFO : Capture process started for porch_right: 644
frigate | 2024-02-26 00:45:32.980700789 [2024-02-26 00:45:32] frigate.app INFO : Capture process started for backyard: 651
frigate | 2024-02-26 00:45:32.984989734 [2024-02-26 00:45:32] frigate.app INFO : Capture process started for basement-front: 670
frigate | 2024-02-26 00:45:32.989337090 [2024-02-26 00:45:32] frigate.app INFO : Capture process started for basement-back: 712
frigate | 2024-02-26 00:45:33.088487614 [2024-02-26 00:45:33] frigate.video ERROR : driveway: Unable to read frames from ffmpeg process.
frigate | 2024-02-26 00:45:33.088530809 [2024-02-26 00:45:33] frigate.video ERROR : driveway: ffmpeg process is not running. exiting capture thread...
frigate | 2024-02-26 00:45:42.217022396 [INFO] Starting go2rtc healthcheck service...
frigate | 2024-02-26 00:45:52.993428195 [2024-02-26 00:45:52] watchdog.driveway ERROR : Ffmpeg process crashed unexpectedly for driveway.
frigate | 2024-02-26 00:45:52.993685804 [2024-02-26 00:45:52] watchdog.driveway ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
frigate | 2024-02-26 00:45:52.993933742 [2024-02-26 00:45:52] ffmpeg.driveway.detect ERROR : Output file #0 does not contain any stream
frigate | 2024-02-26 00:45:53.097309668 [2024-02-26 00:45:53] frigate.watchdog INFO : Detection appears to have stopped. Exiting Frigate...
frigate | s6-rc: info: service legacy-services: stopping
frigate | s6-rc: info: service legacy-services successfully stopped
frigate | s6-rc: info: service nginx: stopping
frigate | s6-rc: info: service go2rtc-healthcheck: stopping
frigate | 2024-02-26 00:45:53.122055658 [INFO] The go2rtc-healthcheck service exited with code 256 (by signal 15)
frigate | s6-rc: info: service go2rtc-healthcheck successfully stopped
frigate | 2024-02-26 00:45:53.242015352 [INFO] Service NGINX exited with code 0 (by signal 0)
frigate | s6-rc: info: service nginx successfully stopped
frigate | s6-rc: info: service nginx-log: stopping
frigate | s6-rc: info: service frigate: stopping
frigate | 2024-02-26 00:45:53.246527041 [2024-02-26 00:45:53] frigate.app INFO : Stopping...
frigate | s6-rc: info: service nginx-log successfully stopped
frigate | 2024-02-26 00:45:53.248456693 [2024-02-26 00:45:53] frigate.record.cleanup INFO : Exiting recording cleanup...
frigate | 2024-02-26 00:45:53.248468896 [2024-02-26 00:45:53] frigate.stats INFO : Exiting stats emitter...
frigate | 2024-02-26 00:45:53.249724936 [2024-02-26 00:45:53] frigate.watchdog INFO : Exiting watchdog...
frigate | 2024-02-26 00:45:53.249954192 [2024-02-26 00:45:53] frigate.ptz.autotrack INFO : Exiting autotracker...
frigate | 2024-02-26 00:45:53.250194674 [2024-02-26 00:45:53] frigate.storage INFO : Exiting storage maintainer...
frigate | 2024-02-26 00:45:53.250371702 [2024-02-26 00:45:53] frigate.events.cleanup INFO : Exiting event cleanup...
frigate | 2024-02-26 00:45:53.253499349 [2024-02-26 00:45:53] frigate.object_processing INFO : Exiting object processor...
frigate | 2024-02-26 00:45:53.453681302 [2024-02-26 00:45:53] frigate.comms.ws INFO : Exiting websocket client...
frigate | 2024-02-26 00:45:54.110772189 [2024-02-26 00:45:54] frigate.events.maintainer INFO : Exiting event processor...
frigate | 2024-02-26 00:45:54.111117137 [2024-02-26 00:45:54] peewee.sqliteq INFO : writer received shutdown request, exiting.
frigate | 2024-02-26 00:45:54.116215344 [2024-02-26 00:45:54] watchdog.lightwall INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:45:54.116269302 [2024-02-26 00:45:54] watchdog.lightwall INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:45:54.116312686 [2024-02-26 00:45:54] watchdog.basement-back INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:45:54.116344420 [2024-02-26 00:45:54] watchdog.porch_left INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:45:54.116372730 [2024-02-26 00:45:54] watchdog.basement-back INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:45:54.116405062 [2024-02-26 00:45:54] watchdog.doorbell INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:45:54.116438430 [2024-02-26 00:45:54] watchdog.doorbell INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:45:54.116454178 [2024-02-26 00:45:54] watchdog.driveway INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:45:54.116474286 [2024-02-26 00:45:54] watchdog.driveway INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:45:54.116495864 [2024-02-26 00:45:54] watchdog.porch_right INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:45:54.116517025 [2024-02-26 00:45:54] watchdog.basement-front INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:45:54.116752103 [2024-02-26 00:45:54] watchdog.backyard INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:45:54.116775736 [2024-02-26 00:45:54] watchdog.basement-front INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:45:54.116794664 [2024-02-26 00:45:54] watchdog.porch_left INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:45:54.116816654 [2024-02-26 00:45:54] watchdog.porch_right INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:45:54.116834463 [2024-02-26 00:45:54] watchdog.backyard INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:45:54.127938699 [2024-02-26 00:45:54] watchdog.driveway INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:45:54.128069177 [2024-02-26 00:45:54] watchdog.driveway INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:45:54.149793978 [2024-02-26 00:45:54] watchdog.basement-back INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:45:54.149954758 [2024-02-26 00:45:54] watchdog.basement-back INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:45:54.159853027 [2024-02-26 00:45:54] watchdog.backyard INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:45:54.160009151 [2024-02-26 00:45:54] watchdog.backyard INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:45:54.168987776 [2024-02-26 00:45:54] watchdog.porch_right INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:45:54.169147167 [2024-02-26 00:45:54] watchdog.porch_right INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:45:54.174744410 [2024-02-26 00:45:54] watchdog.lightwall INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:45:54.174820052 [2024-02-26 00:45:54] watchdog.lightwall INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:45:54.176876846 [2024-02-26 00:45:54] watchdog.doorbell INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:45:54.176934648 [2024-02-26 00:45:54] watchdog.doorbell INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:45:54.247914482 [2024-02-26 00:45:54] watchdog.porch_left INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:45:54.247926110 [2024-02-26 00:45:54] watchdog.porch_left INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:45:54.250369760 [2024-02-26 00:45:54] watchdog.basement-front INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:45:54.250380291 [2024-02-26 00:45:54] watchdog.basement-front INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:45:54.254731866 [2024-02-26 00:45:54] frigate.video INFO : basement-front: exiting subprocess
frigate | 2024-02-26 00:45:54.971998834 [2024-02-26 00:45:54] frigate.video INFO : driveway: exiting subprocess
frigate | 2024-02-26 00:45:55.503905532 [2024-02-26 00:45:55] frigate.output INFO : exiting output process...
frigate | 2024-02-26 00:45:58.409771751 /usr/lib/python3.9/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 44 leaked shared_memory objects to clean up at shutdown
frigate | 2024-02-26 00:45:58.409774039 warnings.warn('resource_tracker: There appear to be %d '
frigate | 2024-02-26 00:45:58.411289431 [INFO] Service Frigate exited with code 0 (by signal 0)
frigate | s6-rc: info: service frigate successfully stopped
frigate | s6-rc: info: service go2rtc: stopping
frigate | s6-rc: info: service frigate-log: stopping
frigate | 2024-02-26 00:45:58.412407325 exit with signal: terminated
frigate | s6-rc: info: service frigate-log successfully stopped
frigate | 2024-02-26 00:45:58.415552425 [INFO] The go2rtc service exited with code 0 (by signal 0)
frigate | s6-rc: info: service go2rtc successfully stopped
frigate | s6-rc: info: service go2rtc-log: stopping
frigate | s6-rc: info: service go2rtc-log successfully stopped
frigate | s6-rc: info: service log-prepare: stopping
frigate | s6-rc: info: service s6rc-fdholder: stopping
frigate | s6-rc: info: service log-prepare successfully stopped
frigate | s6-rc: info: service legacy-cont-init: stopping
frigate | s6-rc: info: service s6rc-fdholder successfully stopped
frigate | s6-rc: info: service legacy-cont-init successfully stopped
frigate | s6-rc: info: service fix-attrs: stopping
frigate | s6-rc: info: service fix-attrs successfully stopped
frigate | s6-rc: info: service s6rc-oneshot-runner: stopping
frigate | s6-rc: info: service s6rc-oneshot-runner successfully stopped
frigate exited with code 0
frigate | s6-rc: info: service s6rc-fdholder: starting
frigate | s6-rc: info: service s6rc-oneshot-runner: starting
frigate | s6-rc: info: service s6rc-oneshot-runner successfully started
frigate | s6-rc: info: service fix-attrs: starting
frigate | s6-rc: info: service s6rc-fdholder successfully started
frigate | s6-rc: info: service fix-attrs successfully started
frigate | s6-rc: info: service legacy-cont-init: starting
frigate | s6-rc: info: service legacy-cont-init successfully started
frigate | s6-rc: info: service log-prepare: starting
frigate | s6-rc: info: service log-prepare successfully started
frigate | s6-rc: info: service nginx-log: starting
frigate | s6-rc: info: service go2rtc-log: starting
frigate | s6-rc: info: service frigate-log: starting
frigate | s6-rc: info: service nginx-log successfully started
frigate | s6-rc: info: service go2rtc-log successfully started
frigate | s6-rc: info: service go2rtc: starting
frigate | s6-rc: info: service frigate-log successfully started
frigate | s6-rc: info: service go2rtc successfully started
frigate | s6-rc: info: service go2rtc-healthcheck: starting
frigate | s6-rc: info: service frigate: starting
frigate | s6-rc: info: service go2rtc-healthcheck successfully started
frigate | s6-rc: info: service frigate successfully started
frigate | s6-rc: info: service nginx: starting
frigate | s6-rc: info: service nginx successfully started
frigate | s6-rc: info: service legacy-services: starting
frigate | 2024-02-26 00:46:03.649729411 [INFO] Preparing Frigate...
frigate | 2024-02-26 00:46:03.651412928 [INFO] Starting NGINX...
frigate | 2024-02-26 00:46:03.655251266 [INFO] Preparing new go2rtc config...
frigate | s6-rc: info: service legacy-services successfully started
frigate | 2024-02-26 00:46:03.666335879 [INFO] Starting Frigate...
frigate | 2024-02-26 00:46:03.820863696 [INFO] Not injecting WebRTC candidates into go2rtc config as it has been set manually
frigate | 2024-02-26 00:46:03.838070907 [INFO] Starting go2rtc...
frigate | 2024-02-26 00:46:03.899779842 00:46:03.899 INF go2rtc version 1.8.4 linux/amd64
frigate | 2024-02-26 00:46:03.900131500 00:46:03.900 INF [rtsp] listen addr=:8554
frigate | 2024-02-26 00:46:03.900146359 00:46:03.900 INF [api] listen addr=:1984
frigate | 2024-02-26 00:46:03.900313721 00:46:03.900 INF [webrtc] listen addr=:8555
frigate | 2024-02-26 00:46:04.263534979 2024/02/26 00:46:04 [error] 145#145: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 10.2.31.100, server: , request: "GET /live/jsmpeg/birdseye HTTP/1.1", upstream: "http://127.0.0.1:8082/birdseye", host: "nas.example.com:5000"
frigate | 2024-02-26 00:46:04.263537735 10.2.31.100 - - [26/Feb/2024:00:46:04 +0000] "GET /live/jsmpeg/birdseye HTTP/1.1" 502 559 "-" "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
frigate | 2024-02-26 00:46:04.294412435 [2024-02-26 00:46:04] frigate.app INFO : Starting Frigate (0.13.2-6476f8a)
frigate | 2024-02-26 00:46:04.301255470 2024/02/26 00:46:04 [error] 146#146: *3 connect() failed (111: Connection refused) while connecting to upstream, client: 10.2.31.101, server: , request: "GET /live/jsmpeg/birdseye HTTP/1.1", upstream: "http://127.0.0.1:8082/birdseye", host: "nas.example.com:5000"
frigate | 2024-02-26 00:46:04.301264695 10.2.31.101 - - [26/Feb/2024:00:46:04 +0000] "GET /live/jsmpeg/birdseye HTTP/1.1" 502 559 "-" "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
frigate | 2024-02-26 00:46:04.331509094 [2024-02-26 00:46:04] peewee_migrate.logs INFO : Starting migrations
frigate | 2024-02-26 00:46:04.336224857 [2024-02-26 00:46:04] peewee_migrate.logs INFO : There is nothing to migrate
frigate | 2024-02-26 00:46:04.336226681 [2024-02-26 00:46:04] frigate.app INFO : Recording process started: 585
frigate | 2024-02-26 00:46:04.337269804 [2024-02-26 00:46:04] frigate.app INFO : go2rtc process pid: 89
frigate | 2024-02-26 00:46:04.348859352 [2024-02-26 00:46:04] detector.coral1 INFO : Starting detection process: 594
frigate | 2024-02-26 00:46:04.350406678 Process detector:coral1:
frigate | 2024-02-26 00:46:04.350446756 [2024-02-26 00:46:04] frigate.app INFO : Output process started: 596
frigate | 2024-02-26 00:46:04.350520530 [2024-02-26 00:46:04] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as pci:0
frigate | 2024-02-26 00:46:04.350562934 [2024-02-26 00:46:04] frigate.detectors.plugins.edgetpu_tfl ERROR : No EdgeTPU was detected. If you do not have a Coral device yet, you must configure CPU detectors.
frigate | 2024-02-26 00:46:04.350857657 Traceback (most recent call last):
frigate | 2024-02-26 00:46:04.350865112 File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 160, in load_delegate
frigate | 2024-02-26 00:46:04.350866168 delegate = Delegate(library, options)
frigate | 2024-02-26 00:46:04.350867095 File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 119, in __init__
frigate | 2024-02-26 00:46:04.350869547 raise ValueError(capture.message)
frigate | 2024-02-26 00:46:04.350873045 ValueError
frigate | 2024-02-26 00:46:04.350873727
frigate | 2024-02-26 00:46:04.350874702 During handling of the above exception, another exception occurred:
frigate | 2024-02-26 00:46:04.350875397
frigate | 2024-02-26 00:46:04.350876076 Traceback (most recent call last):
frigate | 2024-02-26 00:46:04.350879650 File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap
frigate | 2024-02-26 00:46:04.350880449 self.run()
frigate | 2024-02-26 00:46:04.350881256 File "/usr/lib/python3.9/multiprocessing/process.py", line 108, in run
frigate | 2024-02-26 00:46:04.350881983 self._target(*self._args, **self._kwargs)
frigate | 2024-02-26 00:46:04.350882711 File "/opt/frigate/frigate/object_detection.py", line 102, in run_detector
frigate | 2024-02-26 00:46:04.350883516 object_detector = LocalObjectDetector(detector_config=detector_config)
frigate | 2024-02-26 00:46:04.350896405 File "/opt/frigate/frigate/object_detection.py", line 53, in __init__
frigate | 2024-02-26 00:46:04.350897685 self.detect_api = create_detector(detector_config)
frigate | 2024-02-26 00:46:04.350898574 File "/opt/frigate/frigate/detectors/__init__.py", line 18, in create_detector
frigate | 2024-02-26 00:46:04.350899447 return api(detector_config)
frigate | 2024-02-26 00:46:04.350903239 File "/opt/frigate/frigate/detectors/plugins/edgetpu_tfl.py", line 41, in __init__
frigate | 2024-02-26 00:46:04.350904144 edge_tpu_delegate = load_delegate("libedgetpu.so.1.0", device_config)
frigate | 2024-02-26 00:46:04.350905201 File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 162, in load_delegate
frigate | 2024-02-26 00:46:04.350905998 raise ValueError('Failed to load delegate from {}\n{}'.format(
frigate | 2024-02-26 00:46:04.350906732 ValueError: Failed to load delegate from libedgetpu.so.1.0
frigate | 2024-02-26 00:46:04.350907250
frigate | 2024-02-26 00:46:04.359259165 [2024-02-26 00:46:04] frigate.app INFO : Camera processor started for lightwall: 605
frigate | 2024-02-26 00:46:04.362476494 [2024-02-26 00:46:04] frigate.app INFO : Camera processor started for doorbell: 607
frigate | 2024-02-26 00:46:04.365626510 [2024-02-26 00:46:04] frigate.app INFO : Camera processor started for driveway: 611
frigate | 2024-02-26 00:46:04.368126589 [2024-02-26 00:46:04] frigate.app INFO : Camera processor started for porch_left: 612
frigate | 2024-02-26 00:46:04.370780459 [2024-02-26 00:46:04] frigate.app INFO : Camera processor started for porch_right: 615
frigate | 2024-02-26 00:46:04.373398798 [2024-02-26 00:46:04] frigate.app INFO : Camera processor started for backyard: 618
frigate | 2024-02-26 00:46:04.376266190 [2024-02-26 00:46:04] frigate.app INFO : Camera processor started for basement-front: 620
frigate | 2024-02-26 00:46:04.379238356 [2024-02-26 00:46:04] frigate.app INFO : Camera processor started for basement-back: 624
frigate | 2024-02-26 00:46:04.382529916 [2024-02-26 00:46:04] frigate.app INFO : Capture process started for lightwall: 627
frigate | 2024-02-26 00:46:04.385423858 [2024-02-26 00:46:04] frigate.app INFO : Capture process started for doorbell: 630
frigate | 2024-02-26 00:46:04.388258625 [2024-02-26 00:46:04] frigate.app INFO : Capture process started for driveway: 633
frigate | 2024-02-26 00:46:04.391178433 [2024-02-26 00:46:04] frigate.app INFO : Capture process started for porch_left: 637
frigate | 2024-02-26 00:46:04.394386854 [2024-02-26 00:46:04] frigate.app INFO : Capture process started for porch_right: 644
frigate | 2024-02-26 00:46:04.398538896 [2024-02-26 00:46:04] frigate.app INFO : Capture process started for backyard: 652
frigate | 2024-02-26 00:46:04.403020904 [2024-02-26 00:46:04] frigate.app INFO : Capture process started for basement-front: 684
frigate | 2024-02-26 00:46:04.408378028 [2024-02-26 00:46:04] frigate.app INFO : Capture process started for basement-back: 761
frigate | 2024-02-26 00:46:13.080875567 10.2.1.101 - - [26/Feb/2024:00:46:13 +0000] "GET /api/config HTTP/1.1" 200 36506 "http://nas.example.com:5000/system" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0" "-"
frigate | 2024-02-26 00:46:13.650168361 [INFO] Starting go2rtc healthcheck service...
frigate | 2024-02-26 00:46:24.410754444 [2024-02-26 00:46:24] ffmpeg.driveway.record ERROR : [rtsp @ 0x561116a067c0] method SETUP failed: 500 Internal Server Error
frigate | 2024-02-26 00:46:24.411180380 [2024-02-26 00:46:24] ffmpeg.driveway.record ERROR : rtsp://*:*@driveway.cams.example.com:554/stream0: Server returned 5XX Server Error reply
frigate | 2024-02-26 00:46:24.411341089 [2024-02-26 00:46:24] watchdog.driveway INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:24.411498485 [2024-02-26 00:46:24] watchdog.driveway INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:24.505320536 [2024-02-26 00:46:24] frigate.watchdog INFO : Detection appears to have stopped. Exiting Frigate...
frigate | s6-rc: info: service legacy-services: stopping
frigate | s6-rc: info: service legacy-services successfully stopped
frigate | s6-rc: info: service nginx: stopping
frigate | s6-rc: info: service go2rtc-healthcheck: stopping
frigate | 2024-02-26 00:46:24.528659899 [INFO] The go2rtc-healthcheck service exited with code 256 (by signal 15)
frigate | s6-rc: info: service go2rtc-healthcheck successfully stopped
frigate | 2024-02-26 00:46:24.626199062 [INFO] Service NGINX exited with code 0 (by signal 0)
frigate | s6-rc: info: service nginx successfully stopped
frigate | s6-rc: info: service nginx-log: stopping
frigate | s6-rc: info: service frigate: stopping
frigate | s6-rc: info: service nginx-log successfully stopped
frigate | 2024-02-26 00:46:24.631258143 [2024-02-26 00:46:24] frigate.app INFO : Stopping...
frigate | 2024-02-26 00:46:24.632116266 [2024-02-26 00:46:24] frigate.ptz.autotrack INFO : Exiting autotracker...
frigate | 2024-02-26 00:46:24.636201934 [2024-02-26 00:46:24] frigate.storage INFO : Exiting storage maintainer...
frigate | 2024-02-26 00:46:24.636433636 [2024-02-26 00:46:24] frigate.events.cleanup INFO : Exiting event cleanup...
frigate | 2024-02-26 00:46:24.636625356 [2024-02-26 00:46:24] frigate.record.cleanup INFO : Exiting recording cleanup...
frigate | 2024-02-26 00:46:24.639358917 [2024-02-26 00:46:24] frigate.watchdog INFO : Exiting watchdog...
frigate | 2024-02-26 00:46:24.639371946 [2024-02-26 00:46:24] frigate.stats INFO : Exiting stats emitter...
frigate | 2024-02-26 00:46:24.639379522 [2024-02-26 00:46:24] frigate.object_processing INFO : Exiting object processor...
frigate | 2024-02-26 00:46:24.813206240 [2024-02-26 00:46:24] frigate.comms.ws INFO : Exiting websocket client...
frigate | 2024-02-26 00:46:25.518194044 [2024-02-26 00:46:25] frigate.events.maintainer INFO : Exiting event processor...
frigate | 2024-02-26 00:46:25.518864708 [2024-02-26 00:46:25] peewee.sqliteq INFO : writer received shutdown request, exiting.
frigate | 2024-02-26 00:46:25.521221699 [2024-02-26 00:46:25] watchdog.driveway INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:25.521302357 [2024-02-26 00:46:25] watchdog.driveway INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:25.521310884 [2024-02-26 00:46:25] watchdog.basement-front INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:25.521346816 [2024-02-26 00:46:25] watchdog.backyard INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:25.521373015 [2024-02-26 00:46:25] watchdog.porch_left INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:25.521409084 [2024-02-26 00:46:25] watchdog.lightwall INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:25.521428294 [2024-02-26 00:46:25] watchdog.doorbell INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:25.521452096 [2024-02-26 00:46:25] watchdog.porch_right INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:25.521705211 [2024-02-26 00:46:25] watchdog.basement-front INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:25.521730649 [2024-02-26 00:46:25] watchdog.backyard INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:25.521752530 [2024-02-26 00:46:25] watchdog.porch_right INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:25.521774959 [2024-02-26 00:46:25] watchdog.porch_left INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:25.521794275 [2024-02-26 00:46:25] watchdog.doorbell INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:25.521816609 [2024-02-26 00:46:25] watchdog.basement-back INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:25.521840339 [2024-02-26 00:46:25] watchdog.lightwall INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:25.521861358 [2024-02-26 00:46:25] watchdog.basement-back INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:25.546417211 [2024-02-26 00:46:25] watchdog.basement-back INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:25.546553522 [2024-02-26 00:46:25] watchdog.basement-back INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:25.560199376 [2024-02-26 00:46:25] watchdog.porch_right INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:25.560386448 [2024-02-26 00:46:25] watchdog.porch_right INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:25.569800040 [2024-02-26 00:46:25] watchdog.doorbell INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:25.569995596 [2024-02-26 00:46:25] watchdog.doorbell INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:25.573779012 [2024-02-26 00:46:25] watchdog.lightwall INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:25.573894532 [2024-02-26 00:46:25] watchdog.lightwall INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:25.577435653 [2024-02-26 00:46:25] watchdog.driveway INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:25.577520040 [2024-02-26 00:46:25] watchdog.driveway INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:25.585188640 [2024-02-26 00:46:25] watchdog.porch_left INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:25.585307643 [2024-02-26 00:46:25] watchdog.porch_left INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:25.618299735 [2024-02-26 00:46:25] watchdog.backyard INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:25.618436053 [2024-02-26 00:46:25] watchdog.backyard INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:25.625020208 [2024-02-26 00:46:25] frigate.video INFO : basement-front: exiting subprocess
frigate | 2024-02-26 00:46:25.627110157 [2024-02-26 00:46:25] watchdog.basement-front INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:25.627278343 [2024-02-26 00:46:25] watchdog.basement-front INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:29.811481408 /usr/lib/python3.9/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 52 leaked shared_memory objects to clean up at shutdown
frigate | 2024-02-26 00:46:29.811483744 warnings.warn('resource_tracker: There appear to be %d '
frigate | 2024-02-26 00:46:29.813088012 [INFO] Service Frigate exited with code 0 (by signal 0)
frigate | s6-rc: info: service frigate successfully stopped
frigate | s6-rc: info: service go2rtc: stopping
frigate | s6-rc: info: service frigate-log: stopping
frigate | 2024-02-26 00:46:29.813892580 exit with signal: terminated
frigate | s6-rc: info: service frigate-log successfully stopped
frigate | 2024-02-26 00:46:29.816633182 [INFO] The go2rtc service exited with code 0 (by signal 0)
frigate | s6-rc: info: service go2rtc successfully stopped
frigate | s6-rc: info: service go2rtc-log: stopping
frigate | s6-rc: info: service go2rtc-log successfully stopped
frigate | s6-rc: info: service log-prepare: stopping
frigate | s6-rc: info: service s6rc-fdholder: stopping
frigate | s6-rc: info: service log-prepare successfully stopped
frigate | s6-rc: info: service legacy-cont-init: stopping
frigate | s6-rc: info: service s6rc-fdholder successfully stopped
frigate | s6-rc: info: service legacy-cont-init successfully stopped
frigate | s6-rc: info: service fix-attrs: stopping
frigate | s6-rc: info: service fix-attrs successfully stopped
frigate | s6-rc: info: service s6rc-oneshot-runner: stopping
frigate | s6-rc: info: service s6rc-oneshot-runner successfully stopped
frigate exited with code 0
frigate | s6-rc: info: service s6rc-fdholder: starting
frigate | s6-rc: info: service s6rc-oneshot-runner: starting
frigate | s6-rc: info: service s6rc-oneshot-runner successfully started
frigate | s6-rc: info: service fix-attrs: starting
frigate | s6-rc: info: service s6rc-fdholder successfully started
frigate | s6-rc: info: service fix-attrs successfully started
frigate | s6-rc: info: service legacy-cont-init: starting
frigate | s6-rc: info: service legacy-cont-init successfully started
frigate | s6-rc: info: service log-prepare: starting
frigate | s6-rc: info: service log-prepare successfully started
frigate | s6-rc: info: service nginx-log: starting
frigate | s6-rc: info: service go2rtc-log: starting
frigate | s6-rc: info: service frigate-log: starting
frigate | s6-rc: info: service nginx-log successfully started
frigate | s6-rc: info: service frigate-log successfully started
frigate | s6-rc: info: service go2rtc-log successfully started
frigate | s6-rc: info: service go2rtc: starting
frigate | s6-rc: info: service go2rtc successfully started
frigate | s6-rc: info: service go2rtc-healthcheck: starting
frigate | s6-rc: info: service frigate: starting
frigate | s6-rc: info: service frigate successfully started
frigate | s6-rc: info: service nginx: starting
frigate | s6-rc: info: service go2rtc-healthcheck successfully started
frigate | s6-rc: info: service nginx successfully started
frigate | s6-rc: info: service legacy-services: starting
frigate | 2024-02-26 00:46:34.984494775 [INFO] Preparing Frigate...
frigate | 2024-02-26 00:46:34.985575304 [INFO] Starting NGINX...
frigate | 2024-02-26 00:46:34.990318635 [INFO] Preparing new go2rtc config...
frigate | s6-rc: info: service legacy-services successfully started
frigate | 2024-02-26 00:46:35.003134438 [INFO] Starting Frigate...
frigate | 2024-02-26 00:46:35.161282037 [INFO] Not injecting WebRTC candidates into go2rtc config as it has been set manually
frigate | 2024-02-26 00:46:35.175729809 [INFO] Starting go2rtc...
frigate | 2024-02-26 00:46:35.242970591 00:46:35.242 INF go2rtc version 1.8.4 linux/amd64
frigate | 2024-02-26 00:46:35.243198772 00:46:35.243 INF [rtsp] listen addr=:8554
frigate | 2024-02-26 00:46:35.243217534 00:46:35.243 INF [api] listen addr=:1984
frigate | 2024-02-26 00:46:35.243362666 00:46:35.243 INF [webrtc] listen addr=:8555
frigate | 2024-02-26 00:46:35.639803542 [2024-02-26 00:46:35] frigate.app INFO : Starting Frigate (0.13.2-6476f8a)
frigate | 2024-02-26 00:46:35.678990457 [2024-02-26 00:46:35] peewee_migrate.logs INFO : Starting migrations
frigate | 2024-02-26 00:46:35.683786293 [2024-02-26 00:46:35] peewee_migrate.logs INFO : There is nothing to migrate
frigate | 2024-02-26 00:46:35.683792979 [2024-02-26 00:46:35] frigate.app INFO : Recording process started: 584
frigate | 2024-02-26 00:46:35.684701499 [2024-02-26 00:46:35] frigate.app INFO : go2rtc process pid: 89
frigate | 2024-02-26 00:46:35.695403218 [2024-02-26 00:46:35] detector.coral1 INFO : Starting detection process: 593
frigate | 2024-02-26 00:46:35.697809990 [2024-02-26 00:46:35] frigate.app INFO : Output process started: 595
frigate | 2024-02-26 00:46:35.698024856 Process detector:coral1:
frigate | 2024-02-26 00:46:35.698027263 [2024-02-26 00:46:35] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as pci:0
frigate | 2024-02-26 00:46:35.698072620 [2024-02-26 00:46:35] frigate.detectors.plugins.edgetpu_tfl ERROR : No EdgeTPU was detected. If you do not have a Coral device yet, you must configure CPU detectors.
frigate | 2024-02-26 00:46:35.698567456 Traceback (most recent call last):
frigate | 2024-02-26 00:46:35.698576014 File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 160, in load_delegate
frigate | 2024-02-26 00:46:35.698577301 delegate = Delegate(library, options)
frigate | 2024-02-26 00:46:35.698581201 File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 119, in __init__
frigate | 2024-02-26 00:46:35.698582217 raise ValueError(capture.message)
frigate | 2024-02-26 00:46:35.698586039 ValueError
frigate | 2024-02-26 00:46:35.698589261
frigate | 2024-02-26 00:46:35.698590321 During handling of the above exception, another exception occurred:
frigate | 2024-02-26 00:46:35.698591033
frigate | 2024-02-26 00:46:35.698591752 Traceback (most recent call last):
frigate | 2024-02-26 00:46:35.698603161 File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap
frigate | 2024-02-26 00:46:35.698604004 self.run()
frigate | 2024-02-26 00:46:35.698605094 File "/usr/lib/python3.9/multiprocessing/process.py", line 108, in run
frigate | 2024-02-26 00:46:35.698606083 self._target(*self._args, **self._kwargs)
frigate | 2024-02-26 00:46:35.698609399 File "/opt/frigate/frigate/object_detection.py", line 102, in run_detector
frigate | 2024-02-26 00:46:35.698622686 object_detector = LocalObjectDetector(detector_config=detector_config)
frigate | 2024-02-26 00:46:35.698627965 File "/opt/frigate/frigate/object_detection.py", line 53, in __init__
frigate | 2024-02-26 00:46:35.698628973 self.detect_api = create_detector(detector_config)
frigate | 2024-02-26 00:46:35.698630020 File "/opt/frigate/frigate/detectors/__init__.py", line 18, in create_detector
frigate | 2024-02-26 00:46:35.698630833 return api(detector_config)
frigate | 2024-02-26 00:46:35.698631692 File "/opt/frigate/frigate/detectors/plugins/edgetpu_tfl.py", line 41, in __init__
frigate | 2024-02-26 00:46:35.698632586 edge_tpu_delegate = load_delegate("libedgetpu.so.1.0", device_config)
frigate | 2024-02-26 00:46:35.698633438 File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 162, in load_delegate
frigate | 2024-02-26 00:46:35.698634897 raise ValueError('Failed to load delegate from {}\n{}'.format(
frigate | 2024-02-26 00:46:35.698635893 ValueError: Failed to load delegate from libedgetpu.so.1.0
frigate | 2024-02-26 00:46:35.698636621
frigate | 2024-02-26 00:46:35.706373288 [2024-02-26 00:46:35] frigate.app INFO : Camera processor started for lightwall: 603
frigate | 2024-02-26 00:46:35.708973941 [2024-02-26 00:46:35] frigate.app INFO : Camera processor started for doorbell: 606
frigate | 2024-02-26 00:46:35.712048841 [2024-02-26 00:46:35] frigate.app INFO : Camera processor started for driveway: 609
frigate | 2024-02-26 00:46:35.714696465 [2024-02-26 00:46:35] frigate.app INFO : Camera processor started for porch_left: 610
frigate | 2024-02-26 00:46:35.717662532 [2024-02-26 00:46:35] frigate.app INFO : Camera processor started for porch_right: 614
frigate | 2024-02-26 00:46:35.721471686 [2024-02-26 00:46:35] frigate.app INFO : Camera processor started for backyard: 618
frigate | 2024-02-26 00:46:35.724956469 [2024-02-26 00:46:35] frigate.app INFO : Camera processor started for basement-front: 621
frigate | 2024-02-26 00:46:35.727652673 [2024-02-26 00:46:35] frigate.app INFO : Camera processor started for basement-back: 624
frigate | 2024-02-26 00:46:35.730718584 [2024-02-26 00:46:35] frigate.app INFO : Capture process started for lightwall: 626
frigate | 2024-02-26 00:46:35.733595177 [2024-02-26 00:46:35] frigate.app INFO : Capture process started for doorbell: 629
frigate | 2024-02-26 00:46:35.736869913 [2024-02-26 00:46:35] frigate.app INFO : Capture process started for driveway: 632
frigate | 2024-02-26 00:46:35.739809386 [2024-02-26 00:46:35] frigate.app INFO : Capture process started for porch_left: 636
frigate | 2024-02-26 00:46:35.742887578 [2024-02-26 00:46:35] frigate.app INFO : Capture process started for porch_right: 643
frigate | 2024-02-26 00:46:35.746135211 [2024-02-26 00:46:35] frigate.app INFO : Capture process started for backyard: 651
frigate | 2024-02-26 00:46:35.750376437 [2024-02-26 00:46:35] frigate.app INFO : Capture process started for basement-front: 669
frigate | 2024-02-26 00:46:35.755282044 [2024-02-26 00:46:35] frigate.app INFO : Capture process started for basement-back: 750
frigate | 2024-02-26 00:46:44.985377371 [INFO] Starting go2rtc healthcheck service...
frigate | 2024-02-26 00:46:47.861698435 10.2.1.101 - - [26/Feb/2024:00:46:47 +0000] "GET /api/go2rtc/api HTTP/1.1" 200 155 "http://nas.example.com:5000/system" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0" "-"
frigate | 2024-02-26 00:46:47.885881392 10.2.1.101 - - [26/Feb/2024:00:46:47 +0000] "GET /api/config HTTP/1.1" 200 36506 "http://nas.example.com:5000/system" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0" "-"
frigate | 2024-02-26 00:46:55.913375270 [2024-02-26 00:46:55] frigate.watchdog INFO : Detection appears to have stopped. Exiting Frigate...
frigate | s6-rc: info: service legacy-services: stopping
frigate | s6-rc: info: service legacy-services successfully stopped
frigate | s6-rc: info: service nginx: stopping
frigate | s6-rc: info: service go2rtc-healthcheck: stopping
frigate | 2024-02-26 00:46:55.938080564 [INFO] The go2rtc-healthcheck service exited with code 256 (by signal 15)
frigate | s6-rc: info: service go2rtc-healthcheck successfully stopped
frigate | 2024-02-26 00:46:56.037689522 [INFO] Service NGINX exited with code 0 (by signal 0)
frigate | s6-rc: info: service nginx successfully stopped
frigate | s6-rc: info: service nginx-log: stopping
frigate | s6-rc: info: service frigate: stopping
frigate | 2024-02-26 00:46:56.042210997 [2024-02-26 00:46:56] frigate.app INFO : Stopping...
frigate | s6-rc: info: service nginx-log successfully stopped
frigate | 2024-02-26 00:46:56.043292534 [2024-02-26 00:46:56] frigate.storage INFO : Exiting storage maintainer...
frigate | 2024-02-26 00:46:56.044383603 [2024-02-26 00:46:56] frigate.events.cleanup INFO : Exiting event cleanup...
frigate | 2024-02-26 00:46:56.051596823 [2024-02-26 00:46:56] frigate.watchdog INFO : Exiting watchdog...
frigate | 2024-02-26 00:46:56.051608954 [2024-02-26 00:46:56] frigate.ptz.autotrack INFO : Exiting autotracker...
frigate | 2024-02-26 00:46:56.051616317 [2024-02-26 00:46:56] frigate.record.cleanup INFO : Exiting recording cleanup...
frigate | 2024-02-26 00:46:56.051622267 [2024-02-26 00:46:56] frigate.stats INFO : Exiting stats emitter...
frigate | 2024-02-26 00:46:56.051627800 [2024-02-26 00:46:56] frigate.object_processing INFO : Exiting object processor...
frigate | 2024-02-26 00:46:56.194541150 [2024-02-26 00:46:56] frigate.comms.ws INFO : Exiting websocket client...
frigate | 2024-02-26 00:46:56.926900430 [2024-02-26 00:46:56] frigate.events.maintainer INFO : Exiting event processor...
frigate | 2024-02-26 00:46:56.927177110 [2024-02-26 00:46:56] peewee.sqliteq INFO : writer received shutdown request, exiting.
frigate | 2024-02-26 00:46:56.932761927 [2024-02-26 00:46:56] watchdog.doorbell INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:56.932776380 [2024-02-26 00:46:56] watchdog.basement-front INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:56.932857686 [2024-02-26 00:46:56] watchdog.backyard INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:56.933046194 [2024-02-26 00:46:56] watchdog.lightwall INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:56.933216664 [2024-02-26 00:46:56] watchdog.porch_right INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:56.933374232 [2024-02-26 00:46:56] watchdog.driveway INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:56.933499664 [2024-02-26 00:46:56] watchdog.porch_right INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:56.933664227 [2024-02-26 00:46:56] watchdog.driveway INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:56.933785749 [2024-02-26 00:46:56] watchdog.basement-front INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:56.933914867 [2024-02-26 00:46:56] watchdog.doorbell INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:56.934048799 [2024-02-26 00:46:56] watchdog.lightwall INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:56.934188117 [2024-02-26 00:46:56] watchdog.backyard INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:56.934336534 [2024-02-26 00:46:56] watchdog.basement-back INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:56.934495773 [2024-02-26 00:46:56] watchdog.porch_left INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:56.934648178 [2024-02-26 00:46:56] watchdog.basement-back INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:56.935125538 [2024-02-26 00:46:56] watchdog.porch_left INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:56.957653174 [2024-02-26 00:46:56] watchdog.driveway INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:56.957866320 [2024-02-26 00:46:56] watchdog.driveway INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:56.971812998 [2024-02-26 00:46:56] watchdog.doorbell INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:56.972321817 [2024-02-26 00:46:56] watchdog.doorbell INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:56.972750367 [2024-02-26 00:46:56] watchdog.lightwall INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:56.973001853 [2024-02-26 00:46:56] watchdog.lightwall INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:56.975425975 [2024-02-26 00:46:56] watchdog.porch_right INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:56.975639828 [2024-02-26 00:46:56] watchdog.porch_right INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:56.981369106 [2024-02-26 00:46:56] watchdog.backyard INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:56.982319108 [2024-02-26 00:46:56] watchdog.backyard INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:56.983661185 [2024-02-26 00:46:56] frigate.video INFO : basement-front: exiting subprocess
frigate | 2024-02-26 00:46:56.987651873 [2024-02-26 00:46:56] watchdog.basement-front INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:56.987822212 [2024-02-26 00:46:56] watchdog.basement-front INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:57.148980649 [2024-02-26 00:46:57] watchdog.porch_left INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:57.149187613 [2024-02-26 00:46:57] watchdog.porch_left INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:46:57.150869508 [2024-02-26 00:46:57] watchdog.basement-back INFO : Terminating the existing ffmpeg process...
frigate | 2024-02-26 00:46:57.151053484 [2024-02-26 00:46:57] watchdog.basement-back INFO : Waiting for ffmpeg to exit gracefully...
frigate | 2024-02-26 00:47:01.209979950 /usr/lib/python3.9/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 49 leaked shared_memory objects to clean up at shutdown
frigate | 2024-02-26 00:47:01.209989034 warnings.warn('resource_tracker: There appear to be %d '
frigate | 2024-02-26 00:47:01.211522237 [INFO] Service Frigate exited with code 0 (by signal 0)
frigate | s6-rc: info: service frigate successfully stopped
frigate | s6-rc: info: service go2rtc: stopping
frigate | s6-rc: info: service frigate-log: stopping
frigate | 2024-02-26 00:47:01.212628078 exit with signal: terminated
frigate | s6-rc: info: service frigate-log successfully stopped
frigate | 2024-02-26 00:47:01.215169227 [INFO] The go2rtc service exited with code 0 (by signal 0)
frigate | s6-rc: info: service go2rtc successfully stopped
frigate | s6-rc: info: service go2rtc-log: stopping
frigate | s6-rc: info: service go2rtc-log successfully stopped
frigate | s6-rc: info: service log-prepare: stopping
frigate | s6-rc: info: service s6rc-fdholder: stopping
frigate | s6-rc: info: service log-prepare successfully stopped
frigate | s6-rc: info: service legacy-cont-init: stopping
frigate | s6-rc: info: service s6rc-fdholder successfully stopped
frigate | s6-rc: info: service legacy-cont-init successfully stopped
frigate | s6-rc: info: service fix-attrs: stopping
frigate | s6-rc: info: service fix-attrs successfully stopped
frigate | s6-rc: info: service s6rc-oneshot-runner: stopping
frigate | s6-rc: info: service s6rc-oneshot-runner successfully stopped
frigate exited with code 0
frigate | s6-rc: info: service s6rc-fdholder: starting
frigate | s6-rc: info: service s6rc-oneshot-runner: starting
frigate | s6-rc: info: service s6rc-oneshot-runner successfully started
frigate | s6-rc: info: service fix-attrs: starting
frigate | s6-rc: info: service s6rc-fdholder successfully started
frigate | s6-rc: info: service fix-attrs successfully started
frigate | s6-rc: info: service legacy-cont-init: starting
frigate | s6-rc: info: service legacy-cont-init successfully started
frigate | s6-rc: info: service log-prepare: starting
frigate | s6-rc: info: service log-prepare successfully started
frigate | s6-rc: info: service nginx-log: starting
frigate | s6-rc: info: service go2rtc-log: starting
frigate | s6-rc: info: service frigate-log: starting
frigate | s6-rc: info: service nginx-log successfully started
frigate | s6-rc: info: service go2rtc-log successfully started
frigate | s6-rc: info: service go2rtc: starting
frigate | s6-rc: info: service frigate-log successfully started
frigate | s6-rc: info: service go2rtc successfully started
frigate | s6-rc: info: service go2rtc-healthcheck: starting
frigate | s6-rc: info: service frigate: starting
frigate | s6-rc: info: service go2rtc-healthcheck successfully started
frigate | s6-rc: info: service frigate successfully started
frigate | s6-rc: info: service nginx: starting
frigate | s6-rc: info: service nginx successfully started
frigate | s6-rc: info: service legacy-services: starting
frigate | 2024-02-26 00:47:06.402217589 [INFO] Preparing Frigate...
frigate | 2024-02-26 00:47:06.404316510 [INFO] Starting NGINX...
frigate | 2024-02-26 00:47:06.408029476 [INFO] Preparing new go2rtc config...
frigate | s6-rc: info: service legacy-services successfully started
frigate | 2024-02-26 00:47:06.419427096 [INFO] Starting Frigate...
frigate | 2024-02-26 00:47:06.572074646 [INFO] Not injecting WebRTC candidates into go2rtc config as it has been set manually
frigate | 2024-02-26 00:47:06.586256583 [INFO] Starting go2rtc...
frigate | 2024-02-26 00:47:06.654849762 00:47:06.654 INF go2rtc version 1.8.4 linux/amd64
frigate | 2024-02-26 00:47:06.655243420 00:47:06.655 INF [api] listen addr=:1984
frigate | 2024-02-26 00:47:06.655252739 00:47:06.655 INF [rtsp] listen addr=:8554
frigate | 2024-02-26 00:47:06.655500362 00:47:06.655 INF [webrtc] listen addr=:8555
frigate | 2024-02-26 00:47:07.062966650 [2024-02-26 00:47:07] frigate.app INFO : Starting Frigate (0.13.2-6476f8a)
frigate | 2024-02-26 00:47:07.099182271 [2024-02-26 00:47:07] peewee_migrate.logs INFO : Starting migrations
frigate | 2024-02-26 00:47:07.103857324 [2024-02-26 00:47:07] peewee_migrate.logs INFO : There is nothing to migrate
frigate | 2024-02-26 00:47:07.103859374 [2024-02-26 00:47:07] frigate.app INFO : Recording process started: 585
frigate | 2024-02-26 00:47:07.104772385 [2024-02-26 00:47:07] frigate.app INFO : go2rtc process pid: 89
frigate | 2024-02-26 00:47:07.115309217 [2024-02-26 00:47:07] detector.coral1 INFO : Starting detection process: 594
frigate | 2024-02-26 00:47:07.116900417 [2024-02-26 00:47:07] frigate.app INFO : Output process started: 596
frigate | 2024-02-26 00:47:07.117465719 Process detector:coral1:
frigate | 2024-02-26 00:47:07.117506641 [2024-02-26 00:47:07] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as pci:0
frigate | 2024-02-26 00:47:07.117569961 [2024-02-26 00:47:07] frigate.detectors.plugins.edgetpu_tfl ERROR : No EdgeTPU was detected. If you do not have a Coral device yet, you must configure CPU detectors.
frigate | 2024-02-26 00:47:07.117988752 Traceback (most recent call last):
frigate | 2024-02-26 00:47:07.117994254 File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 160, in load_delegate
frigate | 2024-02-26 00:47:07.117995196 delegate = Delegate(library, options)
frigate | 2024-02-26 00:47:07.117998551 File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 119, in __init__
frigate | 2024-02-26 00:47:07.117999411 raise ValueError(capture.message)
frigate | 2024-02-26 00:47:07.118002737 ValueError
frigate | 2024-02-26 00:47:07.118003493
frigate | 2024-02-26 00:47:07.118004411 During handling of the above exception, another exception occurred:
frigate | 2024-02-26 00:47:07.118005100
frigate | 2024-02-26 00:47:07.118006692 Traceback (most recent call last):
frigate | 2024-02-26 00:47:07.118013915 File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap
frigate | 2024-02-26 00:47:07.118014664 self.run()
frigate | 2024-02-26 00:47:07.118015560 File "/usr/lib/python3.9/multiprocessing/process.py", line 108, in run
frigate | 2024-02-26 00:47:07.118016330 self._target(*self._args, **self._kwargs)
frigate | 2024-02-26 00:47:07.118018815 File "/opt/frigate/frigate/object_detection.py", line 102, in run_detector
frigate | 2024-02-26 00:47:07.118030660 object_detector = LocalObjectDetector(detector_config=detector_config)
frigate | 2024-02-26 00:47:07.118031749 File "/opt/frigate/frigate/object_detection.py", line 53, in __init__
frigate | 2024-02-26 00:47:07.118033030 self.detect_api = create_detector(detector_config)
frigate | 2024-02-26 00:47:07.118039022 File "/opt/frigate/frigate/detectors/__init__.py", line 18, in create_detector
frigate | 2024-02-26 00:47:07.118039719 return api(detector_config)
frigate | 2024-02-26 00:47:07.118040454 File "/opt/frigate/frigate/detectors/plugins/edgetpu_tfl.py", line 41, in __init__
frigate | 2024-02-26 00:47:07.118041172 edge_tpu_delegate = load_delegate("libedgetpu.so.1.0", device_config)
frigate | 2024-02-26 00:47:07.118042036 File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 162, in load_delegate
frigate | 2024-02-26 00:47:07.118042793 raise ValueError('Failed to load delegate from {}\n{}'.format(
frigate | 2024-02-26 00:47:07.118043563 ValueError: Failed to load delegate from libedgetpu.so.1.0
frigate | 2024-02-26 00:47:07.118044176
frigate | 2024-02-26 00:47:07.125504257 [2024-02-26 00:47:07] frigate.app INFO : Camera processor started for lightwall: 604
frigate | 2024-02-26 00:47:07.128400689 [2024-02-26 00:47:07] frigate.app INFO : Camera processor started for doorbell: 606
frigate | 2024-02-26 00:47:07.130733827 [2024-02-26 00:47:07] frigate.app INFO : Camera processor started for driveway: 608
frigate | 2024-02-26 00:47:07.133253899 [2024-02-26 00:47:07] frigate.app INFO : Camera processor started for porch_left: 611
frigate | 2024-02-26 00:47:07.136260306 [2024-02-26 00:47:07] frigate.app INFO : Camera processor started for porch_right: 613
frigate | 2024-02-26 00:47:07.138697558 [2024-02-26 00:47:07] frigate.app INFO : Camera processor started for backyard: 616
frigate | 2024-02-26 00:47:07.141745828 [2024-02-26 00:47:07] frigate.app INFO : Camera processor started for basement-front: 620
frigate | 2024-02-26 00:47:07.145380051 [2024-02-26 00:47:07] frigate.app INFO : Camera processor started for basement-back: 624
frigate | 2024-02-26 00:47:07.148417414 [2024-02-26 00:47:07] frigate.app INFO : Capture process started for lightwall: 626
frigate | 2024-02-26 00:47:07.151157976 [2024-02-26 00:47:07] frigate.app INFO : Capture process started for doorbell: 630
frigate | 2024-02-26 00:47:07.154034901 [2024-02-26 00:47:07] frigate.app INFO : Capture process started for driveway: 633
frigate | 2024-02-26 00:47:07.156832029 [2024-02-26 00:47:07] frigate.app INFO : Capture process started for porch_left: 637
frigate | 2024-02-26 00:47:07.160888914 [2024-02-26 00:47:07] frigate.app INFO : Capture process started for porch_right: 643
frigate | 2024-02-26 00:47:07.165183287 [2024-02-26 00:47:07] frigate.app INFO : Capture process started for backyard: 651
frigate | 2024-02-26 00:47:07.169509461 [2024-02-26 00:47:07] frigate.app INFO : Capture process started for basement-front: 670
frigate | 2024-02-26 00:47:07.173590332 [2024-02-26 00:47:07] frigate.app INFO : Capture process started for basement-back: 737
frigate | 2024-02-26 00:47:16.402923437 [INFO] Starting go2rtc healthcheck service... Frigate stats{
"cameras": {
"backyard": {
"audio_dBFS": 0,
"audio_rms": 0,
"camera_fps": 5,
"capture_pid": 653,
"detection_enabled": 1,
"detection_fps": 0.2,
"ffmpeg_pid": 734,
"pid": 618,
"process_fps": 0.1,
"skipped_fps": 4.9
},
"basement-back": {
"audio_dBFS": 0,
"audio_rms": 0,
"camera_fps": 5,
"capture_pid": 751,
"detection_enabled": 1,
"detection_fps": 0.11,
"ffmpeg_pid": 828,
"pid": 623,
"process_fps": 2.2,
"skipped_fps": 3.3
},
"basement-front": {
"audio_dBFS": 0,
"audio_rms": 0,
"camera_fps": 5.1,
"capture_pid": 707,
"detection_enabled": 1,
"detection_fps": 0,
"ffmpeg_pid": 752,
"pid": 620,
"process_fps": 5.1,
"skipped_fps": 0
},
"doorbell": {
"audio_dBFS": 0,
"audio_rms": 0,
"camera_fps": 5.7,
"capture_pid": 629,
"detection_enabled": 1,
"detection_fps": 0,
"ffmpeg_pid": 633,
"pid": 606,
"process_fps": 1.6,
"skipped_fps": 3.8
},
"driveway": {
"audio_dBFS": 0,
"audio_rms": 0,
"camera_fps": 5.1,
"capture_pid": 632,
"detection_enabled": 1,
"detection_fps": 0.2,
"ffmpeg_pid": 639,
"pid": 610,
"process_fps": 0.2,
"skipped_fps": 4.9
},
"lightwall": {
"audio_dBFS": 0,
"audio_rms": 0,
"camera_fps": 4.1,
"capture_pid": 626,
"detection_enabled": 1,
"detection_fps": 0.2,
"ffmpeg_pid": 780,
"pid": 604,
"process_fps": 0.2,
"skipped_fps": 3.9
},
"porch_left": {
"audio_dBFS": 0,
"audio_rms": 0,
"camera_fps": 5.1,
"capture_pid": 637,
"detection_enabled": 1,
"detection_fps": 0.2,
"ffmpeg_pid": 644,
"pid": 611,
"process_fps": 0.2,
"skipped_fps": 4.9
},
"porch_right": {
"audio_dBFS": 0,
"audio_rms": 0,
"camera_fps": 5.1,
"capture_pid": 646,
"detection_enabled": 1,
"detection_fps": 0.2,
"ffmpeg_pid": 654,
"pid": 615,
"process_fps": 0.2,
"skipped_fps": 4.9
}
},
"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"
},
"16": {
"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 frigate-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 go2rtc",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"27": {
"cmdline": "s6-supervise go2rtc-log",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"28": {
"cmdline": "s6-supervise frigate",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"29": {
"cmdline": "s6-supervise go2rtc-healthcheck",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"30": {
"cmdline": "s6-supervise s6rc-oneshot-runner",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"31": {
"cmdline": "s6-supervise nginx-log",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"32": {
"cmdline": "s6-supervise s6rc-fdholder",
"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": "0.0",
"cpu_average": "9",
"mem": "0.0"
},
"97": {
"cmdline": "bash ./run.user go2rtc-healthcheck",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"98": {
"cmdline": "python3 -u -m frigate",
"cpu": "0.0",
"cpu_average": "9",
"mem": "0.3"
},
"110": {
"cmdline": "nginx: master process nginx",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"145": {
"cmdline": "nginx: worker process",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"146": {
"cmdline": "nginx: worker process",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"147": {
"cmdline": "nginx: worker process",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"149": {
"cmdline": "nginx: worker process",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"163": {
"cmdline": "nginx: worker process",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"197": {
"cmdline": "nginx: worker process",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"234": {
"cmdline": "nginx: worker process",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"265": {
"cmdline": "nginx: worker process",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"290": {
"cmdline": "nginx: worker process",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"336": {
"cmdline": "nginx: worker process",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"375": {
"cmdline": "nginx: worker process",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"408": {
"cmdline": "nginx: worker process",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"444": {
"cmdline": "nginx: cache manager process",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"476": {
"cmdline": "nginx: cache loader process",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"583": {
"cmdline": "frigate.logger ",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.2"
},
"585": {
"cmdline": "frigate.recording_manager",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.2"
},
"593": {
"cmdline": "/usr/bin/python3 -c from multiprocessing.resource_tracker import main;main(64)",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"596": {
"cmdline": "frigate.output ",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.2"
},
"601": {
"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.0"
},
"603": {
"cmdline": "ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 640x480 -i pipe: -f mpegts -s 960x720 -codec:v mpeg1video -q 8 -bf 0 pipe:",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"604": {
"cmdline": "frigate.process:lightwall",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.2"
},
"605": {
"cmdline": "ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 720x480 -i pipe: -f mpegts -s 1080x720 -codec:v mpeg1video -q 8 -bf 0 pipe:",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"606": {
"cmdline": "frigate.process:doorbell",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.2"
},
"609": {
"cmdline": "ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 704x480 -i pipe: -f mpegts -s 1056x720 -codec:v mpeg1video -q 8 -bf 0 pipe:",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"610": {
"cmdline": "frigate.process:driveway",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.2"
},
"611": {
"cmdline": "frigate.process:porch_left",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.2"
},
"613": {
"cmdline": "ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 720x480 -i pipe: -f mpegts -s 1080x720 -codec:v mpeg1video -q 8 -bf 0 pipe:",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"615": {
"cmdline": "frigate.process:porch_right",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.2"
},
"616": {
"cmdline": "ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 720x480 -i pipe: -f mpegts -s 1080x720 -codec:v mpeg1video -q 8 -bf 0 pipe:",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"618": {
"cmdline": "frigate.process:backyard",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.2"
},
"620": {
"cmdline": "frigate.process:basement-front",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.2"
},
"621": {
"cmdline": "ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 640x480 -i pipe: -f mpegts -s 960x720 -codec:v mpeg1video -q 8 -bf 0 pipe:",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"623": {
"cmdline": "frigate.process:basement-back",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.2"
},
"624": {
"cmdline": "ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 640x480 -i pipe: -f mpegts -s 960x720 -codec:v mpeg1video -q 8 -bf 0 pipe:",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"626": {
"cmdline": "frigate.capture:lightwall",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.2"
},
"629": {
"cmdline": "frigate.capture:doorbell",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.2"
},
"632": {
"cmdline": "frigate.capture:driveway",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.2"
},
"633": {
"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/doorbell-sub -r 4 -vf fps=4,scale_vaapi=w=640:h=480:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.1"
},
"637": {
"cmdline": "frigate.capture:porch_left",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.2"
},
"639": {
"cmdline": "ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -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://*:*@driveway.cams.example.com:554/stream1 -r 5 -vf vpp_qsv=framerate=5:w=720:h=480:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.1"
},
"643": {
"cmdline": "ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -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/doorbell -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/doorbell@%Y%m%d%H%M%S%z.mp4",
"cpu": "0.0",
"cpu_average": "5",
"mem": "0.1"
},
"644": {
"cmdline": "ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -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/porch_left-sub -r 5 -vf vpp_qsv=framerate=5:w=704:h=480:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.1"
},
"646": {
"cmdline": "frigate.capture:porch_right",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.2"
},
"652": {
"cmdline": "ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -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://*:*@driveway.cams.example.com:554/stream0 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/driveway@%Y%m%d%H%M%S%z.mp4",
"cpu": "0.0",
"cpu_average": "5",
"mem": "0.1"
},
"653": {
"cmdline": "frigate.capture:backyard",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.2"
},
"654": {
"cmdline": "ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -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://*:*@porch-right.cams.example.com:554/stream1 -r 5 -vf vpp_qsv=framerate=5:w=720:h=480:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.1"
},
"655": {
"cmdline": "ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -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/porch_left -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/porch_left@%Y%m%d%H%M%S%z.mp4",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.1"
},
"707": {
"cmdline": "frigate.capture:basement-front",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.2"
},
"734": {
"cmdline": "ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -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://*:*@backyard.cams.example.com:554/stream1 -r 5 -vf vpp_qsv=framerate=5:w=720:h=480:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.1"
},
"737": {
"cmdline": "ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 4 -bf 0 pipe:",
"cpu": "0.0",
"cpu_average": "5",
"mem": "0.1"
},
"738": {
"cmdline": "ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -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://*:*@porch-right.cams.example.com:554/stream0 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/porch_right@%Y%m%d%H%M%S%z.mp4",
"cpu": "0.0",
"cpu_average": "5",
"mem": "0.1"
},
"751": {
"cmdline": "frigate.capture:basement-back",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.2"
},
"752": {
"cmdline": "ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -user_agent FFmpeg Frigate/0.13.2-6476f8a -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/basement-front-sub -r 5 -vf vpp_qsv=framerate=5:w=640:h=480:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.1"
},
"780": {
"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/lightwall-sub -r 4 -vf fps=4,scale_vaapi=w=640:h=360:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.1"
},
"827": {
"cmdline": "ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -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://*:*@backyard.cams.example.com:554/stream0 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/backyard@%Y%m%d%H%M%S%z.mp4",
"cpu": "0.0",
"cpu_average": "5",
"mem": "0.1"
},
"828": {
"cmdline": "ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -user_agent FFmpeg Frigate/0.13.2-6476f8a -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/basement-back-sub -r 5 -vf vpp_qsv=framerate=5:w=640:h=480:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.1"
},
"831": {
"cmdline": "ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -user_agent FFmpeg Frigate/0.13.2-6476f8a -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/basement-front -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/basement-front@%Y%m%d%H%M%S%z.mp4",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.1"
},
"851": {
"cmdline": "ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -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/lightwall -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/lightwall@%Y%m%d%H%M%S%z.mp4",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.1"
},
"920": {
"cmdline": "ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -user_agent FFmpeg Frigate/0.13.2-6476f8a -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/basement-back -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/basement-back@%Y%m%d%H%M%S%z.mp4",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.1"
},
"1567": {
"cmdline": "sleep 30s",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
}
},
"detection_fps": 1.11,
"detectors": {
"coral1": {
"detection_start": 0,
"inference_speed": 10,
"pid": 594
}
},
"gpu_usages": {
"intel-qsv": {
"gpu": "2.07%",
"mem": "-%"
},
"intel-vaapi": {
"gpu": "2.03%",
"mem": "-%"
}
},
"processes": {
"go2rtc": {
"pid": 89
},
"logger": {
"pid": 583
},
"recording": {
"pid": 585
}
},
"service": {
"last_updated": 1708908509,
"latest_version": "0.13.2",
"storage": {
"/dev/shm": {
"free": 2030.5,
"mount_type": "tmpfs",
"total": 2048,
"used": 17.5
},
"/media/frigate/clips": {
"free": 1318630,
"mount_type": "zfs",
"total": 7487179.1,
"used": 6168549.1
},
"/media/frigate/recordings": {
"free": 1318630,
"mount_type": "zfs",
"total": 7487179.1,
"used": 6168549.1
},
"/tmp/cache": {
"free": 4703.2,
"mount_type": "tmpfs",
"total": 4768.4,
"used": 65.2
}
},
"temperatures": {},
"uptime": 20,
"version": "0.13.2-6476f8a"
}
} Operating systemDebian Install methodDocker Compose Coral versionM.2 Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Answered by
NickM-27
Feb 26, 2024
Replies: 1 comment 2 replies
-
Your coral is not detected |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
thinkloop
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your coral is not detected