> For the complete documentation index, see [llms.txt](https://docs.tlic.cmu.ac.th/ez-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tlic.cmu.ac.th/ez-studio/ezbooking/device-connection.md).

# การเชื่อมต่ออุปกรณ์ CMU EZ Studio

## แผนผังการต่ออุปกรณ์ชุด CMU EZ Studio

&#x20;         การประกอบชุดอุปกรณ์ EZ Studio นั้นมีแนวปฏิบัติดังแสดงในรูปต่อไปนี้

![ผังการต่ออุปกรณ์ชุด CMU EZ Studio](https://gblobscdn.gitbook.com/assets%2F-MacQbJEhin4rokH3Cup%2F-MacQdHydu3jG3VkxbdZ%2F-MacR4q8EDNT64MSz7aW%2Fimage.png?alt=media\&token=39f89433-f6cd-47d2-8e16-ab91cd5cb67e)

## แนะนำการเชื่อมต่ออุปกรณ์ USB กับ Computer <a href="#usb" id="usb"></a>

&#x20;         เนื่องจากช่องเสียบ USB (แบบ Type A) บนคอมพิวเตอร์นั้นมีจำนวนจำกัดเพียง 3 ช่องเท่านั้น แต่อุปกรณ์ USB ในชุด CMU EZ Studio มี 4 ชิ้น ดังนั้นจึงจำเป็นต้องใช้ USB Hub (รวมอยู่ในชุด) เข้ามาช่วยขยายช่องเสียบ ซึ่ง TLIC แนะนำให้เลือกเชื่อมต่ออุปกรณ์ดังนี้

| อุปกรณ์                      | ช่องเสียบที่แนะนำ                       | หมายเหตุ                                                |
| ---------------------------- | --------------------------------------- | ------------------------------------------------------- |
| กล้อง Webcam                 | เสียบช่อง USB บนเครื่องโดยตรง           | ต้องส่งข้อมูลด้วยความเร็วสูง                            |
| ไมโครโฟน                     | เสียบช่อง USB บนเครื่องโดยตรง / USB Hub | สามารถต่อผ่าน USB Hubได้ แต่แนะนำให้ต่อกับเครื่องโดยตรง |
| เครื่อง EZ Studio Controller | USB Hub                                 | ไม่ได้อาศัยการส่งข้อมูลที่มีความเร็วสูง                 |
| เมาส์ไร้สาย (ตัวรับสัญญาณ)   | USB Hub                                 | ไม่ได้อาศัยการส่งข้อมูลที่มีความเร็วสูง                 |


---

# 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://docs.tlic.cmu.ac.th/ez-studio/ezbooking/device-connection.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.
