EE-status-v3/templates/camera_preview.html

4 lines
164 B
HTML
Raw Permalink Normal View History

2023-07-25 23:18:58 +00:00
<h3>Preview Image</h3>
<h5>{{ template_values['camera'].name }}</h5>
<img src="/camera/{{ template_values['camera'].id }}/preview_image" style="max-height:360px;">