Mocap Schema
Schema: mocap
This schema ingests OptiTrack/Motive outputs and provides marker and rigid-body trajectories. It is the raw kinematic layer for head/body reconstruction.
What this schema answers
Which motion-capture recording belongs to a scan?
Which markers/rigid bodies were tracked and with what timestamps?
Which mocap import task produced the current structured output?
Core ADAMACS tables
mocap.MocapRecording,mocap.MocapRecording.File,mocap.MocapRecordingInfomocap.TrackingIdmocap.Mocap,mocap.Mocap.TrackingIdmocap.MotionCaptureTaskmocap.MotionCapturemocap.MotionCapture.TrackingPositionmocap.MotionCapture.RigidBodyPosition
Query anchors
scan_idmocap_nametracking_id
scan_key = {'session_id': 'sessXXXXXXXX', 'scan_id': 'scanXXXXXXXX'}
(mocap.MotionCapture & scan_key)
(mocap.MotionCapture.TrackingPosition & scan_key)
Diagram
Notes for users
Check tracking IDs before assuming a marker is missing.
Keep coordinate-frame assumptions explicit in downstream transforms.
Use
MotionCaptureTaskas the execution boundary for reproducibility.