Skip to content
Discussion options

You must be logged in to vote

Based on your Frigate stats output, your OpenVINO detector is actually running and working correctly. The stats show:

"detectors":{"ov":{"inference_speed":22.23,"detection_start":0.0,"pid":567}}

This indicates:

  • The detector process ov has PID 567 and is active
  • Inference speed is ~22ms (healthy performance)
  • Detection FPS is 3.3

Your screenshots also confirm this - the "Detector Inference Speed" graph shows ~27ms inference times, and the detector is processing frames.

The reason you don't see explicit "Starting OpenVINO detector" log messages is that your logger is set to error level in your config, which suppresses informational messages.(1)

If you want to see more detailed startup logs,…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by philanyware
Comment options

NickM-27
Apr 3, 2026
Collaborator Sponsor

You must be logged in to vote
1 reply
@philanyware
Comment options

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