From 99ccca3968f14bbada72cf40a01be1168cfa6dad Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Sat, 7 Mar 2026 12:10:16 +0700 Subject: [PATCH] feat: editable camera params panel on Court tab with live 3D update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Position Y, Height, Stereo gap, Rotation angle, HFOV — all adjustable in real time, 3D scene updates on change. Co-Authored-By: Claude Opus 4.6 --- src/web/templates/index.html | 105 +++++++++++++++++++++++++++++++---- 1 file changed, 93 insertions(+), 12 deletions(-) diff --git a/src/web/templates/index.html b/src/web/templates/index.html index 417a2f1..5b6b309 100644 --- a/src/web/templates/index.html +++ b/src/web/templates/index.html @@ -213,6 +213,34 @@ height: 60px; } + /* Camera params panel */ + .cam-params { + display: flex; + gap: 8px; + align-items: center; + padding: 4px 8px; + } + .param-row { + display: flex; + flex-direction: column; + gap: 2px; + } + .param-row label { + font-size: 10px; + color: #888; + white-space: nowrap; + } + .param-row input { + width: 60px; + padding: 3px 5px; + background: #1a1a2e; + border: 1px solid #333; + border-radius: 4px; + color: #4ecca3; + font-size: 12px; + text-align: center; + } + /* Event banner */ .event-banner { display: none; @@ -286,8 +314,30 @@
Camera 1
Camera 0
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+