amc-run-video-calibration

Installation
SKILL.md

Skill: Calibrate from Video Files

When to Use This Skill

Activate this skill when the user has pre-recorded MP4 files and wants to calibrate them via the AMC REST API. Typical prompts:

  • "calibrate my videos" / "run AMC on these videos"
  • "calibrate from video files"

Drives calibration through the REST API on user-supplied pre-recorded MP4 files — no CLI scripts or Docker bind-mounts required, just a running microservice and your files.

Do not use this skill for live RTSP streams or rtsp://... URLs; route those requests to skills/amc-run-rtsp-calibration/SKILL.md.

Prerequisites

  • AMC microservice and UI running (follow skills/amc-setup-calibration-stack/SKILL.md)
  • You know the microservice URL (e.g. http://<HOST_IP>:<MS_PORT>) and UI URL
  • Video files locally as cam_00.mp4, cam_01.mp4, … time-synchronized, ~1920×1080
  • Python 3 with requests
Installs
523
Repository
nvidia/skills
GitHub Stars
2.6K
First Seen
Jul 1, 2026
amc-run-video-calibration — nvidia/skills