amc-setup-calibration-stack

Deploy AutoMagicCalib microservice and web UI via Docker Compose from NGC images.

189|39|Updated May 8, 2026
One-click install
npx skills add https://github.com/NVIDIA/DeepStream --skill amc-setup-calibration-stack-nvidia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amc-setup-calibration-stack
Source: https://github.com/NVIDIA/DeepStream/tree/main/skills/amc-setup-calibration-stack
Command: npx skills add https://github.com/NVIDIA/DeepStream --skill amc-setup-calibration-stack-nvidia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the complex, multi-step process of deploying the AutoMagicCalib microservice and web UI, ensuring consistent environment configuration and reducing manual setup errors.

Core Features & Use Cases

  • Automated Deployment: Orchestrates Docker Compose services for the AMC microservice and UI from NGC release images.
  • Environment Validation: Performs pre-flight checks for Docker permissions, port availability, and NGC registry access.
  • Use Case: Quickly spin up a production-ready camera calibration environment on a local or edge device by providing an NGC API key and letting the agent handle the container orchestration and permission management.

Quick Start

Ask the agent to deploy the auto calibration stack and follow the prompts to provide your NGC API key and confirm the necessary directory permissions.

Frequently Asked Questions about amc-setup-calibration-stack

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

FAQPage Schema
How do I deploy a camera calibration stack using Docker Compose?

Deploying a camera calibration stack requires orchestrating Docker Compose services for the microservice and UI from NGC release images, managing environment variables, port discovery, and directory permissions. This skill automates that entire process.

Do I need an NGC API key to set up the AutoMagicCalib environment?

Yes, you need a valid NGC API key to set up the AutoMagicCalib environment. The deployment pulls container images from the NVIDIA NGC registry, requiring valid credentials to access and execute the full calibration stack.

What prerequisites are required to run the AutoMagicCalib web UI?

Running the AutoMagicCalib web UI requires Docker runtime with GPU support, valid NGC credentials, and proper system-level directory permissions. The skill performs pre-flight checks for Docker permissions, port availability, and NGC registry access.

Can I use this calibration stack on edge devices?

Yes, you can use this calibration stack on edge devices. The skill is designed to quickly spin up a production-ready camera calibration environment on a local or edge device by handling container orchestration and permission management.

Why does my Docker Compose calibration deployment fail?

Docker Compose calibration deployment can fail due to insufficient Docker permissions, unavailable ports, or invalid NGC registry access. This skill performs environment validation and pre-flight checks to prevent these manual setup errors.