# V2 Aja Markerless Capture Pipeline

`@v2/aja-markerless-capture-pipeline` defines the V2 pickup-session mocap path
that replaces planned Move.AI / Plask usage with in-house Aja packages.

The package chain is fixed:

- `@aja/depth-sensing` ingests markerless video / RGB-D capture, estimates or
  aligns depth, and emits quality-scored RGB-D bundles.
- `@aja/human-mesh-recovery` recovers SMPL-X body motion, converts the mesh
  sequence to the V2 fighter skeleton, and exports the pickup motion package.

The contract sets `externalVendorFallbackAllowed: false`, keeps the whole flow
off deterministic gameplay state, and emits handoff metadata under
`V2/ue/Content/Animation/Mocap/Pickup` / `/Game/V2/Animation/Mocap/Pickup` for
the later Bellona mocap import path.
