Direkt zum Hauptinhalt

Coral Videobeschleuniger einbinden

Beschreibung:

Das Auswerten der Bildervia CPU bringt die CPU an 99% Limit
Damit ruckelt die Vorschau oder ist gar nicht verfügbar.
Dafür setzten wir einen USB Dongle ein.

Auswahl_397.png

Config abändern:

Alt:

....
# Optional: Detectors configuration. Defaults to a single CPU detector
detectors:
  # Required: name of the detector
  detector_name:
    # Required: type of the detector
    # Frigate provided types include 'cpu', 'edgetpu', and 'openvino' (default: shown below)
    # Additional detector types can also be plugged in.
    # Detectors may require additional configuration.
    # Refer to the Detectors configuration page for more information.
    type: cpu
    
....

Neu

...
# Optional: Detectors configuration. Defaults to a single CPU detector
detectors:
  # Required: name of the detector
  detector_name:
    # Required: type of the detector
    # Frigate provided types include 'cpu', 'edgetpu', and 'openvino' (default: shown below)
    # Additional detector types can also be plugged in.
    # Detectors may require additional configuration.
    # Refer to the Detectors configuration page for more information.
    #Hier kommt anstatt cpu edgetpu rein
    type: edgetpu
    device: usb
...