> For the complete documentation index, see [llms.txt](https://bananapi.gitbook.io/bpi-m3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bananapi.gitbook.io/bpi-m3/zh/bpim3usbinterface.md).

# BPI-M3 USB interface

BPI-M3 have two USB 2.0 interface on board.so you can connect Keyboard,mouse, USB camera and ... on BPI-M3

**BPI-M3 Android demo with USB camera UVC**

USB camera : Logitech C920r HD Pro

<http://www.logitech.com/en-hk/product/hd-pro-webcam-c9203>

Step 1 :

Burn the Android Images onto the SD-Card

<http://www.banana-pi.org/download.html#e-panel1>

Step 2 :

Install thrid-party apk (USB Camera Trial 2.1.7 APK)

<http://apk-dl.com/usb-camera-trial2>

Step 3 :

Open USB Camera Trial 2.1.7 APK

logitech C920r HD Pro:

![](/files/-M2HXHWCZeQtd6rZ85S9)

Regular USB camera (supporting UVC driver):

![](/files/-M2HXHWEw2nc6Uiae24W)

logitech C920r HD Pro Video Demo on youtube:

<https://www.youtube.com/watch?v=gbK_Qi5B7_Y>

**BPI-M3 Validation test- USB**&#x20;

we have do Validation test for BPI-M3 USB port,all test is pass:

<http://forum.banana-pi.org/t/bpi-m3-validation-usb2-0/974>


---

# 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://bananapi.gitbook.io/bpi-m3/zh/bpim3usbinterface.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.
