Frigate NVR Updates: OpenVINO Detector Crash Fix

A regression tracing back to a variable renaming cleanup was crashing the OpenVINO YOLOX detector on every detection since version 0.15. Hawkeye217 shipped the fix in PR #23828 and followed up with a related round of miscellaneous fixes in PR #23854.

Duration: PT1M56S

Episode overview

This episode is a short developer briefing from Frigate NVR Updates.

It explains recent repository work in plain language.

  • Show: Frigate NVR Updates
  • Published: 2026-07-29T13:15:41Z
  • Audio duration: PT1M56S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good morning, it's July 29th, 2026, and there's one story that matters most today: a long-standing crash in object detection just got fixed.

For anyone running the OpenVINO YOLOX detector, every single detection above the confidence threshold was crashing the process. Commit 860772f traces the root cause back to issue 13794, a code-cleanup pull request that renamed an internal variable. That rename caused a shape mismatch - the code tried to fit a…

That same pull request bundled in several smaller quality-of-life fixes: a wider logger name field so per-process log level settings display cleanly, expanded documentation around timestamp errors, and cleanup of the generative AI docs, including combining the Qwen 3.5 and Qwen 3.6 model listings so they're not…

A second pull request, #23854, followed close behind, also labeled miscellaneous fixes for the 0.18 beta. It touches build tooling for OpenVINO models, the config utility, and the FastAPI app startup path. Details are still thin since it was just opened, but given the pattern from #23828, it looks like continued…

The throughline here: as Frigate pushes toward 0.18, the team is going back through recent refactors and catching…

What's…

Nearby episodes from Frigate NVR Updates

  1. A Second Face Recognition Model Arrives — Twice
  2. Weekly Recap - Beta Stabilization & Global Reach
  3. Beta Fixes and a Wave of Translations
  4. A Zoom Library Pin, Twice
  5. Stability Fixes for the 0.18 Beta
  6. Closing Out 0.18 Beta Rough Edges
  7. Preview Storage Regression Fix
  8. Beta Cleanup Pass