> For the complete documentation index, see [llms.txt](https://sharinghub.kittenbot.hk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sharinghub.kittenbot.hk/functional_modules/sugar/sugarcam/commandprocessing/futureboardfpv.md).

# Sugar Cam功能教學: 未來板圖傳

### 接線教學

<figure><img src="/files/Ffp8cNHEiKCAXUXn7aaP" alt="" width="563"><figcaption></figcaption></figure>

### 未來板KittenBlock編程教學

打開網頁版Kittenblock，加載未來板硬件。

<https://kblock.kittenbot.cn/>

<figure><img src="/files/E5b6EnapOwurNEoL9b5u" alt=""><figcaption></figcaption></figure>

加載Sugar Cam插件。

<div><figure><img src="/files/n52DHm0kYChbaHu5tcIR" alt=""><figcaption></figcaption></figure> <figure><img src="/files/FS2bsitg9Jg0FHaAYYq2" alt=""><figcaption></figcaption></figure></div>

<figure><img src="/files/qDsSS7AlgoQKZJjOGsS1" alt=""><figcaption></figcaption></figure>

### 未來板圖傳

編寫程式令未來板連上WiFi，並將Sugar Cam的IP和密鑰(在config.json中修改)填入以下程式。

<div><figure><img src="/files/TjKIQqFPVvFvdDvIh2Gr" alt=""><figcaption></figcaption></figure> <figure><img src="/files/uiQBAbRkDlY10WyqjfnO" alt=""><figcaption></figcaption></figure></div>

### 參考程式

{% file src="/files/O2jHfdHYrWRRI2vjm3jV" %}

分別為未來板和Sugar Cam供電。

<div><figure><img src="/files/DaJkP4ClrF51VLUnclKW" alt=""><figcaption></figcaption></figure> <figure><img src="/files/FB9y6u2PJvn34q2idR20" alt=""><figcaption></figcaption></figure></div>

Sugar Cam的影像就會在未來板上顯示出來。

<div><figure><img src="/files/AllanqFj5FpuMeHQelJq" alt=""><figcaption></figcaption></figure> <figure><img src="/files/LigEi4DaQYGMwHvWwKm1" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://sharinghub.kittenbot.hk/functional_modules/sugar/sugarcam/commandprocessing/futureboardfpv.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
