Versioner sammenlignet

Nøgle

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

...

This should start Frigate and show it on http://10.0.0.164:5000:


If the interface is not up, troubleshoot the logs with:

Kodeblok
docker logs --tail 50 --follow --timestamps "frigate"


Coral Stick on Linux

I had some problems getting the Coral stick to work (the Frigate docker image has all for it), 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


Loking at the links for the 2 versions - USB and M2

Kodeblok
echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" | sudo tee /etc/apt/sources.list.d/coral-edgetpu.list
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get install gasket-dkms libedgetpu1-std

...

So it seems my stick is detected as a PCI Device..


And now:

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 003: ID 1a6e:089a Global Unichip Corp.

...


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