diff --git a/steps/index.html b/steps/index.html index 7cad271..f1ef8b3 100644 --- a/steps/index.html +++ b/steps/index.html @@ -259,7 +259,7 @@ Show Ego Speed Per-Frame SNR + class="form-checkbox h-4 w-4 text-blue-600 rounded focus:ring-blue-500" checked /> Dynamic SNR Show Debug Info ${fps.toFixed(1)} - | Abs Time: ${formatUTCTime(absRadarTime)} | Color Mode: ${colorMode} - | Drift: ${driftMs.toFixed( - 0 - )}ms - `; + | Drift: ${driftMs.toFixed(0)}ms`; } - // --- Update Video Overlay --- - const absVideoTime = new Date( - appState.videoStartDate.getTime() + currentMediaTime * 1000 - ); + // --- Update Video Persistent Overlay --- + const absVideoTime = new Date(appState.videoStartDate.getTime() + currentMediaTime * 1000); const videoFrame = Math.floor(currentMediaTime * VIDEO_FPS); let timeDisplay = `Elapsed Time: ${currentMediaTime.toFixed(2)}s`;