🧪 New tutorials are being published — build from robot arms to sensors step by step
Skip to content

79° IMX219 CSI Camera

Buy in Store

Overview

The 79° IMX219 CSI camera is designed for NVIDIA Jetson Orin series, providing low-latency, high-bandwidth video via the CSI (Camera Serial Interface). 8MP imaging for AI vision inference, robot perception, and edge computing.

Key features:

  • CSI-2 native connection to Jetson Orin
  • 77° FOV, 8MP
  • OpenCV + GStreamer ready examples
  • Low-latency video

Specifications

CategorySpec
SensorIMX219, 8MP
FOV77°
InterfaceCSI-2 (MIPI)
PlatformsNVIDIA Jetson Orin series
SDKJetPack 5.0+ / GStreamer / OpenCV

Quick Start

python
import cv2
pipe = "nvarguscamerasrc ! video/x-raw(memory:NVMM) ! nvvidconv ! appsink"
cap = cv2.VideoCapture(pipe, cv2.CAP_GSTREAMER)

Tutorials

Support