60 lines
3.6 KiB
HTML
60 lines
3.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Files & Data - 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">Files & Data</h1>
|
|
<p class="page-subtitle">Understanding how konn3kt handles your drive data and uploads.</p>
|
|
</header>
|
|
|
|
<section>
|
|
<h2>Upload Logic</h2>
|
|
<p>konn3kt is designed to balance data usage with visibility. The system follows these specific rules for uploading your drive data:</p>
|
|
<div class="callout">
|
|
<strong>Dashcam Streaming:</strong> konn3kt <strong>ONLY</strong> uploads dashcam video while you are <strong>onroad</strong> if your device has an active internet connection and you have enabled "Cellular Uploads" in the Device Settings.
|
|
</div>
|
|
<p>When the drive is complete or a connection is established, konn3kt uploads all relevant logs and video files to ensure a complete record of your journey:</p>
|
|
<ul>
|
|
<li><strong>fcam / ecam:</strong> Full-resolution road and wide camera feeds.</li>
|
|
<li><strong>dcam:</strong> Driver camera feed. <em>(Note: dcam is <strong>always encrypted at rest</strong> for your privacy.)</em></li>
|
|
<li><strong>qcam:</strong> Quantized dashcam video for fast web previews.</li>
|
|
<li><strong>qlog:</strong> Quantized system logs for quick timeline and telemetry generation.</li>
|
|
<li><strong>rlog:</strong> Raw, high-resolution system logs.</li>
|
|
</ul>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Managing Segments</h2>
|
|
<p>The Files view displays every data segment captured by your IQ.Pilot device. You can interact with these segments using the following tools:</p>
|
|
|
|
<div class="button-desc">
|
|
<div class="btn-pill">File Browser</div>
|
|
<p><strong>Use when:</strong> You need to perform deep file management. This tool opens a remote window into the device's internal folder structure (e.g., <code>/data/media</code>), allowing you to browse and download specific files directly.</p>
|
|
</div>
|
|
|
|
<div class="button-desc">
|
|
<div class="btn-pill">Request RLogs</div>
|
|
<p><strong>Use when:</strong> You need the full raw logs for debugging or advanced analysis. This command instructs the device to prioritize the upload of <code>rlog</code> files for the selected segment.</p>
|
|
</div>
|
|
|
|
<div class="button-desc">
|
|
<div class="btn-pill accent">Request Missing Files</div>
|
|
<p><strong>Use when:</strong> You notice a trip is missing video or log data. This command tells the device to re-scan its internal storage and upload any data fragments that were missed during the initial transfer.</p>
|
|
</div>
|
|
|
|
<div class="callout">
|
|
<strong>📱 Mobile Users:</strong> You can download individual segment files (like <code>qcamera.ts</code>) directly to your camera roll or navigate the entire filesystem via the <a href="mobile-interface.html">Mobile File Browser</a>.
|
|
</div>
|
|
</section>
|
|
</main>
|
|
</div>
|
|
<script src="assets/nav.js"></script>
|
|
</body>
|
|
</html> |