Frigate NVR Updates: Dashboard Camera Visibility Fix

A single commit was pushed today addressing inconsistent visibility behavior for hidden cameras in the dashboard alerts section.

Duration: PT1M13S

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-03-04T11:04:25Z
  • Audio duration: PT1M13S

Transcript excerpt

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

Good morning, this is your Frigate NVR update for March 4th, 2026.

Today we saw one commit pushed to the main repository. Michal Srb implemented a fix to hide alerts from cameras that are configured to be hidden from the dashboard. Previously, cameras with the `ui.dashboard = false` configuration were properly hidden from the All Cameras default group, but their alerts were still…

The fix modifies the LiveDashboardView component to ensure that alerts from hidden cameras are also filtered out from the dashboard display. Users can still access these hidden cameras and their alerts by creating custom camera groups, maintaining the flexibility to view them when needed.

This addresses issue 22226 and affects the web interface's TypeScript React component, specifically the dashboard view logic. The change adds 8 lines and removes 1 line in the LiveDashboardView.tsx file.

Looking ahead: we'll continue monitoring for any follow-up issues related to this dashboard visibility fix, and track ongoing development activity in the repository.

That's your Frigate NVR update. We'll be back tomorrow with the latest developments.

Nearby episodes from Frigate NVR Updates

  1. UI Improvements and License Plate Recognition Fixes
  2. Dynamic Configuration Expansion
  3. React 19 Upgrade and Motion Search Features
  4. Debug Replay Feature and UI Improvements
  5. Documentation Clarifications for Hardware Requirements
  6. Major Masks and Zones Improvements Plus GenAI Enhancements
  7. Version 0.17 Release and Early 0.18 Development
  8. YOLOv9 Documentation Fix