{% extends "base.html" %} {% block title %}Cameras - ESPILON{% endblock %} {% block content %} {% if image_files %}
{% for img in image_files %}
{{ img.replace('.jpg', '').replace('_', ':') }}
LIVE
{% endfor %}
{% else %}
No Signal

No active cameras

Waiting for ESP32-CAM devices to send frames on UDP port 5000

{% endif %} {% endblock %} {% block scripts %} {% endblock %}