Athletique
All 8 sports
Sport 03 of 08 · Soccer

Not a shot — a sequence.

GPS + visual tracking. Heatmap, distance covered, sprint count, decision quality.

Phase 2 preview
Core Location
on-device
events
4
framework
Vision
compute
ANE
The flow

Capture. Break down. Send home.

Three screens, one session. The phone watches; the breakdown reads the form; the highlight clip lands in the family portal before the kid is off the floor.

STEP 01 · CAPTURE · SOCCER
9:41
Live · on-device

Apple Vision runs per-frame. Pose + trajectory + classifier confidence stream into a 3-second ring buffer.

STEP 02 · BREAKDOWN · SOCCER
9:41
Not a shot — a sequence.

GPS + visual tracking. Heatmap, distance covered, sprint count, decision quality.

STEP 03 · OUTCOME · SOCCER
9:41
Highlight + score

Auto-edited 8-second clip with the verdict overlay. Sharing is opt-in per clip.

Capture spec

How soccer is captured.

Every sport has a tuned capture loop. Here's exactly what runs and what comes out.

Frame rate
60 fps + 1 Hz GPS
Field of view
Wide angle on the touchline · or worn pouch with GPS only
Ring buffer
Sliding 8 s · highlights stitched at half + full time
Apple framework
Core Location + VNDetectHumanRectanglesRequest
Compute
Apple Neural Engine · on-device only
events emitted
sprint
touch
pass_attempt
shot_attempt
v1 caveats
Outdoor: requires GPS for distance / sprint count
Visual tracking is coarse-grained — single-camera limits
Pipeline

Frame → event → portal.

Six stages, all on-device until the highlight clip — and that only leaves the phone if the family says yes.

  1. step 01
    AVCaptureSession
    Tee the buffer · live analyzer + record
  2. step 02
    VNImageRequestHandler
    Run pose + trajectory on a serial queue
  3. step 03
    Ring buffer · 3 s
    Backread for release frame on confirm
  4. step 04
    CoreML classifier
    Per-sport model emits the event + confidence
  5. step 05
    Auto-edit · 8 s clip
    Around the apex frame, verdict overlay
  6. step 06
    Family portal sync
    Drop the clip + event into shared.* on opt-in

Want soccer at your facility?

The capture loop ships with Phase 2. Partner facilities get the soccer rollout for free in exchange for labelled session data.