Gitiles
Code Review
Sign In
gerrit.opencord.org
/
person-detection-app
/
51554d84d251d4d8983271bfdd61326f2d096861
/
.
/
person_detection
/
templates
/
index.html
blob: 43a4c6bfa9d39ea12c37e237bb40479007be3146 [
file
] [
log
] [
blame
]
<html>
<head>
<title>
Person Detection - Aether Edge Application
</title>
</head>
<body>
<h1>
Person Detection - Aether Edge Application
</h1>
{% for x in devices %}
<img
src
=
"{{ url_for('video_feed', device=x) }}"
>
{% endfor %}
</body>
</html>