From 70beed73465ab27449a59c62043d94c16efe00c5 Mon Sep 17 00:00:00 2001 From: Franoosh Date: Wed, 15 Oct 2025 14:42:29 +0200 Subject: Added camera support. Movement recognition and video streaming. Web server and frontend. Work in progress. To be fixed: frontend reloading information about client and a page after major changes like camera name or address change, camera removal. Add certificates before testing on actual distributed hardware. Add user login logic. --- templates/client.html | 98 ++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 90 insertions(+), 8 deletions(-) (limited to 'templates') diff --git a/templates/client.html b/templates/client.html index e03394a..5a52f43 100644 --- a/templates/client.html +++ b/templates/client.html @@ -12,19 +12,52 @@
{% for camera_id in camera_ids %}
-

Camera {{ camera_id }}

+

Camera: {{ camera_id }}

+
+

Modify Camera Name

+ + +
+
+

Modify Camera Threshold

+ + +
+
+

Modify Camera Grace Period

+ + +
+
+

Modify Camera Address

+ + +
- {% endfor %} -
+ {% endfor %} +
+

Add Camera

+ + + +
+
+

Remove Camera

+ + +
+ -- cgit v1.2.3