scripts/run_live.py reads a webcam or capture card (OpenCV).
python scripts/run_live.py --device 0 --max-frames 200 --config configs/live_webcam.yamlOutput folder outputs/live/session/:
status.json: coverage percent, frame countcoverage.ply: green / red mapminimap.png: small 2D map image
python scripts/viewer_live.py --dir outputs/live/sessionShows the coverage percent and minimap. Refreshes every 2 seconds. Press Q to quit.
Works on a finished batch run too:
python scripts/viewer_live.py --dir outputs/c3vd/trans_t1_aLive mode still uses the simple fallback SLAM. ORB-SLAM3 is batch-only for now.