Skip to content

[Config Support]: Frigate w/ Coral stops detecting objects. #18428

Closed Answered by amit-nz
amit-nz asked this question in Config Support
Discussion options

You must be logged in to vote

Ok... spoke too soon. After working for about 24h (all the while disconnecting and reconnecting according to dmesg) the coral simply stopped working. I was going to order a pci-e coral and pass the whole thing into frigate but I decided to try openvino first.

Per this page, https://docs.frigate.video/configuration/object_detectors/#openvino-detector - I configured two detectors because I have 7 streams that need object detection. Simply commented out coral, and added this in:

detectors:
  ov_0:
    type: openvino
    device: GPU
  ov_1:
    type: openvino
    device: GPU

model:
  width: 300
  height: 300
  input_tensor: nhwc
  input_pixel_format: bgr
  path: /openvino-model/ssdlite_mobil…

Replies: 2 comments 7 replies

Comment options

NickM-27
May 27, 2025
Collaborator Sponsor

You must be logged in to vote
2 replies
@amit-nz
Comment options

@amit-nz
Comment options

Comment options

You must be logged in to vote
5 replies
@Dzonzi
Comment options

@amit-nz
Comment options

@amit-nz
Comment options

Answer selected by amit-nz
@Dzonzi
Comment options

@NickM-27
Comment options

NickM-27 Jun 1, 2025
Collaborator Sponsor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment