Ардукам B0312

Упатство за користење на Arducam Raspberry Pi камера Модул 3 (B0312)

12MP IMX708 75°(D) Autofocus Pi Camera V3

1. Вовед

This manual provides detailed instructions for the Arducam Raspberry Pi Camera Module 3 (Model B0312). This camera module features a 12-megapixel IMX708 sensor with High Dynamic Range (HDR) and autofocus capabilities, designed for use with various Raspberry Pi models including Pi 5, 4B, 3B, Zero W, and 2 W. It offers high-resolution still images (4608 x 2592) and supports both libcamera and Picamera2 for seamless integration and control.

Arducam Raspberry Pi Camera Module 3 with ribbon cable

Figure 1: Arducam Raspberry Pi Camera Module 3 with attached ribbon cable.

2. Содржина на пакетот

Проверете дали сите артикли се присутни во вашиот пакет:

  • 1 x Arducam 12MP IMX708 Camera Module 3
  • 1 x 66° HFOV Autofocus Lens (integrated)
  • Raspberry Pi compatible FFC cables (various lengths/types for different Pi models)

3. Поставување

3.1 Хардверска врска

Carefully connect the camera module to your Raspberry Pi board using the appropriate Flexible Flat Cable (FFC). Ensure correct orientation to prevent damage.

Diagram showing correct and incorrect FFC cable insertion and connection instructions for Raspberry Pi 5, Pi 4, and Pi Zero.

Figure 2: FFC cable connection instructions for various Raspberry Pi models.

  • For Raspberry Pi 5: The metal contacts of the FFC cable should face the Ethernet port.
  • For Raspberry Pi 4B/3B: The metal contacts of the FFC cable should face the HDMI port.
  • For Raspberry Pi Zero W/2 W: The metal contacts of the FFC cable should face DOWN (towards the main board). Note that a thinner FFC cable is required for Pi Zero models.
Arducam Camera Module connected to Raspberry Pi Zero

Figure 3: Connection to Raspberry Pi Zero.

Arducam Camera Module connected to Raspberry Pi 4B

Слика 4: Поврзување со Raspberry Pi 4B.

Arducam Camera Module connected to Raspberry Pi 5

Figure 5: Connection to Raspberry Pi 5.

3.2 Конфигурација на софтвер

The Arducam Camera Module 3 requires specific software configuration on your Raspberry Pi. This camera module is designed for the new camera stack (libcamera/Picamera2) and is not compatible with the legacy camera stack (raspistill/raspivid).

  1. Install Raspberry Pi OS: Ensure your Raspberry Pi is running a recent version of Raspberry Pi OS (e.g., Bullseye OS or newer) that supports the new camera stack.
  2. Update System: Open a terminal and run the following commands to update your system:
    sudo apt update && sudo apt upgrade
  3. Install libcamera-apps: Install the necessary camera applications:
    sudo apt install libcamera-apps
    For headless setups, consider `sudo apt install rpicam-apps-lite`.
  4. Конфигурирај `config.txt`: Edit the boot configuration file:
    sudo nano /boot/firmware/config.txt
    Locate or add the following lines:
    camera_auto_detect=0
    dtoverlay=imx708
    Save and exit the editor.
  5. Enable I2C: If not already enabled, enable I2C via `raspi-config`:
    sudo raspi-config
    Одете до Опции за интерфејс > I2C and enable it.
  6. Рестартирај: Reboot your Raspberry Pi for changes to take effect:
    sudo reboot

4. Упатства за работа

After successful setup, you can operate the camera using `libcamera` commands or the Picamera2 library.

4.1 Basic Commands (libcamera)

  • List Cameras: Verify the camera is detected:
    rpicam-hello --list-cameras
    You should see output similar to: `0 : imx708 [4608x2592 10-bit RGGB]`.
  • Capture Still Image: Capture a JPEG image:
    rpicam-jpeg -o test.jpg
  • Снимајте видео: Record an H.264 video:
    rpicam-vid -t 10000 -o video.h264
    (Records for 10 seconds)

4.2 Autofocus and HDR

The IMX708 sensor supports autofocus (PDAF and CDAF) and HDR. These features are typically managed automatically by the libcamera stack. For advanced control, refer to the official libcamera and Picamera2 documentation for specific parameters and settings.

5. Одржување

The Arducam Camera Module 3 is a delicate electronic component. Follow these guidelines for proper maintenance:

  • Ракување: Always handle the camera module by its edges to avoid touching the lens or sensor.
  • Чистење: Use a soft, lint-free cloth or a specialized lens cleaning pen to gently clean the lens if necessary. Avoid abrasive materials or harsh chemicals.
  • Складирање: Чувајте го фотоапаратот на суво место без прашина кога не го користите.
  • Грижа за кабел: Ensure FFC cables are not bent sharply or stressed, as this can damage the conductors.

6 Смена на проблеми

If you encounter issues with your Arducam Camera Module 3, consider the following:

  • "No Cameras Available" Error:
    • Verify the FFC cable is correctly inserted at both the camera module and the Raspberry Pi. The metal contacts must be fully engaged and facing the correct direction as described in Section 3.1. Try flipping the cable at each end, one at a time, and rebooting.
    • Ensure `camera_auto_detect=0` and `dtoverlay=imx708` are correctly set in `/boot/firmware/config.txt`.
    • Confirm I2C is enabled via `raspi-config`.
    • Ensure your Raspberry Pi OS is updated and `libcamera-apps` are installed.
  • `dmaHeap allocation failure` Error: This error, often seen on older Pi models (e.g., Pi 4 running Bookworm), indicates insufficient memory for camera buffers. While increasing CMA (Contiguous Memory Allocator) might help, it's not always a guaranteed fix. Consider reducing resolution or frame rate, or using a newer Raspberry Pi model if possible.
  • Poor Image Quality/Focus Issues:
    • Отстранете ја секоја заштитна фолија од објективот.
    • Обезбедете соодветно осветлување во вашата околина.
    • For specific autofocus control, consult the libcamera/Picamera2 documentation for manual focus options.
  • Compatibility with Pi Zero: While compatible, ensure you are using the correct, thinner FFC cable designed for the Pi Zero's smaller camera connector.

7. Спецификации

КарактеристикаДетал
Број на моделB0312
Сензор за сликаSony IMX708
Резолуција12 мегапиксели (4608 x 2592)
Поле на View (Дијагонала)75°
Автоматски фокусYes (PDAF and CDAF)
HDR (висок динамички опсег)Да
ПоврзувањеCSI-2
КомпатибилностRaspberry Pi 5, 4B, 3B, Zero W, 2 W
Поддршка за оперативен системBullseye OS, libcamera, Picamera2
Тежина на ставката1.27 унци
Димензии на пакетот2.1 x 1.75 x 0.67 инчи

8. Информации за гаранцијата

For detailed warranty information regarding your Arducam Raspberry Pi Camera Module 3, please refer to the official Arducam webвеб-страницата или директно контактирајте ја нивната корисничка поддршка. Условите и одредбите за гаранција може да варираат.

9. Поддршка

If you require further assistance or have technical questions not covered in this manual, please visit the official Arducam support resources or contact their customer service department. Online forums and community resources for Raspberry Pi camera users may also provide helpful information.

Поврзани документи - B0312

Предview Arducam High-Resolution Autofocus Camera: Getting Started Guide
A comprehensive guide to installing and operating the Arducam High-Resolution Autofocus Camera, including safety instructions and compatibility information with Raspberry Pi.
Предview ArduCam Cable Extension Kit for Raspberry Pi Camera Modules - Getting Started Guide
Comprehensive guide to installing and using the ArduCam Cable Extension Kit for Raspberry Pi camera modules (V1/V2/HQ/16MP-AF). Includes pre-assembly checks, installation steps, and safety instructions.
Предview Arducam 12MP IMX477 моторизирана фокусна камера за Raspberry Pi - B0272
Висококвалитетен модул за камера Arducam од 12MP со сензор Sony IMX477 и моторизиран фокус за Raspberry Pi. Содржи држач за објектив M12, детални спецификации, упатства за поврзување и софтвер за поставување на далечинско фокусирање.
Предview ArduCam High-Resolution Autofocus Camera for Raspberry Pi: Getting Started Guide
Get started with the ArduCam High-Resolution Autofocus Camera for Raspberry Pi. This guide provides installation, operating instructions, and safety information for seamless integration and use.
Предview Arducam B0292 8MP USB модул за камера со автоматски фокус - упатство за брзо стартување
Брз водич за почеток за Arducam B0292, USB модул за камера со автоматски фокус од 8MP со сензор IMX219. Вклучува спецификации, упатства за поставување и детали за користење на софтверот за Windows.
Предview Модул за камера Arducam 8MP IMX219 за Raspberry Pi - Водич за брз почеток
Ова упатство дава основни информации за поставување и користење на модулот за камера Arducam 8MP IMX219 со Raspberry Pi, опфаќајќи хардверска конекција, конфигурација на софтвер и основно работење.