> 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

This Page is for innomaker IMX708 Series 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="https://509505459-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7wRxfA2x73F2dy4vGWH7%2Fuploads%2FGUfRHEqD42HXJ1HTgmIi%2F7.jpg?alt=media&amp;token=9a57b2c2-e857-4fe9-8df2-6b1b58290387" 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
