> For the complete documentation index, see [llms.txt](https://docs.inno-maker.com/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inno-maker.com/home/mipi-cameras/imx708-mipi-cameras.md).

# IMX708 MIPI Cameras

## 1 Description

* Camera Module 3 can be used to take full HD video as well as stills photographs, and features an HDR mode up to 3 megapixels. It carries IR cut filter. Its operation is fully supported by the libcamera library, including Camera Module 3’s rapid autofocus feature: this makes it easy for beginners to use, while offering plenty for advanced users. Camera Module 3 is compatible with all Raspberry Pi computers.
* Camera Module Third Generation: Back-illuminated and stacked CMOS 12-megapixel image sensor (IMX708) with HDR for up to 3 megapixel output
* High-quality Image Output: 4608 × 2592 pixels, carrying IR cut filter, along with built-in 2D DPC and QBC Re-mosaic function, offering high SNR
* Autofocus System: Phase detection autofocus
* CSI-2 serial Data Output: 2-wire serial communication, supporting I2C fast mode and fast-mode plus

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

## 2 Quick Start For Raspberry PI Series

* Step1, Modify config.txt
  * sudo nano /boot/config.txt
  * For the latest version raspberry Pi OS, it should be
    * sudo nano /boot/firmware/config.txt
* Step2, Add below content to the last line
  * dtoverlay=imx708
  * Change camera\_auto\_detect=1 to camera\_auto\_detect=0
* Step3, Reboot and use below command to preview
  * libcamera-hello -t 0


---

# 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.inno-maker.com/home/mipi-cameras/imx708-mipi-cameras.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.
