Frigate NVR Updates: A Second Face Recognition Model Arrives — Twice

Contributor zaolin submitted the same AdaFace face-recognition addition as two separate pull requests, while smaller fixes tightened dependency declarations and translations landed from the community.

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-07-28T13:17:20Z
  • 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 July 28th, 2026, and here's your Frigate development briefing.

The top story today is really one story submitted twice. Contributor zaolin opened two pull requests, numbers 23843 and 23842, both proposing to add AdaFace as an alternative to the existing ArcFace model for face recognition. AdaFace is a research model designed to handle low-quality, surveillance-style footage…

Second theme: dependency hygiene. Contributor mweinelt's PR 23841 explicitly declares the HTTPX library with HTTP/2 support in the wheel requirements file. The change is small, but it closes a gap where HTTPX was already in use without being pinned directly — the kind of fix that prevents subtle build or runtime…

Rounding things out, PR 23846 is the regular translation sync from Hosted Weblate, updating community-contributed strings across settings and dialog areas. Routine, but keeps the interface current for non-English users.

What's next: keep an eye on which AdaFace pull request survives review — 23843 or 23842 — since only one should move forward, and check whether the HTTPX dependency fix needs a matching update anywhere else it's consumed.

That's your briefing for July 28th. Back…

Nearby episodes from Frigate NVR Updates

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