This demo is for software-only validation with a local video file or webcam. It does not require an RTSP stream or real gimbal hardware.
python main_low_latency_track.py \
--config examples/dry_run_tracking_config.yaml \
--source 0 \
--dry-run-gimbal \
--no-yolo \
--no-gui \
--max-frames 30python main_low_latency_track.py \
--config examples/dry_run_tracking_config.yaml \
--source /path/to/local_video.mp4 \
--dry-run-gimbal \
--no-yolo \
--no-gui \
--max-frames 300--no-yoloavoids loading private detector weights.--dry-run-gimbalavoids UDP hardware commands.--no-guiis useful for servers or CI-like environments.- To test manual tracking with a GUI, remove
--no-guiand select a target interactively.