-
I installed Frigate in an LXC container using this script: https://community-scripts.github.io/ProxmoxVE/scripts?id=frigate Now I wanted to set up my Coral TPU so that frigate also uses it. The Apex driver is loaded in the container. But I can't get frigate to use the Coral TPU.
In my frigate log I can find these lines:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You can try the below @Eisbaer2 The LXC container needs access to the coral and the config file needs some modification. Also the host needs drivers too. blakeblackshear/frigate#5448 (comment) Here is what I had to do with mine to get the Coral recognised. The full instructions are above. Edit the config file of the LXC using
Add the following at the bottom of the file
|
Beta Was this translation helpful? Give feedback.
I found the solution: The correct entry in the frigate yaml is: "device: pci", and nothing like...apex...