{% extends "base.html" %} {% block title %}Dashboard - Frigate Counter{% endblock %} {% block content %}
Cameras Active Today
Total Counts Today
Days with Data
All Time Total
| Camera | Count | Last Updated |
|---|---|---|
| {{ item.camera_name }} | {{ item.counter_value }} | {{ item.timestamp }} |
Counts will appear here once the counter starts receiving events.
| Date | Cameras | Total Counts | Last Update | Action |
|---|---|---|---|---|
| {{ day.date }} | {{ day.camera_count }} | {{ day.total_count }} | {{ day.last_update }} | View Details |
Daily summaries will appear here once data is recorded.
| Camera Name | Days Active | Total Counts | Last Update | Action |
|---|---|---|---|---|
| {{ camera.camera_name }} | {{ camera.day_count }} | {{ camera.total_count }} | {{ camera.last_update }} | View Details |
Camera data will appear here once events are processed.