Hi.
Has there been any change in the Frigate and coral TPU settings?
frigate.yml:
detectors:
coral1:
type: edgetpu
device: pci:0
coral2:
type: edgetpu
device: pci:1
Because it gives me the error and does not launch Frigate:
2024-12-25 10:19:25.022360396 [2024-12-25 11:19:25] frigate.detectors.plugins.edgetpu_tfl ERROR : No EdgeTPU was detected. If you do not have a Coral device yet, you must configure CPU detectors.
2024-12-25 10:19:25.023397485 Process detector:coral1:
2024-12-25 10:19:25.024410941 Traceback (most recent call last):
2024-12-25 10:19:25.024661314 File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 160, in load_delegate
2024-12-25 10:19:25.024663242 delegate = Delegate(library, options)
2024-12-25 10:19:25.024664369 File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 119, in __init__
2024-12-25 10:19:25.024669955 raise ValueError(capture.message)
2024-12-25 10:19:25.024670842 ValueError