Shad Ansari | 30a2373 | 2021-09-29 23:07:21 -0700 | [diff] [blame] | 1 | <html> |
2 | <head> | ||||
3 | <title>Person Detection - Aether Edge Application</title> | ||||
4 | </head> | ||||
5 | <body> | ||||
6 | <h1>Person Detection - Aether Edge Application</h1> | ||||
Shad Ansari | b5808d7 | 2021-10-04 12:43:27 -0700 | [diff] [blame] | 7 | {% for x in devices %} |
8 | <img src="{{ url_for('video_feed', device=x) }}"> | ||||
9 | {% endfor %} | ||||
Shad Ansari | 30a2373 | 2021-09-29 23:07:21 -0700 | [diff] [blame] | 10 | </body> |
11 | </html> |