Files
appRobotWebcam/public/config.html
2026-06-07 10:49:56 +02:00

40 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AppRobotWebcam · Konfiguration</title>
<link rel="stylesheet" href="app.css">
</head>
<body>
<header>
<span class="logo">⚙ AppRobotWebcam · Konfiguration</span>
<a class="hbtn ml-auto" href="/">← zum Viewer</a>
</header>
<main>
<div class="card">
<table>
<thead>
<tr><th>ID</th><th>Name</th><th>Live-Auflösung</th><th>aktuell</th></tr>
</thead>
<tbody id="rows"><tr><td colspan="4">lädt…</td></tr></tbody>
</table>
<div class="actions">
<button id="saveBtn" class="btn-primary" disabled>Speichern &amp; Anwenden</button>
<span id="status">lädt…</span>
</div>
</div>
<p class="hint">
Auflösungs-Änderung ist sofort aktiv (laufende Streams frieren kurz ein).<br>
„Aus" schaltet in den Snapshot-Modus: kein Video, alle 5 s ein Einzelbild im Viewer.<br>
⚠ C920 (cam2) braucht bei kleinen 4:3-Auflösungen überdurchschnittlich Bandbreite (siehe doc/12).
</p>
</main>
<script src="config.js" defer></script>
</body>
</html>