[Support]: Frigate App Keeps Restarting #22759
-
Describe the problem you are havingI had a working config/app but wanted to try docker_compose. I can get to the add camera wizard but after adding a camera frigate goes in to a resart loop. This is bare metal on Truenas. Version0.17.1 What browser(s) are you using?No response Frigate config filemqtt:
enabled: false
ffmpeg:
hwaccel_args: preset-nvidia
detectors:
coral:
type: edgetpu
device: usb
cameras: # No cameras defined, UI wizard should be used
garage:
enabled: true
ffmpeg:
inputs:
- path:
rtsp://admin:password@192.168.69.16:554/cam/realmonitor?channel=1&subtype=0
roles:
- record
- path:
rtsp://admin:password@192.168.69.16:554/cam/realmonitor?channel=1&subtype=1
roles:
- detect
live:
streams:
Stream 1: garage_1
Stream 2: garage_2
version: 0.17-0
go2rtc:
streams:
garage_1:
- rtsp://admin:password@192.168.69.16:554/cam/realmonitor?channel=1&subtype=0
garage_2:
- rtsp://admin:password@192.168.69.16:554/cam/realmonitor?channel=1&subtype=1Relevant Frigate log output2026-04-04 19:46:09.369193+00:00s6-rc: info: service s6rc-fdholder: starting
2026-04-04 19:46:09.369256+00:00s6-rc: info: service s6rc-oneshot-runner: starting
2026-04-04 19:46:09.372512+00:00s6-rc: info: service s6rc-oneshot-runner successfully started
2026-04-04 19:46:09.372603+00:00s6-rc: info: service fix-attrs: starting
2026-04-04 19:46:09.374794+00:00s6-rc: info: service s6rc-fdholder successfully started
2026-04-04 19:46:09.377597+00:00s6-rc: info: service fix-attrs successfully started
2026-04-04 19:46:09.377682+00:00s6-rc: info: service legacy-cont-init: starting
2026-04-04 19:46:09.382659+00:00s6-rc: info: service legacy-cont-init successfully started
2026-04-04 19:46:09.382742+00:00s6-rc: info: service prepare: starting
2026-04-04 19:46:09.382969+00:00s6-rc: info: service log-prepare: starting
2026-04-04 19:46:09.391570+00:00s6-rc: info: service log-prepare successfully started
2026-04-04 19:46:09.391670+00:00s6-rc: info: service nginx-log: starting
2026-04-04 19:46:09.391882+00:00s6-rc: info: service go2rtc-log: starting
2026-04-04 19:46:09.392031+00:00s6-rc: info: service frigate-log: starting
2026-04-04 19:46:09.392224+00:00s6-rc: info: service certsync-log: starting
2026-04-04 19:46:09.393810+00:00s6-rc: info: service nginx-log successfully started
2026-04-04 19:46:09.394057+00:00s6-rc: info: service go2rtc-log successfully started
2026-04-04 19:46:09.394303+00:00s6-rc: info: service certsync-log successfully started
2026-04-04 19:46:09.394521+00:00s6-rc: info: service frigate-log successfully started
2026-04-04 19:46:09.396581+00:00s6-rc: info: service prepare successfully started
2026-04-04 19:46:09.396777+00:00s6-rc: info: service go2rtc: starting
2026-04-04 19:46:09.398880+00:00s6-rc: info: service go2rtc successfully started
2026-04-04 19:46:09.398993+00:00s6-rc: info: service go2rtc-healthcheck: starting
2026-04-04 19:46:09.399169+00:00s6-rc: info: service frigate: starting
2026-04-04 19:46:09.401246+00:00s6-rc: info: service go2rtc-healthcheck successfully started
2026-04-04 19:46:09.401468+00:00s6-rc: info: service frigate successfully started
2026-04-04 19:46:09.401605+00:00s6-rc: info: service nginx: starting
2026-04-04 19:46:09.406990+00:002026-04-04 19:46:09.406844931 [INFO] Starting NGINX...
2026-04-04 19:46:09.419995+00:002026-04-04 19:46:09.419858866 [INFO] No TLS certificate found. Generating a self signed certificate...
2026-04-04 19:46:09.809506+00:002026-04-04 19:46:09.809209823 [INFO] Preparing Frigate...
2026-04-04 19:46:10.124782+00:002026-04-04 19:46:10.124595521 [INFO] Preparing new go2rtc config...
2026-04-04 19:46:10.531990+00:002026-04-04 19:46:10.531872839 [INFO] Starting Frigate...
2026-04-04 19:46:10.672852+00:002026-04-04 19:46:10.672709921 [INFO] Starting go2rtc...
2026-04-04 19:46:11.097382+00:002026-04-04 19:46:11.097155781 15:46:11.097 INF go2rtc platform=linux/amd64 revision=df95ce3 version=1.9.10
2026-04-04 19:46:11.097457+00:002026-04-04 19:46:11.097161573 15:46:11.097 INF config path=/config/go2rtc_homekit.yml
2026-04-04 19:46:11.097821+00:002026-04-04 19:46:11.097718898 15:46:11.097 INF [rtsp] listen addr=:8554
2026-04-04 19:46:11.097851+00:002026-04-04 19:46:11.097749687 15:46:11.097 INF [api] listen addr=:1984
2026-04-04 19:46:11.098316+00:002026-04-04 19:46:11.098187613 15:46:11.098 INF [webrtc] listen addr=:8555
2026-04-04 19:46:13.498219+00:002026-04-04 19:46:13.498041128 127.0.0.1 - - [04/Apr/2026:15:46:13 -0400] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-" request_time="0.000" upstream_response_time="-"
2026-04-04 19:46:14.278048+00:00s6-rc: info: service nginx successfully started
2026-04-04 19:46:14.298545+00:00s6-rc: info: service certsync: starting
2026-04-04 19:46:14.303321+00:00s6-rc: info: service certsync successfully started
2026-04-04 19:46:14.304570+00:00s6-rc: info: service legacy-services: starting
2026-04-04 19:46:14.399696+00:002026-04-04 19:46:14.399489242 [INFO] Starting certsync...
2026-04-04 19:46:14.404542+00:00s6-rc: info: service legacy-services successfully started
2026-04-04 19:46:15.040088+00:002026-04-04 19:46:15.039922128 127.0.0.1 - - [04/Apr/2026:15:46:15 -0400] "" 400 0 "-" "-" "-" request_time="0.000" upstream_response_time="-"
2026-04-04 19:46:16.161359+00:002026-04-04 19:46:16.161267310 [2026-04-04 15:46:16] frigate.util.config INFO : Checking if frigate config needs migration...
2026-04-04 19:46:16.170089+00:002026-04-04 19:46:16.169949555 [2026-04-04 15:46:16] frigate.util.config INFO : frigate config does not need migration...
2026-04-04 19:46:19.406390+00:002026-04-04 19:46:19.406174821 [INFO] Starting go2rtc healthcheck service...
2026-04-04 19:46:43.606732+00:002026-04-04 19:46:43.606601381 127.0.0.1 - - [04/Apr/2026:15:46:43 -0400] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-" request_time="0.000" upstream_response_time="-"
2026-04-04 19:46:46.261002+00:002026-04-04 19:46:46.260821035 [ WARN:0@34.703] global cap_ffmpeg_impl.hpp:453 _opencv_ffmpeg_interrupt_callback Stream timeout triggered after 30065.844366 ms
2026-04-04 19:47:13.712052+00:002026-04-04 19:47:13.711969454 127.0.0.1 - - [04/Apr/2026:15:47:13 -0400] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-" request_time="0.000" upstream_response_time="-"
2026-04-04 19:47:15.166809+00:002026-04-04 19:47:15.166623152 127.0.0.1 - - [04/Apr/2026:15:47:15 -0400] "" 400 0 "-" "-" "-" request_time="0.000" upstream_response_time="-"
2026-04-04 19:47:43.803183+00:002026-04-04 19:47:43.803024078 127.0.0.1 - - [04/Apr/2026:15:47:43 -0400] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-" request_time="0.000" upstream_response_time="-"
2026-04-04 19:48:09.898424+00:002026-04-04 19:48:09.898249186 [2026-04-04 15:48:09] frigate.app INFO : Starting Frigate (0.17.1-416a9b7)
2026-04-04 19:48:09.940288+00:002026-04-04 19:48:09.940203081 [2026-04-04 15:48:09] peewee_migrate.logs INFO : Starting migrations
2026-04-04 19:48:09.941749+00:002026-04-04 19:48:09.941684853 [2026-04-04 15:48:09] peewee_migrate.logs INFO : There is nothing to migrate
2026-04-04 19:48:09.965866+00:002026-04-04 19:48:09.965759083 [2026-04-04 15:48:09] frigate.app INFO : Recording process started: 758
2026-04-04 19:48:09.985054+00:002026-04-04 19:48:09.984900374 [2026-04-04 15:48:09] frigate.app INFO : Review process started: 769
2026-04-04 19:48:09.989210+00:002026-04-04 19:48:09.989091748 [2026-04-04 15:48:09] frigate.app INFO : go2rtc process pid: 156
2026-04-04 19:48:10.361812+00:002026-04-04 19:48:10.361644087 [2026-04-04 15:48:10] frigate.app INFO : Embedding process started: 781
2026-04-04 19:48:10.385965+00:002026-04-04 19:48:10.385828478 [2026-04-04 15:48:10] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2026-04-04 19:48:10.389446+00:002026-04-04 19:48:10.389343421 [2026-04-04 15:48:10] frigate.detectors.plugins.edgetpu_tfl ERROR : No EdgeTPU was detected. If you do not have a Coral device yet, you must configure CPU detectors.
2026-04-04 19:48:10.392677+00:002026-04-04 19:48:10.392418648 Process frigate.detector:coral:
2026-04-04 19:48:10.392703+00:002026-04-04 19:48:10.392421778 Traceback (most recent call last):
2026-04-04 19:48:10.392722+00:002026-04-04 19:48:10.392424124 File "/usr/local/lib/python3.11/dist-packages/tflite_runtime/interpreter.py", line 166, in load_delegate
2026-04-04 19:48:10.392732+00:002026-04-04 19:48:10.392428189 delegate = Delegate(library, options)
2026-04-04 19:48:10.392740+00:002026-04-04 19:48:10.392430519 ^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-04-04 19:48:10.392752+00:002026-04-04 19:48:10.392433001 File "/usr/local/lib/python3.11/dist-packages/tflite_runtime/interpreter.py", line 104, in __init__
2026-04-04 19:48:10.392762+00:002026-04-04 19:48:10.392448672 raise ValueError(capture.message)
2026-04-04 19:48:10.392769+00:002026-04-04 19:48:10.392450184 ValueError
2026-04-04 19:48:10.392781+00:002026-04-04 19:48:10.392452009
2026-04-04 19:48:10.392790+00:002026-04-04 19:48:10.392453886 During handling of the above exception, another exception occurred:
2026-04-04 19:48:10.392798+00:002026-04-04 19:48:10.392455166
2026-04-04 19:48:10.392806+00:002026-04-04 19:48:10.392456721 Traceback (most recent call last):
2026-04-04 19:48:10.392836+00:002026-04-04 19:48:10.392458709 File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in _bootstrap
2026-04-04 19:48:10.392846+00:002026-04-04 19:48:10.392477165 self.run()
2026-04-04 19:48:10.392854+00:002026-04-04 19:48:10.392479182 File "/opt/frigate/frigate/object_detection/base.py", line 143, in run
2026-04-04 19:48:10.392866+00:002026-04-04 19:48:10.392481752 object_detector = LocalObjectDetector(detector_config=self.detector_config)
2026-04-04 19:48:10.392875+00:002026-04-04 19:48:10.392483782 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-04-04 19:48:10.392883+00:002026-04-04 19:48:10.392502029 File "/opt/frigate/frigate/object_detection/base.py", line 62, in __init__
2026-04-04 19:48:10.392897+00:002026-04-04 19:48:10.392503827 self.detect_api = create_detector(detector_config)
2026-04-04 19:48:10.392905+00:002026-04-04 19:48:10.392505600 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-04-04 19:48:10.392922+00:002026-04-04 19:48:10.392507502 File "/opt/frigate/frigate/detectors/__init__.py", line 18, in create_detector
2026-04-04 19:48:10.392948+00:002026-04-04 19:48:10.392508962 return api(detector_config)
2026-04-04 19:48:10.392957+00:002026-04-04 19:48:10.392521245 ^^^^^^^^^^^^^^^^^^^^
2026-04-04 19:48:10.392965+00:002026-04-04 19:48:10.392523353 File "/opt/frigate/frigate/detectors/plugins/edgetpu_tfl.py", line 47, in __init__
2026-04-04 19:48:10.392974+00:002026-04-04 19:48:10.392525258 edge_tpu_delegate = load_delegate("libedgetpu.so.1.0", device_config)
2026-04-04 19:48:10.392991+00:002026-04-04 19:48:10.392527417 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-04-04 19:48:10.393000+00:002026-04-04 19:48:10.392529683 File "/usr/local/lib/python3.11/dist-packages/tflite_runtime/interpreter.py", line 168, in load_delegate
2026-04-04 19:48:10.393014+00:002026-04-04 19:48:10.392531552 raise ValueError('Failed to load delegate from {}\n{}'.format(
2026-04-04 19:48:10.393023+00:002026-04-04 19:48:10.392550071 ValueError: Failed to load delegate from libedgetpu.so.1.0
2026-04-04 19:48:10.393030+00:002026-04-04 19:48:10.392551370
2026-04-04 19:48:10.412223+00:002026-04-04 19:48:10.412153246 [2026-04-04 15:48:10] frigate.app INFO : Output process started: 827
2026-04-04 19:48:10.450408+00:002026-04-04 19:48:10.450335667 [2026-04-04 15:48:10] frigate.camera.maintainer INFO : Camera processor started for garage: 880
2026-04-04 19:48:10.528438+00:002026-04-04 19:48:10.528316896 [2026-04-04 15:48:10] frigate.camera.maintainer INFO : Capture process started for garage: 942
2026-04-04 19:48:10.616251+00:002026-04-04 19:48:10.616165039 [2026-04-04 15:48:10] frigate.api.fastapi_app INFO : Starting FastAPI app
2026-04-04 19:48:10.692737+00:002026-04-04 19:48:10.692548408 192.168.74.212 - - [04/Apr/2026:15:48:10 -0400] "GET / HTTP/1.1" 200 2655 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36" "-" request_time="0.000" upstream_response_time="-"
2026-04-04 19:48:10.834198+00:002026-04-04 19:48:10.834034041 2026/04/04 15:48:10 [error] 408#408: *7 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.74.212, server: , request: "GET /api/config HTTP/1.1", subrequest: "/auth", upstream: "http://127.0.0.1:5001/auth", host: "192.168.74.3:30194", referrer: "http://192.168.74.3:30194/"
2026-04-04 19:48:10.834228+00:002026-04-04 19:48:10.834044681 2026/04/04 15:48:10 [error] 408#408: *7 auth request unexpected status: 502 while sending to client, client: 192.168.74.212, server: , request: "GET /api/config HTTP/1.1", host: "192.168.74.3:30194", referrer: "http://192.168.74.3:30194/"
2026-04-04 19:48:10.834253+00:002026-04-04 19:48:10.834080631 192.168.74.212 - - [04/Apr/2026:15:48:10 -0400] "GET /api/config HTTP/1.1" 500 579 "http://192.168.74.3:30194/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36" "-" request_time="0.000" upstream_response_time="-"
2026-04-04 19:48:10.834657+00:002026-04-04 19:48:10.834581846 2026/04/04 15:48:10 [error] 408#408: *8 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.74.212, server: , request: "GET /api/profile HTTP/1.1", subrequest: "/auth", upstream: "http://127.0.0.1:5001/auth", host: "192.168.74.3:30194", referrer: "http://192.168.74.3:30194/"
2026-04-04 19:48:10.834717+00:002026-04-04 19:48:10.834605916 2026/04/04 15:48:10 [error] 408#408: *8 auth request unexpected status: 502 while sending to client, client: 192.168.74.212, server: , request: "GET /api/profile HTTP/1.1", host: "192.168.74.3:30194", referrer: "http://192.168.74.3:30194/"
2026-04-04 19:48:10.834743+00:002026-04-04 19:48:10.834678402 192.168.74.212 - - [04/Apr/2026:15:48:10 -0400] "GET /api/profile HTTP/1.1" 500 579 "http://192.168.74.3:30194/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36" "-" request_time="0.000" upstream_response_time="-"
2026-04-04 19:48:10.835873+00:002026-04-04 19:48:10.835754658 2026/04/04 15:48:10 [error] 408#408: *11 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.74.212, server: , request: "GET /api/stats HTTP/1.1", subrequest: "/auth", upstream: "http://127.0.0.1:5001/auth", host: "192.168.74.3:30194", referrer: "http://192.168.74.3:30194/"
2026-04-04 19:48:10.835961+00:002026-04-04 19:48:10.835777765 2026/04/04 15:48:10 [error] 408#408: *11 auth request unexpected status: 502 while sending to client, client: 192.168.74.212, server: , request: "GET /api/stats HTTP/1.1", host: "192.168.74.3:30194", referrer: "http://192.168.74.3:30194/"
2026-04-04 19:48:10.836287+00:002026-04-04 19:48:10.836189934 2026/04/04 15:48:10 [error] 409#409: *13 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.74.212, server: , request: "GET /api/profile HTTP/1.1", subrequest: "/auth", upstream: "http://127.0.0.1:5001/auth", host: "192.168.74.3:30194", referrer: "http://192.168.74.3:30194/"
2026-04-04 19:48:10.836352+00:002026-04-04 19:48:10.836240164 2026/04/04 15:48:10 [error] 409#409: *13 auth request unexpected status: 502 while sending to client, client: 192.168.74.212, server: , request: "GET /api/profile HTTP/1.1", host: "192.168.74.3:30194", referrer: "http://192.168.74.3:30194/"
2026-04-04 19:48:10.836417+00:002026-04-04 19:48:10.836304630 192.168.74.212 - - [04/Apr/2026:15:48:10 -0400] "GET /api/profile HTTP/1.1" 500 579 "http://192.168.74.3:30194/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36" "-" request_time="0.001" upstream_response_time="-"
2026-04-04 19:48:10.844870+00:002026-04-04 19:48:10.844793807 2026/04/04 15:48:10 [error] 408#408: *15 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.74.212, server: , request: "GET /ws HTTP/1.1", subrequest: "/auth", upstream: "http://127.0.0.1:5001/auth", host: "192.168.74.3:30194"
2026-04-04 19:48:10.844909+00:002026-04-04 19:48:10.844828473 2026/04/04 15:48:10 [error] 408#408: *15 auth request unexpected status: 502 while sending to client, client: 192.168.74.212, server: , request: "GET /ws HTTP/1.1", host: "192.168.74.3:30194"
2026-04-04 19:48:10.844957+00:002026-04-04 19:48:10.844880233 192.168.74.212 - - [04/Apr/2026:15:48:10 -0400] "GET /ws HTTP/1.1" 500 579 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36" "-" request_time="0.000" upstream_response_time="-"
2026-04-04 19:48:10.872633+00:002026-04-04 19:48:10.872453985 [2026-04-04 15:48:10] frigate.api.fastapi_app INFO : FastAPI started
2026-04-04 19:48:13.898469+00:002026-04-04 19:48:13.898279769 127.0.0.1 - - [04/Apr/2026:15:48:13 -0400] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-" request_time="0.000" upstream_response_time="-"
2026-04-04 19:48:15.296397+00:002026-04-04 19:48:15.296223425 127.0.0.1 - - [04/Apr/2026:15:48:15 -0400] "" 400 0 "-" "-" "-" request_time="0.000" upstream_response_time="-"
2026-04-04 19:48:16.762915+00:002026-04-04 19:48:16.762826417 192.168.74.212 - - [04/Apr/2026:15:48:16 -0400] "GET /api/profile HTTP/1.1" 200 68 "http://192.168.74.3:30194/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36" "-" request_time="0.016" upstream_response_time="0.006"
2026-04-04 19:48:16.763102+00:002026-04-04 19:48:16.763036558 192.168.74.212 - - [04/Apr/2026:15:48:16 -0400] "GET /api/config HTTP/1.1" 200 18543 "http://192.168.74.3:30194/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36" "-" request_time="0.017" upstream_response_time="0.006"Relevant go2rtc log outputCannot access this pageFFprobe output from your cameraCannot access this pageFrigate statsNo response Install methodDocker Compose docker-compose file or Docker CLI commandservices:
frigate:
cap_add:
- CHOWN
- DAC_OVERRIDE
- FOWNER
- KILL
- PERFMON
- SETGID
- SETUID
cap_drop:
- ALL
deploy:
resources:
limits:
cpus: '4'
memory: 8192M
reservations:
devices:
- capabilities:
- gpu
device_ids:
- GPU-5f6b09b9-3c94-73c3-c676-956cdd9f8259
driver: nvidia
devices:
- /dev/bus/usb:/dev/bus/usb
environment:
NVIDIA_DRIVER_CAPABILITIES: all
NVIDIA_VISIBLE_DEVICES: GPU-5f6b09b9-3c94-73c3-c676-956cdd9f8259
TZ: America/Indiana/Indianapolis
UMASK: '002'
UMASK_SET: '002'
group_add:
- 44
- 107
- 568
healthcheck:
interval: 30s
retries: 5
start_interval: 2s
start_period: 15s
test:
- CMD
- curl
- '--request'
- GET
- '--silent'
- '--output'
- /dev/null
- '--show-error'
- '--fail'
- http://127.0.0.1:5000/api
timeout: 5s
image: ghcr.io/blakeblackshear/frigate:0.17.1
platform: linux/amd64
ports:
- mode: ingress
protocol: tcp
published: 30193
target: 8971
- mode: ingress
protocol: tcp
published: 30194
target: 5000
privileged: False
restart: unless-stopped
security_opt:
- no-new-privileges=true
shm_size: 512M
stdin_open: False
tmpfs:
- /tmp/cache:size=1048576000000000
tty: False
user: '0:0'
volumes:
- bind:
create_host_path: False
propagation: rprivate
read_only: False
source: /mnt/Apps/Frigate
target: /config
type: bind
- bind:
create_host_path: False
propagation: rprivate
read_only: False
source: /mnt/Orion/Frigate_Recordings
target: /media
type: bind
- read_only: False
target: /tmp
type: volume
volume:
nocopy: False
volumes: {}
x-notes: >
# Frigate
## Security
**Read the following security precautions to ensure that you wish to continue
using this application.**
---
### Container: [frigate]
#### Running user/group(s)
- User: root
- Group: root
- Supplementary Groups: apps
#### Passing Host Files, Devices, or Sockets into the Container
- USB Devices (/dev/bus/usb) - (Read/Write)
---
Default credentials are printed in the logs
during the first run of the application.
## Bug Reports and Feature Requests
If you find a bug in this app or have an idea for a new feature, please file
an issue at
https://github.com/truenas/apps
x-portals:
- host: 0.0.0.0
name: Web UI
path: /
port: 30193
scheme: https
- host: 0.0.0.0
name: Web UI (No Auth)
path: /
port: 30194
scheme: httpObject DetectorCoral Network connectionWired Camera make and modelAmcrest Screenshots of the Frigate UI's System metrics pagescannot access this page Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
The restart loop is caused by Frigate failing to detect your USB Coral EdgeTPU. The logs show: There are several common causes for a USB Coral not being detected: 1. Power Issues 2. Device Access 3. Verify the Coral is visible to the host Workaround: Use CPU detector temporarily detectors:
cpu1:
type: cpuOr if you want to use your Nvidia GPU for detection instead, you would need to use the Your docker-compose shows 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
The restart loop is caused by Frigate failing to detect your USB Coral EdgeTPU. The logs show:
(1)
There are several common causes for a USB Coral not being detected:
1. Power Issues
The USB Coral can draw up to 900mA, which may be too much for some USB ports. Try a different USB3 port, use a different cable, or use an externally powered USB hub. (1)
2. Device Access
When running Frigate in Docker, you must ensure both device IDs are mapped - the uninitialized ID (
1…