Files
konn3kt-docs/live-view.html
2026-06-21 13:44:14 -05:00

69 lines
3.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Live View & Tools - konn3kt Documentation</title>
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<div class="layout">
<main class="main-content">
<header class="page-header">
<h1 class="page-title">Live View & Tools</h1>
<p class="page-subtitle">Real-time remote interaction with your IQ.Pilot device.</p>
</header>
<section>
<h2>Live Connectivity</h2>
<p>The Live View tab establishes a direct bridge to your hardware. It is used for remote monitoring and advanced system diagnostics.</p>
</section>
<section>
<h2>On-Demand Commands</h2>
<p>Trigger immediate actions on your device regardless of its current state.</p>
<div class="button-desc">
<div class="btn-pill accent">Connect (Live Stream)</div>
<p><strong>How to use:</strong> Click to open a low-latency video stream. This allows you to see the live feed from the device's road or cabin cameras remotely.</p>
</div>
<div class="button-desc">
<div class="btn-pill">Snapshot</div>
<p><strong>How to use:</strong> Click to capture a high-resolution image from the current camera view. The image is uploaded and displayed in the dashboard instantly.</p>
</div>
<div class="button-desc">
<div class="btn-pill accent">Upload</div>
<p><strong>How to use:</strong> Force the device to begin uploading its current logs and media segments immediately, bypassing the standard schedule.</p>
</div>
</section>
<section>
<h2>Advanced Remote Tools</h2>
<p>For deep system interaction, konn3kt provides two professional interfaces:</p>
<div class="card-grid">
<div class="card">
<h3>Web Terminal (SSH)</h3>
<p>Established a secure shell session directly in your browser. Use this to run linux commands on your IQ.Pilot hardware. <em>Note: "WebSSH" must be enabled in settings.</em></p>
</div>
<div class="card">
<h3>Live Messages</h3>
<p>Streams the raw system bus data. Observe real-time alerts, state changes, and sensor outputs as they are generated by the device.</p>
</div>
</div>
<div class="callout">
<strong>📱 Mobile Users:</strong> The Live View stream, Snapshot captures, and even the full SSH Web Terminal (complete with a custom shortcut keyboard) are fully accessible from your phone! See the <a href="mobile-interface.html">Mobile Live View & Tools</a> guide.
</div>
</section>
<section>
<h2>Vehicle Controls</h2>
<p>If your vehicle supports remote commands via CAN, a control panel will appear. Use the icons to remotely lock/unlock doors, flash lights, or control the climate. Always verify safety before issuing physical commands.</p>
</section>
</main>
</div>
<script src="assets/nav.js"></script>
</body>
</html>