Versioner sammenlignet

Nøgle

  • Linjen blev tilføjet.
  • Denne linje blev fjernet.
  • Formatering blev ændret.

...

Kodeblok
apt install docker.io


Frigate NVR Install

Find information on Frigate here

Tip

First, I put all docker stuff in /opt 

...

Tip

In short, the file sets up three cams (Reolink) - using:

  • The Lowres RTSP stream for the Detect role (sub) as generally recommended.
  • The highres RTSP stream for the Recording Role (Main) as generally recommended.
  • The tracking of persons and cars
  • The use of a Coral stick for Object processing.

Reference to the configuration file is here

And the database file /opt/frigate/frigate.yml

...

I had some problems getting the Coral stick to work (the Frigate docker image has all needed for it), but it did not show up as an USB Device on the MacBook:

Kodeblok
root@beetle:/home/bnp# lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 05ac:1463 Apple, Inc. USB-C Digital AV Multiport Adapter
Bus 001 Device 002: ID 05ac:1017 Apple, Inc. USB2.0 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 002: ID 05ac:1018 Apple, Inc. USB3.1 Hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 002: ID 0bda:8153 Realtek Semiconductor Corp. RTL8153 Gigabit Ethernet Adapter
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

...