-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
59 lines (59 loc) · 3.44 KB
/
Copy pathabout.html
File metadata and controls
59 lines (59 loc) · 3.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="zh-Hant">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>關於本站 · NVIDIA Jetson Orin Nano 感測器影像調適繁中教學站</title>
<meta name="description" content="關於本站">
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
<link rel="stylesheet" href="assets/site.css">
</head>
<body>
<div class="container">
<header><h1>關於本站</h1><p class="subtitle">緣起、授權與建置方式</p></header>
<nav class="topnav"> <a href="index.html">首頁</a>
<a href="map.html">概念地圖</a>
<a href="learning-path.html">學習路線</a>
<a href="docs/index.html">單元教學</a>
<a href="board-setup.html">開發板架設</a>
<a href="board-versions.html">版本與配件</a>
<a href="dev-env.html">開發者環境</a>
<a href="about.html">關於</a></nav>
<div class="back-link"><a href="index.html">← 回首頁</a></div>
<div class="guide">
<h2>這個網站是什麼</h2>
<p>一份把 <strong>NVIDIA Jetson Orin Nano 上的 sensor 影像調適</strong>做成<strong>可照做實作</strong>的繁體中文教學網站。目標讀者是<strong>相機 / 影像 / AI 邊緣工程師</strong>。</p>
<p>本站採用<strong>中英對照</strong>:中文解說為主,register 名與指令保留英文。</p>
<h2>為什麼要學 sensor 影像調適</h2>
<ul>
<li>Orin Nano 是進入「工業級相機」的橋樑:GMSL + NVIDIA ISP。</li>
<li>以 OV9281(global shutter)與 OV5640 為實例。</li>
<li>學會 NVIDIA 調校工具,可直接用在 Orin/Thor 系列。</li>
</ul>
<h2>本站建置</h2>
<ul class="timeline">
<li>規劃 16 單元課程(sensor bring-up → ISP 管線 → 影像品質調適 → 跨平台比較)</li>
<li>承襲既有教學站的深色 × 霓虹設計語言與架構慣例</li>
<li>建立首頁、概念地圖、學習路線與單元教學架構</li>
<li>撰寫各單元內容,標記需專業校正重點</li>
</ul>
<h2>授權</h2>
<div class="license-box"><strong>本站教學內容</strong>(繁體中文解說)為本站原創,以 <strong>CC-BY-4.0</strong> 授權釋出。文中技術名詞與 register 範例引用自各平台官方文件與公開感測器資料;NDA 內容不納入本站。</div>
<h2>技術資訊</h2>
<div class="file-tree">jetson-orin-nano-sensor-isp-zh-tw/
├── index.html 課程總覽
├── map.html 概念地圖
├── learning-path.html 學習路線
├── about.html 關於本站
├── docs/ 16 單元教學頁
│ ├── index.html 單元一覽
│ └── unit-01…16 16 篇教學頁
├── assets/site.css 單一共享樣式
└── .nojekyll GitHub Pages 直出</div>
<p class="hint">本站為純靜態 HTML,無建置步驟,直接部署於 GitHub Pages。</p>
</div>
<footer>這是 NVIDIA Jetson Orin Nano 感測器影像調適繁中教學站 · 由 OpenCode 建置<br>
<span class="footer-license">本站教學內容(繁體中文解說)為本站原創,採 CC-BY-4.0;register 與指令引用自 <a href="https://docs.nvidia.com/jetson/" rel="noopener">NVIDIA Jetson 文件</a>、<a href="https://developer.nvidia.com/embedded/learn" rel="noopener">NVIDIA Developer</a> 與公開感測器資料。</span></footer>
</div><link rel="stylesheet" href="assets/speech.css">
<script src="assets/speech.js" defer></script>
</body></html>