What the trophy pose actually is
Somewhere between tossing the ball and swinging at it, your body passes through a position that looks like a trophy: tossing arm reaching up after the ball, hitting arm cocked behind your head, back slightly arched, legs loaded. It lasts a handful of frames. Then it is gone.
That brief position matters more than almost anything else in the serve, because it is the last moment where stored energy is still stored. Everything before it — the knee bend, the trunk rotation, the shoulder turn — is loading. Everything after it is release. If the trophy position is compromised, there is nothing left to fix downstream; you are simply releasing less energy than you built.
It is also the position most commonly described in vague terms. Players are told to “get into a good trophy” without any definition of what good means or any way to check whether they got there.
Why you cannot see it on your own serve
At 30 frames per second, a serve occupies a few hundred frames and the trophy position occupies roughly three to five of them. That is around 100 to 170 milliseconds. Human reaction time to a visual stimulus is about 250 milliseconds, which means the position is over before a coach watching in real time could consciously register it.
Video helps, but only partly. You can scrub to roughly the right frame, yet judging by eye whether an elbow is at 150° or 165° is not something anyone does reliably — and that 15° is the difference between a toss that repeats and one that drifts.
How a computer decides which frame is the trophy pose
This is the part most people assume is magic and is actually a short list of rules. Tennis HUD tracks 33 body landmarks on every frame, then applies explicit criteria. Every frame must satisfy all of the following to be a trophy pose candidate:
1. The tossing arm is extended
Tossing elbow at 150° or straighter. A bent tossing arm means the ball was released low, and everything downstream inherits that error.
2. The tossing elbow is above the tossing shoulder
This separates a genuine trophy position from an arm that is merely straight but still hanging low, which happens constantly during the wind-up.
3. Every landmark used is clearly visible
Each required joint needs a visibility score of at least 0.8. A frame where the pose model is guessing at your elbow is not a frame worth measuring.
Finding the best frame, not the first one
Many frames satisfy those three rules. Picking the first one would catch the position on the way up rather than at its peak, so detection runs in two phases.
Phase one finds a trigger: the first frame where the hitting wrist rises above the hitting shoulder while the tossing-arm criteria hold. That moment marks the hitting arm beginning its upward drive, which reliably brackets the trophy position.
Phase two searches from that trigger onward for the frame that minimises the angle between your shoulder line and your tossing upper arm. A smaller angle means the tossing elbow is more fully raised, so the minimum is the most complete trophy position in the serve — not merely the first acceptable one. If no trigger is found, the search widens to the whole video rather than giving up.
Two details make this robust in practice. The detector is handedness-aware: for a right-handed player the tossing arm is the left and the hitting arm the right, and for a left-handed player it is reversed, detected automatically from the video. And the visibility floor means a frame where landmarks are occluded is discarded rather than measured badly.
What to do once you can see it
Once the exact trophy frame is identified, the numbers that matter can be read off it: tossing arm extension, hitting arm position, knee bend, and how they compare against reference values from professional serves.
The most common findings are unglamorous and fixable. A tossing arm at 160° instead of 172° usually means the ball is being released too early. A loading knee that never gets below about 120° means leg drive is being left unused. Neither is visible from the outcome of the shot; both are obvious once measured.
The useful comparison is against your own earlier serves. Six weeks of work on a higher toss should show up as a measurable change in tossing arm extension at trophy — not just a feeling that things are going better.
You can see a complete worked example, including the annotated video and the angle breakdown at the detected frame, on our sample analysis page, or read more about why the serve rewards this kind of attention.