Rename tabs: Camera, Calibration, Trajectory — remove overlay

- Tab 1: Camera (raw feeds)
- Tab 2: Calibration (3D court + calibrate button, as before)
- Tab 3: Trajectory (disabled until calibrated)
- Remove unnecessary calibration overlay from Camera tab

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Ruslan Bakiev
2026-03-22 14:13:28 +07:00
parent 1294747af2
commit ee73aa80d8
2 changed files with 34 additions and 124 deletions

View File

@@ -30,7 +30,7 @@ state = {
@app.route('/')
@app.route('/<tab>')
def index(tab='detection'):
def index(tab='camera'):
return render_template('index.html', active_tab=tab)