Count the number of frames it takes for the ball to travel a known distance in slow-motion video. Speed = distance / (frames / fps). Use reference points on the court (service line, baseline) as known distances. At 240fps, a 120mph serve travels about 176 ft/s, so it crosses 60 ft in roughly 82 frames.
- Use slow-motion: 240fps (iPhone) or 120fps minimum
- Mark two reference points on court (service line, baseline)
- Count frames between ball passing both points
- Speed (ft/s) = distance (ft) / (frames / fps)
- Convert: mph = ft/s × 0.6818
| Camera FPS | Frames for 120mph Serve (10ft) | Time Resolution | Accuracy |
|---|---|---|---|
| 30 fps | ~0.17 | 33.3 ms | Poor (too few frames) |
| 60 fps | ~0.34 | 16.7 ms | Marginal |
| 120 fps | ~0.68 | 8.3 ms | Good |
| 240 fps | ~1.36 | 4.2 ms | Very good |
| 960 fps | ~5.45 | 1.04 ms | Excellent |
