I’m having a similar problem. I am running HA on an old MacPro and VirtualBox. The device is seen by VB however when I include the detector in Frigate, it says it’s not there.
[s6-init] making user provided files available at /var/run/s6/etc…exited 0.
[s6-init] ensuring user provided files have correct perms…exited 0.
[fix-attrs.d] applying ownership & permissions fixes…
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts…
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[2022-11-01 05:33:57] frigate.app INFO : Starting Frigate (0.11.1-2eada21)
[2022-11-01 05:33:57] frigate.app INFO : Creating directory: /tmp/cache
Starting migrations
[2022-11-01 05:33:57] peewee_migrate INFO : Starting migrations
There is nothing to migrate
[2022-11-01 05:33:57] peewee_migrate INFO : There is nothing to migrate
[2022-11-01 05:33:57] frigate.app INFO : Output process started: 213
[2022-11-01 05:33:57] frigate.mqtt INFO : Turning off detection for Dining via mqtt
[2022-11-01 05:33:57] frigate.mqtt INFO : Turning on snapshots for Front-door via mqtt
[2022-11-01 05:33:57] ws4py INFO : Using epoll
[2022-11-01 05:33:57] detector.coral INFO : Starting detection process: 212
[2022-11-01 05:33:57] frigate.edgetpu INFO : Attempting to load TPU as usb
[2022-11-01 05:33:57] frigate.mqtt INFO : Turning on snapshots for Garten-house via mqtt
[2022-11-01 05:33:57] frigate.mqtt INFO : Turning on snapshots for Garage via mqtt
[2022-11-01 05:33:57] frigate.app INFO : Camera processor started for Dining: 219
[2022-11-01 05:33:57] frigate.mqtt INFO : Turning on snapshots for Drive-way via mqtt
[2022-11-01 05:33:57] frigate.app INFO : Camera processor started for Garage: 222
[2022-11-01 05:33:57] frigate.edgetpu ERROR : No EdgeTPU was detected. If you do not have a Coral device yet, you must configure CPU detectors.
Process detector:coral:
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py”, line 160, in load_delegate
delegate = Delegate(library, options)
File “/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py”, line 119, in init
raise ValueError(capture.message)
ValueError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/lib/python3.9/multiprocessing/process.py”, line 315, in _bootstrap
self.run()
File “/usr/lib/python3.9/multiprocessing/process.py”, line 108, in run
self._target(*self._args, **self._kwargs)
File “/opt/frigate/frigate/edgetpu.py”, line 135, in run_detector
object_detector = LocalObjectDetector(
File “/opt/frigate/frigate/edgetpu.py”, line 43, in init
edge_tpu_delegate = load_delegate(“libedgetpu.so.1.0”, device_config)
File “/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py”, line 162, in load_delegate
raise ValueError(‘Failed to load delegate from {}\n{}’.format(
ValueError: Failed to load delegate from libedgetpu.so.1.0
[2022-11-01 05:33:57] frigate.app INFO : Camera processor started for Front-door: 223
[2022-11-01 05:33:57] frigate.mqtt INFO : Turning on snapshots for Patio via mqtt
[2022-11-01 05:33:57] frigate.app INFO : Camera processor started for Garten-house: 225
[2022-11-01 05:33:57] frigate.app INFO : Camera processor started for Drive-way: 227
[2022-11-01 05:33:57] frigate.app INFO : Camera processor started for Patio: 229
[2022-11-01 05:33:57] frigate.app INFO : Capture process started for Dining: 232
[2022-11-01 05:33:57] frigate.app INFO : Capture process started for Garage: 233
[2022-11-01 05:33:57] frigate.app INFO : Capture process started for Front-door: 236
[2022-11-01 05:33:57] frigate.app INFO : Capture process started for Garten-house: 246
[2022-11-01 05:33:57] frigate.app INFO : Capture process started for Drive-way: 253
[2022-11-01 05:33:57] frigate.app INFO : Capture process started for Patio: 258
[2022-11-01 05:33:57] ws4py INFO : Using epoll