Gitiles
Code Review
Sign In
gerrit.opencord.org
/
person-detection-app
/
5aa73460568d0a7e97fe8368e3df2b770ff198a2
/
.
/
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>