{% extends "base.html" %} {% block title %}Vigilar — Recordings{% endblock %} {% block head %} {% endblock %} {% block content %}
Recordings
Select a camera to view the recording timeline
Recording
  Person   Vehicle   Motion
{% for rec in recordings %} {% else %} {% endfor %}
Camera Started Duration Trigger Size
{{ rec.camera_id }} {{ rec.started_at }} {{ rec.duration_s }}s {{ rec.trigger }} {{ rec.file_size }}
No recordings found
{% endblock %}