# Sugar Cam使用教學: 指令模式(預設)

智能FPV鏡頭的出廠就已經是設定為指令模式。主要的功能，包括WiFi圖傳，二維碼掃碼，拍照等都是在這個模式裡進行。

### 指令模式示範短片

{% embed url="<https://youtu.be/7f5_4pYROmg>" %}

### 接線教學

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

### MakeCode編程教學

![](https://kittenbothk.readthedocs.io/en/latest/_images/mcbanner15.png)

#### 加載Sugar插件：

#### 在擴展頁直接搜尋sugar (sugar已經過微軟認證，可以直接搜尋)

![](https://kittenbothk.readthedocs.io/en/latest/_images/sugar_search.gif)

#### 你亦可以用插件地址搜尋

Sugar插件：<https://github.com/KittenBot/pxt-sugar>

#### [詳細方法](/programmingplatforms/makecode/kittenbotandmakecode.md)


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
