What problem does it solve? Setting up and running NVIDIA's DeepStream Multi-View 3D Tracking (MV3DT) reference app involves many fragile steps: resolving the app checkout, preparing datasets and calibration, generating configs, choosing display versus headless modes, and verifying Kafka/BEV outputs. This Skill guides an agent through that entire workflow safely and reproducibly. ## Core Features & Use Cases - Sample Runs: Launch the shipped 4-camera or 12-camera MV3DT samples in display or headless mode with correct detector and tracker configs. - Custom Datasets: Run MV3DT on your own synchronized MP4 files, delegating missing camera calibration to the AutoMagicCalib skills and normalizing modelInfo for the selected detector. - Visualization & Metadata: Inspect the OSD grid, capture BEV videos offline from Kafka, and verify tracking metadata on the mv3dt topic. - Use Case: You have six synchronized warehouse camera MP4s but no calibration files. The Skill stages the videos, hands off calibration to AutoMagicCalib, lands the export, generates configs, and runs DeepStream headlessly with saved tiled and BEV MP4 outputs. ## Quick Start Ask the agent to run the DeepStream MV3DT 4-camera sample and show the OSD and BEV outputs.