From 4050ec641b8cc4fef8d8a757c27bde0802b5c3e9 Mon Sep 17 00:00:00 2001 From: CruiseDevice Date: Thu, 1 Nov 2018 17:35:00 +0530 Subject: Update documentation in README and Add webcam features in SBHS - Admin can view all SBHS live feeds. - User can view their allocated live feed. - Request machine change modal fix in base.html. --- sbhs/templates/webcam/show_video.html | 54 +++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 sbhs/templates/webcam/show_video.html (limited to 'sbhs/templates/webcam') diff --git a/sbhs/templates/webcam/show_video.html b/sbhs/templates/webcam/show_video.html new file mode 100644 index 0000000..1f372d7 --- /dev/null +++ b/sbhs/templates/webcam/show_video.html @@ -0,0 +1,54 @@ +{% extends "account/home.html" %} +{% load staticfiles %} +{% block title %} + Show video +{% endblock %} +{% block content %} + {% block headerfiles %} + + + {% endblock %} +
+
+
+ +
+

SBHS live feed: Machine ID {{mid}}

+
+
+ SBHS live feed + +
+
+
+ +{% endblock %} \ No newline at end of file -- cgit