Skip to content

MIPI xISP for Ezurio

Introduction


Overview


Arducam has established an in-depth strategic collaboration with Ezurio — a global leader in wireless connectivity technology — to pioneer a new era in embedded vision systems. Following the launch of the lightweight OV5645 embedded camera developed by both parties, Arducam and Ezurio have deepened the win-win cooperation and set the sights on the Arducam MIPI xISP series of cameras with even powerful performance and better ISP effects.

We prioritize compatibility breakthroughs and partner ecosystem development at every stage, delivering vision solutions for embedded systems worldwide with superior integration, broader adaptability, and future-ready extensibility.

Product


Product Image SKU Resolution Active Pixels Interface Features Focus Type Focus Distance Field of View(DxHxV) IR Sensitivity
B0582 8.3MP 3840×2160 MIPI CSI-2 Ultra Low Light Fixed Focus 3m-∞ 100°(D) × 88°(H) × 72°(V) Integral IR-cut Filter

Quick Start Guide


Hardware Connection


Software


  • Burn the Image

Note

The following steps are based on the Ezurio SMARC carrier board and Arducam IMX678 MIPI xISP Camera module.

Download the Available Image

Image burning tutorial

Ezurio SMARC User Guide

  • Set Device Tree

Enter U-boot mode and set device tree

Reference Documentation

setenv fdt_file imx8mp-nitrogen_smarc-pivariety.dtb
saveenv
reset
  • Resolution&Frame Rates

Output Format

v4l2-ctl --list-subdev-mbus-codes -d /dev/v4l-subdev2

Resolution

v4l2-ctl --list-subdev-framesizes code=0x200f -d /dev/v4l-subdev2

Frame Rates

  • Preview

gst-launch-1.0 -v v4l2src device=/dev/video0 ! "video/x-raw,width=3840,height=2160" ! waylandsink
  • Save Image

gst-launch-1.0 -v v4l2src device=/dev/video0 ! "video/x-raw,width=3840,height=2160" ! identity sync=true ! jpegenc ! multifilesink location="image.jpg"