Frigate erreur au démarrage

Bonjour,

Je suis un train d’essayer d’installer Frigate full access, je vois les cameras pendant 5sc et frigate stop si quelqu’un a une petite idée
Merci de votre aide

System Information

version core-2024.10.2
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.12.4
os_name Linux
os_version 6.6.46-haos
arch x86_64
timezone Europe/Paris
config_dir /config
Home Assistant Community Store
GitHub API ok
GitHub Content ok
GitHub Web ok
HACS Data ok
GitHub API Calls Remaining 5000
Installed Version 2.0.1
Stage running
Available Repositories 1436
Downloaded Repositories 7
AccuWeather
can_reach_server ok
remaining_requests 16
Home Assistant Cloud
logged_in false
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Home Assistant Supervisor
host_os Home Assistant OS 13.1
update_channel stable
supervisor_version supervisor-2024.10.0
agent_version 1.6.0
docker_version 26.1.4
disk_total 468.7 GB
disk_used 12.2 GB
healthy true
supported true
host_connectivity true
supervisor_connectivity true
ntp_synchronized true
virtualization
board generic-x86-64
supervisor_api ok
version_api ok
installed_addons Tailscale (0.22.1), OpenThread Border Router (2.11.1), Matter Server (6.6.0), Get HACS (1.3.1), Home Assistant Google Drive Backup (0.112.1), Mosquitto broker (6.4.1), File editor (5.8.0), Frigate (Full Access) (0.14.1), go2rtc (1.9.4)
Dashboards
dashboards 4
resources 5
views 3
mode storage
Recorder
oldest_recorder_run 10 octobre 2024 à 12:06
current_recorder_run 14 octobre 2024 à 00:15
estimated_db_size 9.50 MiB
database_engine sqlite
database_version 3.45.3
mqtt:
  host: 192.168.1...
  port: 1883
  user: mqtt_syl
  password: ........
  stats_interval: 60

detectors:
  coral:
    type: edgetpu
    device: usb

cameras:
  camera1:
    ffmpeg:
      inputs:
        - path: rtsp://camera1:02oT4n54G5@192.168.1.:554/stream1
          input_args: preset-rtsp-restream
          roles:
            - detect
    detect:
#     width: 2560
#     height: 1440
      fps: 5
      enabled: true

    objects:
      track:
        - person
#        - dog
#        - cat
#        - bird
      filters:
        person:
          min_score: 0.7
          threshold: 0.8

  camera2:
    ffmpeg:
      inputs:
        - path: rtsp://camera2:02oT4njEeG5@192.168.1:554/stream1
          input_args: preset-rtsp-restream
          roles:
            - detect
    detect:
#     width: 2560
#     height: 1440
      fps: 5
      enabled: true

    objects:
      track:
        - person
#        - dog
#        - cat
#        - bird
      filters:
        person:
          min_score: 0.7
          threshold: 0.8

go2rtc:
    streams:
        camera1:
          - rtsp://camera1:02oT4n545@192.168.1.:554/stream1
          - "ffmpeg:camera1#audio=aac"
        camera2:
          - rtsp://camera2:02oT4n54eG5@192.168.1:554/stream1
          - "ffmpeg:camera2#audio=aac"
24-10-14 11:03:07.470318271  Traceback (most recent call last):
2024-10-14 11:03:07.470323347    File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 160, in load_delegate
2024-10-14 11:03:07.470325025      delegate = Delegate(library, options)
2024-10-14 11:03:07.470326872    File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 119, in __init__
2024-10-14 11:03:07.470331618      raise ValueError(capture.message)
2024-10-14 11:03:07.470359246  ValueError
2024-10-14 11:03:07.470360852  
2024-10-14 11:03:07.470362599  During handling of the above exception, another exception occurred:
2024-10-14 11:03:07.470364600  
2024-10-14 11:03:07.470365819  Traceback (most recent call last):
2024-10-14 11:03:07.470367428    File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap
2024-10-14 11:03:07.470368591      self.run()
2024-10-14 11:03:07.470370035    File "/usr/lib/python3.9/multiprocessing/process.py", line 108, in run
2024-10-14 11:03:07.470401410      self._target(*self._args, **self._kwargs)
2024-10-14 11:03:07.470403207    File "/opt/frigate/frigate/object_detection.py", line 102, in run_detector
2024-10-14 11:03:07.470405826      object_detector = LocalObjectDetector(detector_config=detector_config)
2024-10-14 11:03:07.470407290    File "/opt/frigate/frigate/object_detection.py", line 53, in __init__
2024-10-14 11:03:07.470424881      self.detect_api = create_detector(detector_config)
2024-10-14 11:03:07.470426553    File "/opt/frigate/frigate/detectors/__init__.py", line 18, in create_detector
2024-10-14 11:03:07.470427892      return api(detector_config)
2024-10-14 11:03:07.470429503    File "/opt/frigate/frigate/detectors/plugins/edgetpu_tfl.py", line 41, in __init__
2024-10-14 11:03:07.470430928      edge_tpu_delegate = load_delegate("libedgetpu.so.1.0", device_config)
2024-10-14 11:03:07.470448821    File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 162, in load_delegate
2024-10-14 11:03:07.470450538      raise ValueError('Failed to load delegate from {}\n{}'.format(
2024-10-14 11:03:07.470452010  ValueError: Failed to load delegate from libedgetpu.so.1.0
2024-10-14 11:03:07.470453173  
2024-10-14 11:03:07.491595706  [2024-10-14 13:03:07] frigate.app                    INFO    : Camera processor started for camera1: 446
2024-10-14 11:03:07.492639631  [2024-10-14 13:03:07] frigate.app                    INFO    : Camera processor started for camera2: 451
2024-10-14 11:03:07.509949141  [2024-10-14 13:03:07] frigate.app                    INFO    : Capture process started for camera1: 452
2024-10-14 11:03:07.509954691  [2024-10-14 13:03:07] frigate.app                    INFO    : Capture process started for camera2: 463
2024-10-14 11:03:07.899101862  2024/10/14 13:03:07 [error] 211#211: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /api/version HTTP/1.1", subrequest: "/auth", upstream: "http://127.0.0.1:5001/auth", host: "127.0.0.1:5000"
2024-10-14 11:03:07.899119391  2024/10/14 13:03:07 [error] 211#211: *2 auth request unexpected status: 502 while sending to client, client: 127.0.0.1, server: , request: "GET /api/version HTTP/1.1", host: "127.0.0.1:5000"
2024-10-14 11:03:12.938148261  [INFO] Starting go2rtc healthcheck service...
2024-10-14 11:03:27.994151373  [2024-10-14 13:03:27] frigate.watchdog               INFO    : Detection appears to have stopped. Exiting Frigate...
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service go2rtc-healthcheck: stopping
s6-rc: info: service certsync: stopping
2024-10-14 11:03:28.004194736  [INFO] The go2rtc-healthcheck service exited with code 256 (by signal 15)
s6-rc: info: service go2rtc-healthcheck successfully stopped
2024-10-14 11:03:28.005495583  [INFO] Service CERTSYNC exited with code 256 (by signal 15)
s6-rc: info: service certsync successfully stopped
s6-rc: info: service nginx: stopping
s6-rc: info: service certsync-log: stopping
s6-rc: info: service certsync-log successfully stopped
2024-10-14 11:03:28.047373273  [INFO] Service NGINX exited with code 0 (by signal 0)
s6-rc: info: service nginx successfully stopped
s6-rc: info: service nginx-log: stopping
s6-rc: info: service frigate: stopping
s6-rc: info: service nginx-log successfully stopped
2024-10-14 11:03:28.060122927  [2024-10-14 13:03:28] frigate.app                    INFO    : Flask has exited...
2024-10-14 11:03:28.060135102  [2024-10-14 13:03:28] frigate.app                    INFO    : Stopping...
2024-10-14 11:03:28.061466691  [2024-10-14 13:03:28] frigate.record.cleanup         INFO    : Exiting recording cleanup...
2024-10-14 11:03:28.064221810  [2024-10-14 13:03:28] frigate.watchdog               INFO    : Exiting watchdog...
2024-10-14 11:03:28.064853945  [2024-10-14 13:03:28] frigate.ptz.autotrack          INFO    : Exiting autotracker...
2024-10-14 11:03:28.066427149  [2024-10-14 13:03:28] frigate.storage                INFO    : Exiting storage maintainer...
2024-10-14 11:03:28.070814039  [2024-10-14 13:03:28] frigate.events.cleanup         INFO    : Exiting event cleanup...
2024-10-14 11:03:28.071965955  [2024-10-14 13:03:28] frigate.stats.emitter          INFO    : Exiting stats emitter...
2024-10-14 11:03:28.074069977  [2024-10-14 13:03:28] frigate.app                    INFO    : Waiting for capture process for camera1 to stop
2024-10-14 11:03:28.076085319  [2024-10-14 13:03:28] watchdog.camera1               INFO    : Terminating the existing ffmpeg process...
2024-10-14 11:03:28.077153222  [2024-10-14 13:03:28] watchdog.camera1               INFO    : Waiting for ffmpeg to exit gracefully...
2024-10-14 11:03:28.100736727  [2024-10-14 13:03:28] frigate.object_processing      INFO    : Exiting object processor...
2024-10-14 11:03:28.122401191  [2024-10-14 13:03:28] frigate.app                    INFO    : Waiting for capture process for camera2 to stop
2024-10-14 11:03:28.122825430  [2024-10-14 13:03:28] watchdog.camera2               INFO    : Terminating the existing ffmpeg process...
2024-10-14 11:03:28.122889394  [2024-10-14 13:03:28] watchdog.camera2               INFO    : Waiting for ffmpeg to exit gracefully...
2024-10-14 11:03:28.163863100  [2024-10-14 13:03:28] frigate.app                    INFO    : Waiting for process for camera1 to stop
2024-10-14 11:03:29.017611945  [2024-10-14 13:03:29] frigate.events.maintainer      INFO    : Exiting event processor...
2024-10-14 11:03:32.072115173  [2024-10-14 13:03:32] frigate.video                  INFO    : camera1: emptying frame queue
2024-10-14 11:03:32.072213163  [2024-10-14 13:03:32] frigate.video                  INFO    : camera1: exiting subprocess
2024-10-14 11:03:32.080775988  [2024-10-14 13:03:32] frigate.app                    INFO    : Closing frame queue for camera1
2024-10-14 11:03:32.582460268  [2024-10-14 13:03:32] frigate.app                    INFO    : Waiting for process for camera2 to stop
2024-10-14 11:03:33.132895342  [2024-10-14 13:03:33] frigate.video                  INFO    : camera2: emptying frame queue
2024-10-14 11:03:33.133292293  [2024-10-14 13:03:33] frigate.video                  INFO    : camera2: exiting subprocess
2024-10-14 11:03:33.140366422  [2024-10-14 13:03:33] frigate.app                    INFO    : Closing frame queue for camera2
2024-10-14 11:03:34.143330226  [2024-10-14 13:03:34] frigate.app                    INFO    : Detection queue closed
2024-10-14 11:03:34.645471787  [2024-10-14 13:03:34] frigate.app                    INFO    : Detected frames queue closed
2024-10-14 11:03:35.146728386  [2024-10-14 13:03:35] frigate.app                    INFO    : Timeline queue closed
2024-10-14 11:03:36.567607556  [2024-10-14 13:03:36] frigate.output.output          INFO    : exiting output process...
2024-10-14 11:03:38.112211908  [2024-10-14 13:03:38] frigate.review.maintainer      INFO    : Exiting review maintainer...
2024-10-14 11:03:39.129973832  /usr/lib/python3.9/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 9 leaked shared_memory objects to clean up at shutdown
2024-10-14 11:03:39.129978457    warnings.warn('resource_tracker: There appear to be %d '
2024-10-14 11:03:39.132682153  [INFO] Service Frigate exited with code 0 (by signal 0)
s6-rc: info: service frigate successfully stopped
s6-rc: info: service go2rtc: stopping
s6-rc: info: service frigate-log: stopping
2024-10-14 11:03:39.134413385  exit with signal: terminated
s6-rc: info: service frigate-log successfully stopped
2024-10-14 11:03:39.138510040  [INFO] The go2rtc service exited with code 0 (by signal 0)
s6-rc: info: service go2rtc successfully stopped
s6-rc: info: service go2rtc-log: stopping
s6-rc: info: service go2rtc-log successfully stopped
s6-rc: info: service log-prepare: stopping
s6-rc: info: service s6rc-fdholder: stopping
s6-rc: info: service log-prepare successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service s6rc-fdholder successfully stopped
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped

edit : cetait les cable usb livré avec qui etait défectueux