> For the complete documentation index, see [llms.txt](https://bananapi.gitbook.io/bpi-m1/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-m1/zh/bpi-m1camerainterface.md).

# BPI-M1 摄像头接口

Banana Pi M1 (BPI-M1)的摄像头接口是标准的40Pin FPC 接口，如果您要连接CSI标准的摄像头的话，请按照BPI-M1 板卡上FPC接口的定义连接您的兼容的摄像头。如果您不确认您的摄像头是否能在本板卡上使用，请使用本板卡配套摄像头套件。以免对您的板卡造成不必要的损失。这个接口在BPI-M1板卡上标记为"CSI"，此接口的定义如下：

CSI接口定&#x4E49;**:**

```
   详见：BPI-M1 扩展GPIO设计
```

**BPI-M1 CSI 摄像头配件：**

<https://bananapi.gitbooks.io/bpi-accessories/content/bpim1m1+m2camera.html>


---

# 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-m1/zh/bpi-m1camerainterface.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.
