{{ image_files|length }} camera(s)
Logout
Cameras Live Feed
{% if image_files %}
{% for img in image_files %}
{{ img.replace('.jpg', '').replace('_', ':') }} LIVE
{% endfor %}
{% else %}

No active cameras

Waiting for ESP devices to send frames on UDP port 5000

{% endif %}