Back to blog

What Is Photo Finish Timing and How Does It Work?

From 1880s horse racing to modern smartphone apps, photo finish timing has shaped how we measure speed. Here is how the technology works, why it matters, and how you can use a version of it at every practice.

Este articulo solo esta disponible en ingles.
1

A Brief History of Photo Finish Timing

The idea of using a camera to settle close finishes dates back further than most people realize. In the 1880s, horse racing tracks began experimenting with photography to determine which animal crossed the finish line first. Before cameras, judges relied entirely on eyesight, and disputed finishes were common—especially in races decided by fractions of a second.

Early Film-Based Systems

The earliest photo finish systems used a strip of film aligned with the finish line. As competitors crossed, the camera exposed a narrow strip of the film, producing a composite image where time progressed along the horizontal axis instead of space. This meant that two horses (or runners) arriving at different moments appeared side by side in the image but at different horizontal positions, making the order of finish unmistakable.

The Olympic Standard

Photo finish technology reached the world stage at the 1932 Los Angeles Olympics, where the Kirby Two-Eyed Camera was used alongside human judges. By the 1948 London Olympics, photo finish cameras had become the official method for resolving close races. The technology continued to improve through the decades: from analog film that required chemical development (sometimes taking minutes) to fully electronic systems that could produce results in under a second.

The Digital Revolution

By the 1990s, digital line-scan cameras replaced film entirely. Companies like Swiss Timing and FinishLynx built purpose-built cameras that could scan at rates exceeding 2,000 lines per second, producing extremely high-resolution composite images. These systems remain the gold standard for competitive athletics today, used at every major track and field championship and Olympic Games.

2

How Traditional Photo Finish Works

A traditional photo finish camera is fundamentally different from a normal video camera. Instead of capturing full frames (complete images of the entire scene), it captures a single vertical line of pixels aligned precisely with the finish line. It then repeats this capture thousands of times per second.

The Line-Scan Principle

Imagine looking at the finish line through a very narrow slit. You see only what is directly on the line at any given instant. Now imagine recording what you see through that slit continuously, stacking each observation next to the last. What you build is an image where the vertical axis represents space—the height of the finish line—and the horizontal axis represents time. An athlete who arrives earlier appears further to the left in the image; one who arrives later appears further to the right.

Normal Camera
Full frame, many times/sec
X = space, Y = space
vs.
Line-Scan Camera
1 pixel column, 2000+/sec
X = time, Y = space

Building the Composite Image

Each vertical line captured by the camera becomes one column of pixels in the final image. Because the camera captures thousands of these columns per second, the resulting composite has extremely high temporal resolution. If an athlete's torso takes 50 milliseconds to pass through the finish line and the camera is scanning at 2,000 lines per second, the athlete's torso will span 100 pixel columns in the image—providing abundant detail for the judges to determine the precise moment the chest crossed the line.

Reading the Photo Finish Image

Because time flows horizontally, the image looks slightly distorted compared to a normal photograph. A runner's body might appear stretched or compressed depending on their speed relative to the scan rate. Faster runners appear narrower; slower runners appear wider. Judges and timing officials are trained to read these images and can identify the exact pixel column where each athlete's torso intersects the finish line, translating that column back into a precise time.

3

Fully Automatic Timing (FAT) and Photo Finish

In competitive athletics, the term "Fully Automatic Timing" (FAT) refers to a complete system where no human input is needed to produce the official result. FAT combines three components: a starting device (the gun or electronic start), a time base (a precise clock), and a photo finish camera to determine when each athlete crosses the finish line.

Why FAT Is the Gold Standard

FAT systems resolve times to the nearest thousandth of a second (0.001s). At major competitions, official results are rounded to hundredths (0.01s), but the thousandth digit is available for tiebreaking. The start signal triggers the clock electronically with zero human reaction delay, and the photo finish camera captures the finish with sub-millisecond precision. Every component in the chain is engineered for accuracy and certified by governing bodies like World Athletics.

The Cost Barrier

Professional FAT systems are expensive. A complete setup from manufacturers like Swiss Timing or FinishLynx typically costs $10,000 or more, and that does not include installation, calibration, or the trained operators needed to run the system. This cost puts certified photo finish timing out of reach for most training facilities, youth programs, and individual athletes.

$10,000+
Professional FAT system
$500-2,000
Laser gate system
Your phone
TrackSpeed app

Semi-Automatic and Hand Timing

Below FAT, there are less precise alternatives. Semi-automatic timing uses an electronic start but a human-operated button for the finish, adding roughly 0.1-0.3 seconds of reaction time variability. Hand timing—where a person starts and stops a stopwatch manually—introduces even more error, typically 0.2-0.5 seconds per split. These methods are acceptable for practice but not for official record keeping, which is why governing bodies mandate FAT for any result submitted as a record.

4

The Smartphone Alternative

Modern smartphones have closed much of the gap between consumer and professional hardware. A phone can capture video at 120 frames per second with precise frame timestamps, and it carries a gyroscope, accelerometer, and a processor powerful enough to run computer vision algorithms in real time. This combination makes smartphone-based photo finish timing a practical possibility.

Full-Frame Capture at High Speed

Unlike a line-scan camera that captures one column of pixels at a time, a smartphone captures the entire scene in every frame. This is both an advantage and a limitation. The advantage is that you get full context—you can see the athlete approaching, crossing, and departing the finish area. The limitation is that at 120fps, you only get a new frame every 8.3 milliseconds, whereas a line-scan camera produces a new data point every 0.5 milliseconds or less.

Computer Vision Fills the Gap

The key insight is that you do not need a data point at every half-millisecond if you can accurately model the athlete's motion between frames. By tracking the athlete's position across multiple consecutive frames, computer vision algorithms can construct a trajectory and then calculate where the athlete was at any instant between frames—including the exact moment they crossed the timing line.

Sub-Frame Interpolation

This technique, called sub-frame interpolation, uses linear regression across multiple position samples to estimate the crossing time with precision well beyond the frame interval. With enough frames before and after the crossing, the interpolated time can achieve accuracy of approximately 4 milliseconds at 120fps—far better than the 8.3ms frame interval would suggest, and far better than what any human with a stopwatch could achieve.

5

How TrackSpeed Adapts the Concept

TrackSpeed takes the principles behind photo finish timing—detecting exactly when a body crosses a defined line—and reimplements them using the tools available on a smartphone. The approach is fundamentally different from a line-scan camera, but the goal is the same: determine the precise moment of crossing.

Frame Differencing Instead of Line Scanning

Rather than scanning a single line of pixels, TrackSpeed compares consecutive full frames to detect motion. When an athlete enters the camera's field of view and moves across it, the pixels that change between frames reveal their position and trajectory. This frame differencing approach works with any standard camera—no specialized hardware needed.

Trajectory Analysis

By tracking the detected motion blob across several frames, TrackSpeed builds a position-vs-time trajectory. Linear regression on this trajectory yields both the athlete's velocity and the interpolated crossing time. Using multiple frames rather than just the two frames immediately surrounding the crossing reduces noise and improves accuracy.

Rolling Shutter Correction

Smartphone cameras do not capture all rows of pixels simultaneously. They scan from top to bottom, meaning the bottom of the frame is captured several milliseconds after the top. If an athlete crosses near the bottom of the frame, their position was recorded later than the frame's nominal timestamp suggests. TrackSpeed measures where the crossing occurred vertically and applies a proportional time correction, removing this systematic error. For a deeper look at this and other techniques, see the full technical deep dive.

Body Mass Tracking for Consistent Triggers

One of the biggest problems with laser gate timing is inconsistency: an outstretched arm or a leading knee might break the beam before the torso arrives, causing times to vary based on running form rather than actual speed. TrackSpeed solves this by identifying the largest moving region in the frame—the athlete's torso—and using its leading edge as the trigger point. This mirrors the official standard where the torso (chest) crossing the line determines the result.

Practical Advantages

No Special Hardware

Works with any phone that supports 120fps video capture. Mount it on a tripod at the finish line and you are ready.

Works Anywhere

Track, field, parking lot, or hallway. No permanent installation, no calibration required, no wiring.

Multi-Device Sync

Place one phone at the start and another at the finish. NTP-style clock synchronization keeps them aligned to within a few milliseconds.

Instant Results

Times appear on screen within a second of the crossing. No waiting for film development or manual operator review.

6

When You Need Official Timing vs. Training Timing

It is important to understand when certified FAT timing is required and when a training-grade alternative is not just acceptable but actually preferable.

Competition: Certified FAT Required

For sanctioned meets, record attempts, and any result that will appear in official rankings, governing bodies like World Athletics, the NCAA, and national federations require certified FAT systems. The equipment must be inspected, calibrated, and operated by licensed officials. There is no shortcut here—if the result counts officially, it needs official equipment.

Training: Consistency Matters More Than Absolute Accuracy

In day-to-day training, the goal is different. Athletes and coaches need to measure improvement, compare efforts across sessions, and evaluate the effect of technique changes. For these purposes, what matters most is not that the time matches what a $10,000 FAT system would produce, but that the timing method is consistent—giving the same result for the same performance, session after session.

A system that consistently measures 10.35 seconds for a given performance level is more useful for training than a stopwatch that fluctuates between 10.1 and 10.6 depending on the operator's reaction time. Consistent relative timing lets you track progress with confidence even if the absolute number differs slightly from what an official system would record.

ContextWhat MattersBest Tool
Official meetAbsolute accuracy, 0.01s resolutionCertified FAT
Tryouts / time trialsConsistency across athletesFAT or consistent automated
Daily practiceRepeatable measurement, session trackingTrackSpeed
Solo trainingAutomated, no helper neededTrackSpeed

TrackSpeed Is Designed for Training

TrackSpeed does not claim to replace certified FAT systems and is not intended for official competition results. It is built for the 99% of timing that happens outside of meets: practice reps, tempo runs, acceleration drills, combine prep, and 40-yard dash training. In these contexts, having automated, consistent, sub-10-millisecond timing available at every session is transformative compared to the alternatives of hand timing or no timing at all.

Further Reading

Want to dive deeper into how photo finish timing compares with other approaches, or learn more about the technology behind TrackSpeed?

Bring photo finish timing to your practice

No specialized equipment, no setup complexity. Just mount your phone at the finish line and start getting consistent, millisecond-resolution timing data.

Articulos relacionados