Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Frigate - meine ersten Schritte

Featured Replies

Ich verwende 7 Kameras und bei 1 Kamera auch PTZ. MQTT bzw HA verwende ich nicht.

Hier die gesamte Config der Kamera mit funktionierender PTZ Funktion:

 

mqtt:
  enabled: false
##############################################################
detectors:
  coral:
    type: edgetpu
    device: usb
########################################################################################## 

Katze1:
    ffmpeg:
      hwaccel_args: preset-vaapi
      inputs:
      - path: rtsp://user:[email protected]:554/h264Preview_01_main
        roles:
        - record
        - detect
    onvif:
      host: 192.168.1.208
      port: 8000
      user: user
      password: password
    detect:
    objects:
      track:
      - person
      - cat
      - bird
      filters:
        bird:
          min_score: 0.70
          threshold: 0.70
          min_area: 15000
        person:
          min_score: 0.73
          threshold: 0.73
    motion:
      mask:
      - 0,0,1280,0,1280,151,0,266
    birdseye:
      order: 3
    record:
      enabled: true
      expire_interval: 60
      sync_recordings: true
      retain:
        days: 0
        mode: active_objects
      events:
        retain:
          default: 7
          mode: active_objects
          objects:
            dog: 5
            cat: 5
            person: 5
            car: 7
        pre_capture: 10
        post_capture: 15
    snapshots:
      enabled: true
      clean_copy: true
      timestamp: true
      height: 720
      width: 1280
      fps: 5

Ich verwende noch 13.2 aber diese Config hat in v14 und in den Beta v15 Versionen auch funktioniert.

Ob MQTT nun aktiv ist spielt für Frigate nicht so die Rolle. Aber zuerst muss mal Frigate fehlerfrei starten.

Ich hab das immer in kleinen Schritten erweitert. Weil wenn die Config nicht stimmt, gibt immer nur kryptische Fehlermeldungen und Frigate startet nicht.

Weiters lief der Coral bei mir nur stabil, wenn ich dieses Unraid Boot Flag setze:

 

usbcore.autosuspend=-1

 

Damit läufts nu naber seit Monaten völlig stabil.

 

 

Edited by faxxe71

  • 1 month later...

Gibt es Empfehlungen für einen Coral, der aspm und powertop bzw Stromsparmaßnahmen unterstützt?

  • 2 weeks later...

Hallo,

 

ich habe frigate installiert, werde beim Aufruf der Webseite aber nach User und Passwort gefragt?

Was muss ich denn da eingeben? Konnte dazu nichts finden.

Danke euch.

@k3vbert danke schon mal für den Schupser in die richtige Richtung. 

Hab jetzt den Container einfach noch mal neu installiert, im Log kann ich aber auch hier nichts finden, was nach einem Login/Passwort aussieht!?

 

In der Hilfe steht ja
"Onboarding

On startup, an admin user and password are generated and printed in the logs. "

 

Irgendwie leider ziemlich komisch gelöst!?

 

Quote

text  error  warn  system  array  login  

s6-rc: info: service s6rc-fdholder: starting
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service s6rc-fdholder successfully started
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service log-prepare: starting
s6-rc: info: service log-prepare successfully started
s6-rc: info: service nginx-log: starting
s6-rc: info: service go2rtc-log: starting
s6-rc: info: service frigate-log: starting
s6-rc: info: service certsync-log: starting
s6-rc: info: service nginx-log successfully started
s6-rc: info: service go2rtc-log successfully started
s6-rc: info: service go2rtc: starting
s6-rc: info: service frigate-log successfully started
s6-rc: info: service certsync-log successfully started
s6-rc: info: service go2rtc successfully started
s6-rc: info: service go2rtc-healthcheck: starting
s6-rc: info: service frigate: starting
s6-rc: info: service go2rtc-healthcheck successfully started
s6-rc: info: service frigate successfully started
s6-rc: info: service nginx: starting
s6-rc: info: service nginx successfully started
s6-rc: info: service certsync: starting
s6-rc: info: service certsync successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
2025-02-17 22:17:12.204401053  [INFO] Starting NGINX...
2025-02-17 22:17:12.204402621  [INFO] Preparing new go2rtc config...
2025-02-17 22:17:12.204404255  [INFO] Preparing Frigate...
2025-02-17 22:17:12.220349378  [INFO] No TLS certificate found. Generating a self signed certificate...
2025-02-17 22:17:12.487225481  [INFO] Starting Frigate...
2025-02-17 22:17:12.918374704  [INFO] Starting go2rtc...
2025-02-17 22:17:13.033629616  22:17:13.033 INF go2rtc platform=linux/amd64 revision=b2399f3 version=1.9.2
2025-02-17 22:17:13.033643259  22:17:13.033 INF config path=/dev/shm/go2rtc.yaml
2025-02-17 22:17:13.033941647  22:17:13.033 INF [rtsp] listen addr=:8554
2025-02-17 22:17:13.033978497  22:17:13.033 INF [api] listen addr=:1984
2025-02-17 22:17:13.034054502  22:17:13.034 INF [webrtc] listen addr=:8555/tcp
2025-02-17 22:17:13.830503882  [INFO] Starting certsync...
2025-02-17 22:17:13.889493244  127.0.0.1 - - [17/Feb/2025:22:17:13 +0100] "" 400 0 "-" "-" "-"
2025-02-17 22:17:15.306107486  [2025-02-17 22:17:15] frigate.util.config            INFO    : Checking if frigate config needs migration...
2025-02-17 22:17:15.311759426  [2025-02-17 22:17:15] frigate.util.config            INFO    : frigate config does not need migration...
2025-02-17 22:17:15.713190596  [2025-02-17 22:17:15] frigate.util.services          INFO    : Automatically detected vaapi hwaccel for video decoding
2025-02-17 22:17:15.725823073  [2025-02-17 22:17:15] frigate.app                    INFO    : Starting Frigate (0.15.0-cea210d)
2025-02-17 22:17:15.733644703  [2025-02-17 22:17:15] peewee_migrate.logs            INFO    : Starting migrations
2025-02-17 22:17:15.733900593  [2025-02-17 22:17:15] peewee_migrate.logs            INFO    : There is nothing to migrate
2025-02-17 22:17:15.740796506  [2025-02-17 22:17:15] frigate.app                    INFO    : Recording process started: 499
2025-02-17 22:17:15.746022304  [2025-02-17 22:17:15] frigate.app                    INFO    : Review process started: 508
2025-02-17 22:17:15.748172422  [2025-02-17 22:17:15] frigate.app                    INFO    : go2rtc process pid: 98
2025-02-17 22:17:15.757969524  [2025-02-17 22:17:15] detector.cpu                   INFO    : Starting detection process: 515
2025-02-17 22:17:15.765442214  [2025-02-17 22:17:15] frigate.detectors              WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes.
2025-02-17 22:17:15.766690041  [2025-02-17 22:17:15] frigate.app                    INFO    : Output process started: 530
2025-02-17 22:17:15.777381405  [2025-02-17 22:17:15] frigate.app                    INFO    : Camera processor started for name_of_your_camera: 545
2025-02-17 22:17:15.787189866  [2025-02-17 22:17:15] frigate.app                    INFO    : Capture process started for name_of_your_camera: 553
2025-02-17 22:17:15.841393950  [2025-02-17 22:17:15] frigate.api.fastapi_app        INFO    : Starting FastAPI app
2025-02-17 22:17:15.960114932  [2025-02-17 22:17:15] frigate.api.fastapi_app        INFO    : FastAPI started
2025-02-17 22:17:20.812809079  [2025-02-17 22:17:20] frigate.video                  ERROR   : name_of_your_camera: Unable to read frames from ffmpeg process.
2025-02-17 22:17:20.812912704  [2025-02-17 22:17:20] frigate.video                  ERROR   : name_of_your_camera: ffmpeg process is not running. exiting capture thread...
2025-02-17 22:17:22.197070404  [INFO] Starting go2rtc healthcheck service...
2025-02-17 22:17:35.816084337  [2025-02-17 22:17:35] watchdog.name_of_your_camera   ERROR   : Ffmpeg process crashed unexpectedly for name_of_your_camera.
2025-02-17 22:17:35.816087584  [2025-02-17 22:17:35] watchdog.name_of_your_camera   ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2025-02-17 22:17:35.816110349  [2025-02-17 22:17:35] ffmpeg.name_of_your_camera.detect ERROR   : [tcp @ 0x5570247d03c0] Connection to tcp://10.0.10.10:554?timeout=5000000 failed: Connection timed out
2025-02-17 22:17:35.816168046  [2025-02-17 22:17:35] ffmpeg.name_of_your_camera.detect ERROR   : [in#0 @ 0x5570247cef40] Error opening input: Connection timed out
2025-02-17 22:17:35.816191953  [2025-02-17 22:17:35] ffmpeg.name_of_your_camera.detect ERROR   : Error opening input file rtsp://10.0.10.10:554/rtsp.
2025-02-17 22:17:35.816214955  [2025-02-17 22:17:35] ffmpeg.name_of_your_camera.detect ERROR   : Error opening input files: Connection timed out
2025-02-17 22:17:40.835951215  [2025-02-17 22:17:40] frigate.video                  ERROR   : name_of_your_camera: Unable to read frames from ffmpeg process.
2025-02-17 22:17:40.836078420  [2025-02-17 22:17:40] frigate.video                  ERROR   : name_of_your_camera: ffmpeg process is not running. exiting capture thread...
2025-02-17 22:17:40.874520808  [2025-02-17 22:17:40] frigate.util.services          ERROR   : Unable to poll intel GPU stats: Failed to initialize PMU! (Operation not permitted)
2025-02-17 22:17:40.874523668  

 

Edited by Thomas_H

  • Community Expert

Kann mich ehrlicherweise nicht mehr erinnern wie ich das gelöst hatte, aber ich greife über Port 5000 (bei mir zugewiesen 5001) zu, und dort ist keine Authentication nötig.

 

Ansonsten:

 

image.thumb.png.00e570f463538f7f08aeac3315c01947.png

Edited by k3vbert

8 hours ago, Thomas_H said:

Hab jetzt den Container einfach noch mal neu installiert, im Log kann ich aber auch hier nichts finden, was nach einem Login/Passwort aussieht!?

 

und vorher auch /appdata/Frigate... gelöscht ? schätze mal der legt ja da was ab.

 

oder, wenn du den Link weiter liest (config sollte unter /appdata/... liegen)

 

image.thumb.png.df5f27d25b3909ad60ef4ca6e2febd62.png

12 hours ago, alturismo said:

und vorher auch /appdata/Frigate... gelöscht ? schätze mal der legt ja da was ab.

 

Somit konnte ich einen clean install machen, danke dir.

Mir war nicht bewusst, dass nach dem Löschen noch Config Dateien übrig bleiben.

Nun kann ich weiter experimentieren. 😁

  • 1 month later...

Ich hab das Thema Frigate etwas ruhen lassen und möchte mich dem nun erneut annähern.

 

Das Problem mit dem Port Wechsel des Coral hab ich noch nicht behoben bekommen - nur gut das die gefahr nur besteht, wenn ich den Unraid Server reboote, also hoffen das ich das nicht machen muß oder er sich selbst abschaltet o.ä.

 

Wie erwähnt habe ich zur Coral TPU noch eine NVIDIA GeForce GTX 1050 Ti verbaut - bringt es etwas die in Frigate zusätzlich noch zu integrieren? Hab in der App Beschreibung gelesen:

 

If you want to use a NVidia card to image decoding and/or detection, you must first install the drivers from CA app (thanks to @ich777), add "--runtime=nvidia" as extra parameter under advanced view and set the "Nvidia Visible Devices" variable with your "GPU UUID" as the value.

 

Den Nvidia Treiber für Unraid habe ich installiert, in Frigate habe ich die UUID eingetragen und nun muß ich nur noch den Wert --runtime=nvidia bei extra parameter in der erweitrten Ansicht eintragen? Da steht bei mir derzeit: --shm-size=256m --mount type=tmpfs,target=/tmp/cache,tmpfs-size=1000000000 --restart unless-stopped also dann --shm-size=256m --mount type=tmpfs,target=/tmp/cache,tmpfs-size=1000000000 --restart unless-stopped --runtime=nvidia ??

 

Okay Einstellungen soweit durch und Frigate erfolgreich installiert

Edited by Curiosity

On 2/17/2025 at 8:35 PM, Thomas_H said:

Hallo,

 

ich habe frigate installiert, werde beim Aufruf der Webseite aber nach User und Passwort gefragt?

Was muss ich denn da eingeben? Konnte dazu nichts finden.

Danke euch.

Falls noch nicht gefunden - frigate über Port 5000 öffnen dann bedarf es kein Passwort. Dort kann man aber dann die Benutzerverwaltung machen und auch die Zugangsdaten für Zugang über Port 8971

On 9/17/2024 at 8:36 AM, SimonF said:

There is no support for docker currently as not sure there is hooks for start etc that would allow changes to config.

 

For my frigate with Coral USB i have the following mapping so I dont have this issue. But does mean has access to all usbs.

image.png

Das ist ein guter Tip und funktioniert tatsächlich - einfach nur den Pfad eingeben und hinter usb kein Slash setzen - Frigate findet tasächlich auch so den Coral USb Stick

On 1/3/2025 at 12:52 PM, faxxe71 said:

Weiters lief der Coral bei mir nur stabil, wenn ich dieses Unraid Boot Flag setze:

 

usbcore.autosuspend=-1

Wo hast du das eingetragen??

3 hours ago, Curiosity said:

Wo hast du das eingetragen??

Im Start Menü auf den "Flash" USB Stick klicken dann kommt man zu den Syslinux Start Befehlen.

 

Bildschirmfoto 2025-04-15 um 21.13.20.png

  • 2 weeks later...

Hallo,

krieg ich von euch ein "Versuchs mal in Unraid?". ich hab die letzten zwei wochen abends versucht, mit hilfe von chatgpt die coral usb tpu an frigate weiterzugeben in einer Proxmox umgebung. bin stundenlang gescheitert und hab eigentlich keinen bock mehr. hier treiben installieren, configs anpassen usw das war alles immer kutz davor zu klappen aber dann ist derusb doch in in den LXC weitergereicht worden.

ist das unter unraid (ich hab noch ne "kleine" lizens übrig) einfacher?

ich will mit einem i3-n305 (8 kerne, 32GB RAM) 6 kameras bedienen, ohne coral wird das glaub ich sehr eng mit motion detection, da auch noch HA laufen soll auf dem Rechner..

viele Grüsse Klaas 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.