Frigate NVR Updates: GenAI Gets More Flexible, Cleanup Follows
Frigate's GenAI description system no longer requires a restart to enable, but that same runtime flexibility opened up a crash risk when cameras are removed, prompting a same-day follow-up fix. A smaller quality-of-life fix also tightened up license plate event creation.
Duration: PT2M1S
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-08-13T13:18:05Z
- Audio duration: PT2M1S
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 August 13th, 2026, and this is your Frigate NVR briefing.
The headline today is about runtime flexibility, and the ripple effects that come with it. PR 23964, from Josh Hawkins, lets Frigate enable GenAI object descriptions on the fly, without a full restart. That's a meaningful convenience win for anyone managing multiple cameras. But flexibility at runtime means more…
Second theme: precision fixes in event and detection pipelines. PR 23977, also from Hawkins, filters out dedicated license plate recognition results before an event gets created, tightening up what actually triggers a recorded event rather than cleaning up after the fact. Small change, but it reduces noise in the…
And a lighter note: PR 23946 fixed a genuine typo in the audio detection labelmap — "sodeling" corrected to "yodeling." The related commit also cleaned up a duplicate key in the English audio translation file. Not high-impact, but it's a good example of catching small data inconsistencies before they propagate into…
What to remember: the GenAI runtime-enable change is powerful but still settling — expect a quick-follow patch for camera removal edge cases. And the LPR event filter is a…
That'…