NVIDIA Tegra VI and CSI camera capture (Tegra20 / Tegra210)
Camera capture hardware built into NVIDIA's Tegra20 and Tegra210 system-on-chips, covering the Video Input (VI), parallel Video Input Port (VIP), and MIPI CSI receiver blocks that pull frames from image sensors on boards like the Jetson Nano and TX1. It is the kernel side of the camera pipeline used by embedded vision and robotics products built on those Tegra SoCs.
recommendation
Worth keeping but documenting its niche: the code still receives real upstream work into 2024-2026, including Tegra20 feature additions and bug fixes, and the underlying Tegra210 hardware (notably the Jetson Nano) is still being sold new with NVIDIA's lifecycle page listing availability through January 2027. It nonetheless lives in staging and serves a fairly narrow embedded-camera audience rather than a broad platform, so it deserves a note explaining that scope rather than promotion or removal.
repository signals
sources
- cateee.net
LKDDb maps this staging driver to CONFIG_VIDEO_TEGRA and shows supported hardware/DT compatibles including nvidia,tegra20-vi, nvidia,tegra20-vip, nvidia,tegra210-csi, and nvidia,tegra210-vi; it is still present through current kernel heads.
- developer.nvidia.com
NVIDIA's Jetson lifecycle page shows Jetson Nano available through January 2027, meaning Tegra210-based hardware covered by this driver was still sold new in 2025.
- developer.nvidia.com
NVIDIA's Jetson Linux archive shows continuing software releases for Jetson platforms into 2025-2026, supporting the conclusion that Tegra camera-capable deployments remain active rather than fully legacy.
- developer.nvidia.com
NVIDIA's Jetson FAQ states Jetson ecosystem production systems and carrier boards remain available, indicating ongoing embedded deployment niches rather than zero-field presence.
codex reasoning notes (technical)
Local shell inspection identified real platform-driver code for Tegra camera capture blocks, not helper code. Local shell `git -c safe.directory=... log` showed substantive tegra-video work in 2024-2026, including bug fixes and Tegra20 feature enablement, and a grep over history found no obvious removal-or-orphaning series; only routine 'remove callback returning void' style churn appeared. lore-http MCP was unavailable in this session and `lei` was not installed, so direct lore queries could not be run; I used local git history as the upstream-activity proxy. Cited URLs were obtained by web search: LKDDb via search result, and NVIDIA lifecycle/archive/FAQ pages via web search on Jetson product status. Recommendation is `keep-annotate` because the driver is still seeing upstream attention and still corresponds to niche-but-real Tegra210 deployments, but it remains in staging and serves a relatively narrow embedded camera niche rather than a broad 2025 growth platform.