IMX214

Sony’s IMX214 is a 13MP rolling shutter color image sensor. It’s used as the color camera in OAK Lite variants; OAK-D-Lite and OAK-1 Lite.

Sensor specs

Parameter

Value

Optical format

1/3.06”

Resolution

4208x3120

Pixel size

1.12µm

Shutter type

Rolling

Chroma

Color

Supported resolutions

Supported sensor resolution by depthai

Name

Resolution

Max FPS

MIPI lanes

Mode

THE_13_MP

4208x3120

30 FPS

4

Full resolution

THE_12_MP

4056x3040

30 FPS

4

Cropping

THE_4_K

3840 x 2160

30 FPS

4

Cropping

THE_1080_P

1920x1080

35 FPS

2

Cropping (to 4K) then Binning

FFC compatibility

With OAK FFC boards you can easily evaluate different sensors and optics, as you can connect FFC camera boards to any OAK FFC baseboard (OAK-FFC-4P, OAK-FFC-3P) via a flexible cable. FFC camera boards are carrier boards for the CCM (additional information below), so it can easily be connected to any OAK FFC baseboard. The following FFC camera boards contain this sensor:

  • OAK-FFC-IMX214 AF

  • OAK-FFC-IMX214 FF

../../../../_images/imx214-FFC-boards.jpg

From left to right: OAK-FFC-214 FF, OAK-FFC-214 AF

Sensor CCMs

Compact camera modules (CCMs) can be integrated directly into a custom product. CCMs are used in the final camera product. CCMs vary in optics and FPC connector. The following CCMs have been built using this sensor:

  • Arducam short FPC:

    • NFOV AF (PY047) - 81° DFOV, 69° HFOV, 54° VFOV, EFL: 3.37, F. NO: 2.2±5%, Lens Size: 1/3.1”

    • NFOV FF (PY062) - 81° DFOV, 69° HFOV, 54° VFOV, EFL: 3.37, F. NO: 2.2±5%, Lens Size: 1/3.1”

    • WFOV FF (PY061) - 117° DFOV, 105° HFOV, 88° VFOV, EFL: 2.26, F. NO: 2.2±5%, Lens Size: 1/3.1”

    • WFOV FF (PY138W), 5cm long connector - 117° DFOV, 105° HFOV, 88° VFOV, EFL: 2.26, F. NO: 2.2±5%, Lens Size: 1/3.1”

Sensor driver

Sensor driver adds support for that sensor to the Robotics Vision Core (RVC). Here are RVC2 driver specifications for this sensor:

  • Min exposure times:

    • Manual: 6 us (microseconds)

    • Auto-Exposure: 105 us

  • Min FPS: 0.73

  • Max exposure times:

    • Manual: 1 / CAM_FPS (eg. 33ms @ 30FPS)

    • Auto-Exposure:

      • AntiBanding OFF: 33ms

      • AntiBanding 50Hz: 30ms

      • AntiBanding 60Hz: 25ms

Max AE exposure time depends on the Anti-Banding (AB) mode, which helps to avoid flickering when using artificial lighting. We can configure the AB using the API:

cam = pipeline.create(dai.node.ColorCamera) # Or MonoCamera
# "OFF", "MAINS_50_HZ", or "MAINS_60_HZ"
cam.initialControl.setAntiBandingMode(dai.CameraControl.AntiBandingMode.OFF)

Image quality comparison

Here’s an image comparison between different image sensors captured from OAK-FFC-3P. For more information, see Improving Image Quality docs.

IMX214 (13MP color sensor), IMX378 (12MP color sensor), IMX582 (48MP color sensor)

../../../../_images/comparison-preview.jpg

Click on the image for the unencoded full-resolution sensor comparison image. Note that these images are about 8x digitally zoomed, and you can find full-resolution uncropped frames here (300 MB). Image specifications: Grocery items are at 4m, 33LUX, sensitivity 100ISO. Images were taken at 200ms,300ms,400ms,500ms exposure and combined with an HDR script (on the host).

https://github.com/luxonis/depthai-hardware/assets/18037362/e5b3fe82-169b-4888-aea2-33454a6781d5

IMX214 and OV9782 sensors used on RAE

Additional images

../../../../_images/imx214-oak-d-lite.jpg

From left to right: Arducam short FPC NFOV FF IMX214 on the OAK-D-Lite

Got questions?

Head over to Discussion Forum for technical support or any other questions you might have.