Ардукам B0549

Руководство пользователя комплекта расширения камеры Arducam GMSL2 8MP IMX219 для Raspberry Pi

Модель: B0549

1. Введение

This manual provides detailed instructions for the setup, operation, and maintenance of your Arducam GMSL2 8MP IMX219 Raspberry Pi Camera Extension Kit. This kit enables long-distance camera connectivity for Raspberry Pi systems, leveraging GMSL2 technology for stable and high-quality video transmission.

Комплект расширения камеры Arducam GMSL2 8MP IMX219 для Raspberry Pi

Image 1.1: Arducam GMSL2 8MP IMX219 Raspberry Pi Camera Extension Kit, showing the camera module connected via a coaxial cable to the deserializer board.

2. Информация по технике безопасности

  • Ensure all connections are secure before powering on the Raspberry Pi.
  • Avoid exposing the camera module or boards to extreme temperatures, moisture, or static electricity.
  • Handle components with care to prevent damage to delicate connectors and circuits.
  • Do not attempt to modify the hardware beyond the intended assembly.

3. Содержимое упаковки

Убедитесь, что в вашей посылке присутствуют все перечисленные ниже предметы:

  • 1 x Arducam GMSL2 Rx board (Deserializer board)
  • 1 x Arducam GMSL2 camera Tx board (Serializer board)
  • 1 x 1 м Коаксиальный радиочастотный кабель Fakra Z «мама-мама»
  • 1 x Arducam IMX219 Camera Module (8MP)
  • 1 кабель FPC 22-22 контакта, 40 мм
Arducam GMSL2 8MP IMX219 Raspberry Pi Camera Extension Kit components

Image 3.1: All components included in the Arducam GMSL2 8MP IMX219 Raspberry Pi Camera Extension Kit.

4. Инструкции по настройке

Follow these steps to assemble and connect your camera extension kit to a Raspberry Pi.

4.1 Сборка оборудования

  1. Attach IMX219 Camera Module to Tx Board: Carefully connect the 8MP IMX219 camera module to the Arducam GMSL2 camera Tx (Serializer) board. Ensure the ribbon cable is inserted correctly and the latch is secured.
  2. Connect Fakra Coaxial Cable: Connect one end of the 1m Fakra Z coaxial cable to the Tx board and the other end to the Rx (Deserializer) board. Ensure the connectors click into place securely.
  3. Mount Rx Board to Raspberry Pi: Attach the Arducam GMSL2 Rx board to your Raspberry Pi (compatible with Pi 4B and Pi 5). Use the provided stand-offs and screws to secure the board to the Raspberry Pi's mounting holes.
  4. Connect FPC Cable: Connect the 40mm 22-22pin FPC cable from the Rx board to the CSI-2 camera port on your Raspberry Pi. Note that the white cable is typically for Pi 5 and the bronze/orange cable for Pi 4. Ensure the cable is inserted with the contacts facing the correct direction and the connector latch is closed.
Arducam GMSL2 Rx board mounted on Raspberry Pi

Image 4.1: The Arducam GMSL2 Rx board securely mounted onto a Raspberry Pi, with the FPC cable connected.

Arducam GMSL2 camera extension kit connected to Raspberry Pi

Image 4.2: Complete assembly of the Arducam GMSL2 camera extension kit with the camera module, coaxial cable, and Rx board connected to a Raspberry Pi.

Compatibility with Raspberry Pi 4B and Pi 5

Image 4.3: Visual representation of the kit's compatibility with Raspberry Pi 4B and Raspberry Pi 5 models.

Arducam GMSL2 extension kit showing 15m capability with 1m cable included

Image 4.4: The kit supports up to 15 meters extension, though the included coaxial cable is 1 meter in length.

4.2 Конфигурация программного обеспечения

After hardware assembly, configure your Raspberry Pi OS to recognize and utilize the camera. This typically involves enabling the camera interface and using libcamera инструменты.

  1. Update Raspberry Pi OS: Ensure your Raspberry Pi OS is up to date by running:
    sudo apt update && sudo apt full-upgrade -y
  2. Включить интерфейс камеры: Use the Raspberry Pi configuration tool:
    sudo raspi-config
    Перейти к Параметры интерфейса > Камера and enable it. Reboot your Raspberry Pi if prompted.
  3. Verify Camera Detection: After reboot, you can check if the camera is detected using libcamera-still:
    libcamera-still --list-cameras
    You should see your IMX219 camera listed.

5. Инструкция по эксплуатации

This section covers basic commands for operating your Arducam GMSL2 camera with Raspberry Pi.

5.1 Capturing Still Images

To capture a still image, use the libcamera-still команда:

libcamera-still -o image.jpg

Эта команда сделает снимок и сохранит его как image.jpg in your current directory.

For a preview window and autofocus, you can use:

libcamera-still -t 0 --autofocus --keypress

This command will open a preview window, enable autofocus, and wait for a key press to capture an image. Press 'q' to quit the preview.

5.2 Запись видео

To record video, use the libcamera-vid команда:

libcamera-vid -t 10000 -o video.h264

This command will record video for 10 seconds (10000 milliseconds) and save it as video.h264.

5.3 Живой преview

For a continuous live preview without saving, use libcamera-still with a long timeout and no output file:

libcamera-still -t 0

Press 'q' to quit the preview.

5.4 Демонстрационное видео

Watch this video for a visual demonstration of the Arducam GMSL2 camera extension kit in operation, including setup and image capture exampлес.

Video 5.1: Demonstration of the Arducam Cable Extension Kit, showcasing its use with a Raspberry Pi for long-distance imaging and command-line operation.

6. Техническое обслуживание

  • Keep the camera lens clean using a soft, lint-free cloth. Avoid abrasive materials.
  • Когда комплект не используется, храните его в сухом, защищенном от пыли месте.
  • Regularly check cable connections for looseness or damage.
  • Ensure proper ventilation for the Raspberry Pi and camera boards during operation to prevent overheating.

7. Поиск Неисправностей

  • Камера не обнаружена:
    • Verify all ribbon and coaxial cable connections are secure and correctly oriented.
    • Ensure the camera interface is enabled in raspi-config.
    • Check if the Raspberry Pi OS is updated to the latest version.
    • Confirm the FPC cable type matches your Raspberry Pi model (white for Pi 5, bronze for Pi 4).
  • Poor Image Quality / No Signal:
    • Inspect the Fakra coaxial cable for kinks or damage.
    • Убедитесь, что объектив камеры чистый и на нем нет препятствий.
    • Check the power supply to the Raspberry Pi; insufficient power can affect camera performance.
  • Проблемы с автофокусом:
    • Обеспечьте достаточное освещение в помещении.
    • Try manually focusing if the libcamera command supports it, or restart the application.

8. Технические характеристики

ОсобенностьДеталь
БрендАрдукам
Название моделиБ0549
Датчик8МП IMX219
ТехнологииGMSL2 (Gigabit Multimedia Serial Link 2)
Максимальное расстояние выдвиженияUp to 15 meters (with appropriate cable)
Длина кабеля в комплекте1 meter Fakra Z Coaxial Cable
СовместимостьRaspberry Pi Camera V2 compatible, supports Raspberry Pi 4B, Raspberry Pi 5
Разрешение видеозахвата1080p
Технология фотодатчикаКМОП
Максимальное фокусное расстояние3 миллиметра
Максимальная диафрагма2 ж
Формат захвата видеоH.264, JPEG
Вес товара1.76 унции
Размеры упаковки4.06 x 2.99 x 1.65 дюйма

9. Информация о гарантии

For detailed warranty information regarding your Arducam GMSL2 8MP IMX219 Raspberry Pi Camera Extension Kit, please refer to the official Arducam website or contact their customer support directly. Warranty terms and conditions may vary by region and purchase location.

10 Поддержка

If you encounter any issues or require further assistance, please visit the Arducam official support page or contact their technical support team. You can often find drivers, documentation, and community forums on their webсайт.

Arducam Official Webсайт: www.arducam.com

Связанные документы - Б0549

Предварительноview Модуль камеры Arducam 8MP IMX219 для Raspberry Pi — Краткое руководство пользователя
В этом руководстве содержится основная информация по настройке и использованию модуля камеры Arducam 8MP IMX219 с 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 CSI-to-HDMI для камер Raspberry Pi: руководство по установке и использованию.
Подробное руководство по установке и использованию комплекта адаптеров Arducam CSI-to-HDMI с камерами Raspberry Pi, охватывающее настройку, совместимость и меры предосторожности.
Предварительноview Модуль камеры Arducam IMX219 NoIR для Raspberry Pi — Краткое руководство пользователя
Краткое руководство пользователя для модуля камеры Arducam 8MP IMX219 NoIR для Raspberry Pi, в котором подробно описывается комплектация, подключение камеры, настройка программного обеспечения и работа с использованием libcamera-still.
Предварительноview Краткое руководство пользователя модуля USB-камеры Arducam B0292 8 МП с автофокусом
Краткое руководство пользователя Arducam B0292, 8-мегапиксельного USB-модуля камеры с автофокусом и датчиком IMX219. Включает технические характеристики, инструкции по настройке и информацию об использовании программного обеспечения для Windows.
Предварительноview Краткое руководство пользователя USB-модуля камеры Arducam 8MP Sony IMX219
Краткое руководство пользователя USB-модуля камеры Arducam с 8-мегапиксельной матрицей Sony IMX219. Включает технические характеристики, инструкции по подключению и информацию об использовании программного обеспечения для Windows.