amc-run-video-calibration

Automate multi-camera calibration via the AutoMagicCalib REST API using MP4 video datasets.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

šŸ’” This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

This skill removes the manual complexity of calibrating multi-camera systems by automating the interaction with the AutoMagicCalib REST API, eliminating the need for manual CLI scripts or complex Docker configurations.

Core Features & Use Cases

  • Automated Calibration: Orchestrates the entire calibration pipeline, from project creation and video upload to final parameter refinement.
  • Intelligent Resolution: Automatically detects calibration settings, alignment data, and layout files within your project directory.
  • Use Case: A developer with a set of synchronized MP4 files from a multi-camera setup can use this skill to calibrate the system for 3D tracking without manually managing API endpoints or intermediate file uploads.

Quick Start

Use the amc-run-video-calibration skill to calibrate the cameras using the video files located in the data/videos directory and the microservice at http://localhost:8000.

Frequently Asked Questions about amc-run-video-calibration

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

FAQPage Schema
How do I automate multi-camera calibration from MP4 video files?ā–¼

To automate multi-camera calibration from MP4 video files, you can use a skill that interfaces with the AutoMagicCalib REST API to orchestrate project creation, video upload, and parameter estimation without manual CLI scripts.

What is the best way to estimate camera extrinsic and intrinsic parameters from synchronized video datasets?ā–¼

The best way to estimate camera extrinsic and intrinsic parameters from synchronized video datasets is to automate the calibration pipeline via a REST API, which handles upload and final parameter refinement automatically.

Do I need a running AutoMagicCalib microservice to estimate camera parameters from video?ā–¼

Yes, you need a running AutoMagicCalib microservice to estimate camera parameters from video, as the automation skill relies on this REST API to process datasets and poll calibration states.

How does automated camera calibration detect project settings and layout files?ā–¼

Automated camera calibration detects project settings and layout files by intelligently scanning your local project directory for alignment data and configuration files before uploading them to the calibration API.

Can I use Python requests to automate the 3D tracking camera calibration pipeline?ā–¼

Yes, you can use Python requests to automate the 3D tracking camera calibration pipeline, as the skill leverages the requests library to interface with the AutoMagicCalib REST API endpoints.

What are the limitations of automating camera calibration for computer vision projects?ā–¼

A limitation of automating camera calibration for computer vision projects is that it requires local access to synchronized MP4 footage and a running AutoMagicCalib microservice, preventing fully offline processing.