jetson-customize-camera

Generate kernel-DT overlays to enable camera sensors on NVIDIA Jetson platforms.

46|7|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/NVIDIA-AI-IOT/jetson-bsp-skills --skill jetson-customize-camera-nvidia-ai-iot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jetson-customize-camera
Source: https://github.com/NVIDIA-AI-IOT/jetson-bsp-skills/tree/main/skills/jetson-customize-camera
Command: npx skills add https://github.com/NVIDIA-AI-IOT/jetson-bsp-skills --skill jetson-customize-camera-nvidia-ai-iot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires dtc, cpp, fdtoverlay, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of enabling and configuring camera sensors on NVIDIA Jetson platforms, reducing manual steps and ensuring correct kernel-DT overlay generation.

Core Features & Use Cases

  • Sensor Selection: Identify and select supported camera sensors for Jetson platforms.
  • Carrier and Module Support Check: Verify camera sensor compatibility with the carrier and module.
  • Wiring Configuration: Configure camera sensor wiring based on the selected sensor and carrier.
  • Kernel-DT Overlay Generation: Generate the necessary kernel-DT overlay for camera sensor setup.
  • Use Case: A developer can use this Skill to enable a camera sensor on a Jetson carrier, ensuring that all necessary configurations are in place for camera operation.

Quick Start

Use the jetson-customize-camera skill to enable the camera sensor on your Jetson platform.

Frequently Asked Questions about jetson-customize-camera

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure a camera sensor on NVIDIA Jetson platforms?

To configure a camera sensor on NVIDIA Jetson platforms, you generate and apply a kernel-DT overlay that matches your specific sensor, carrier, and module to ensure hardware compatibility and correct wiring setup.

What is a kernel-DT overlay and when do I need it for Jetson camera setup?

A kernel-DT overlay is a compiled device tree fragment used to dynamically enable hardware peripherals. You need it during Jetson camera setup to define sensor wiring and compatibility parameters without manually modifying the base kernel tree.

Do I need dtc and fdtoverlay to generate Jetson camera overlays?

Yes, generating Jetson camera overlays requires the dtc, cpp, and fdtoverlay dependencies to preprocess and compile the device tree source files into a valid overlay binary for the target Jetson carrier and module.

How do I verify camera sensor compatibility with my Jetson carrier and module?

Verifying camera sensor compatibility involves checking the supported sensor list against your specific Jetson carrier and module configuration before generating the corresponding kernel-DT overlay to ensure correct hardware operation.

What is the best way to automate kernel-DT overlay generation for Jetson cameras?

Automating kernel-DT overlay generation for Jetson cameras involves using a guided workflow to select supported sensors, validate carrier and module compatibility, configure wiring, and compile the overlay using dtc and fdtoverlay.

Why does my Jetson camera sensor configuration fail to apply the overlay?

Jetson camera sensor overlay application fails when the generated kernel-DT overlay does not match the exact wiring configuration or hardware compatibility requirements of the selected carrier, module, and camera sensor.