From 7d9360576f7db9c587f66674d5e829e3e5c62400 Mon Sep 17 00:00:00 2001 From: Nicolas Bertrand Date: Thu, 4 Sep 2025 18:25:43 +0200 Subject: [PATCH] Refactor camera configuration UI and enhance live preview functionality --- src/nenuscanner/templates/camera.html | 162 ++++++++++++++++++-------- 1 file changed, 114 insertions(+), 48 deletions(-) diff --git a/src/nenuscanner/templates/camera.html b/src/nenuscanner/templates/camera.html index fa1da3a..898e8c4 100644 --- a/src/nenuscanner/templates/camera.html +++ b/src/nenuscanner/templates/camera.html @@ -7,38 +7,43 @@
- {% for group in grouped_params %} -
-

- {{ group.section | replace('settings', ' Settings') | capitalize }} -

- {% for param in group.params %} -
- -
-
- -
-
-
- -
-
- {% endfor %} -
- {% endfor %} +
- Camera Preview + Camera Preview
- + + + +
@@ -48,27 +53,88 @@ {% block extrajs %} {% endblock extrajs %} \ No newline at end of file