Exporting measurement data
VidSync can export measurement data as XML (reflecting the entire object/event hierarchy) or CSV (for simpler data). XML includes many-to-many relationships among objects and events, plus additional notes and calibration details.
Capturing video clips
Under the “Capture” tab, VidSync can export still images or video clips with overlays. Export with overlays is slow because it must step frame-by-frame.
Reading .vsd files directly
Most users just export to XML or CSV, but advanced users can read VidSyncDocument (.vsd) files via SQLite. The structure is complicated because it’s managed by Apple’s Core Data. One can browse them with DB Browser for SQLite or script them in Python, etc.